summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2020-01-15Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMAVignesh Raghavendra
2020-01-14spl: fix entry_point equal to load_addrGiulio Benetti
2020-01-10dtimg/am57xx_evm_defconfig: Rename dtimg to adtimgEugeniu Rosca
2020-01-10spl: fix stack usage check if gd is not initializedSimon Goldschmidt
2020-01-09Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2020-01-08Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-01-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2020-01-07bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea
2020-01-07image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea
2020-01-07spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot
2020-01-07spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot
2020-01-07spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot
2020-01-07spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot
2020-01-07spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot
2020-01-07spl: fit: Make room in the FDT before applying overlaysJean-Jacques Hiblot
2020-01-07spl: fit: Add support for applying DT overlayMichal Simek
2020-01-07spl: fit: don't load the firmware twiceJean-Jacques Hiblot
2020-01-07spl: Allow cache drivers to be used in SPLLey Foon Tan
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko
2019-12-26configs: Enable SPL_FSL_PBL for some LayerScape platformsAlison Wang
2019-12-15spl: Add methods to find the position/size of next phaseSimon Glass
2019-12-15x86: fsp: Add a new arch_fsp_init_r() hookSimon Glass
2019-12-15board_r: Move early-timer init laterSimon Glass
2019-12-15binman: Add a library to access binman entriesSimon Glass
2019-12-10spl: opensbi: wait for ack from secondary harts before entering OpenSBILukas Auer
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer
2019-12-10spl: opensbi: specify main hart as preferred boot hartLukas Auer
2019-12-10spl: cache: Allow cache drivers in SPLRick Chen
2019-12-09Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-12-06Revert "spl: fix entry_point equal to load_addr"Tom Rini
2019-12-06common: fdt_support: add support for setting usable memoryIgor Opaniuk
2019-12-05spl: fix entry_point equal to load_addrGiulio Benetti
2019-12-05spl: Introduce SPL_DM_GPIO Kconfig defineLukasz Majewski
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal
2019-12-03spl: ymodem: Fix loading of fit imageLokesh Vutla
2019-12-03bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move command functions out of common.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move checkcpu() out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02common: Add a new lz4.h header fileSimon Glass
2019-12-02common: Move serial functions out of common.hSimon Glass
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-12-02spl: bootcount: Move code out of header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass