aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-01-09Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-0/+17
2020-01-08Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-1/+59
2020-01-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+6
2020-01-07bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea1-0/+56
2020-01-07image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea2-1/+3
2020-01-07spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot1-3/+62
2020-01-07spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot1-3/+3
2020-01-07spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot1-2/+5
2020-01-07spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot1-1/+5
2020-01-07spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot1-5/+29
2020-01-07spl: fit: Make room in the FDT before applying overlaysJean-Jacques Hiblot1-5/+12
2020-01-07spl: fit: Add support for applying DT overlayMichal Simek1-3/+27
2020-01-07spl: fit: don't load the firmware twiceJean-Jacques Hiblot1-0/+10
2020-01-07spl: Allow cache drivers to be used in SPLLey Foon Tan1-0/+6
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko1-0/+17
2019-12-26configs: Enable SPL_FSL_PBL for some LayerScape platformsAlison Wang1-2/+6
2019-12-15spl: Add methods to find the position/size of next phaseSimon Glass1-0/+20
2019-12-15x86: fsp: Add a new arch_fsp_init_r() hookSimon Glass1-0/+3
2019-12-15board_r: Move early-timer init laterSimon Glass1-5/+14
2019-12-15binman: Add a library to access binman entriesSimon Glass1-0/+10
2019-12-10spl: opensbi: wait for ack from secondary harts before entering OpenSBILukas Auer1-1/+11
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer1-1/+1
2019-12-10spl: opensbi: specify main hart as preferred boot hartLukas Auer1-0/+1
2019-12-10spl: cache: Allow cache drivers in SPLRick Chen1-0/+7
2019-12-09Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+35
2019-12-06Revert "spl: fix entry_point equal to load_addr"Tom Rini1-2/+2
2019-12-06common: fdt_support: add support for setting usable memoryIgor Opaniuk1-0/+35
2019-12-05spl: fix entry_point equal to load_addrGiulio Benetti1-2/+2
2019-12-05spl: Introduce SPL_DM_GPIO Kconfig defineLukasz Majewski1-0/+6
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal1-2/+2
2019-12-03spl: ymodem: Fix loading of fit imageLokesh Vutla1-2/+6
2019-12-03bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao1-2/+37
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb1-3/+3
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-02common: Move command functions out of common.hSimon Glass5-0/+5
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass2-0/+2
2019-12-02common: Move interrupt functions into a new headerSimon Glass2-0/+2
2019-12-02common: Move ARM cache operations out of common.hSimon Glass8-0/+8
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass3-0/+3
2019-12-02common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass4-0/+4
2019-12-02common: Add a new lz4.h header fileSimon Glass1-0/+1
2019-12-02common: Move serial functions out of common.hSimon Glass4-0/+4
2019-12-02common: Move sorting functions to their own header fileSimon Glass1-0/+1
2019-12-02spl: bootcount: Move code out of header fileSimon Glass1-0/+11
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass8-0/+8
2019-12-02common: Drop global inclusion of status_led.hSimon Glass1-0/+1
2019-12-02Drop CONFIG_SHOW_ACTIVITYSimon Glass1-6/+0
2019-11-25usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.hHeinrich Schuchardt1-6/+0
2019-11-25usb: kbd: implement special keysHeinrich Schuchardt1-0/+42