summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2020-01-24sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfigAndre Przywara
2020-01-24common: Move hang() to the same header as panic()Simon Glass
2020-01-24image: Rename load_addr, save_addr, save_sizeSimon Glass
2020-01-22spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2020-01-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-01-16spl: mmc: support uboot image offset on main partitionBaruch Siach
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-14spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek
2020-01-14spl: atf: Add missing ndepth initializationMichal Simek
2020-01-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
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
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-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-06Revert "spl: fix entry_point equal to load_addr"Tom Rini
2019-12-05spl: fix entry_point equal to load_addrGiulio Benetti
2019-12-05spl: Introduce SPL_DM_GPIO Kconfig defineLukasz Majewski
2019-12-03spl: ymodem: Fix loading of fit imageLokesh Vutla
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb
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 serial functions out of common.hSimon Glass
2019-12-02spl: bootcount: Move code out of header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner
2019-11-11Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2019-11-10common: spl: atf: support booting bl32 imageJoseph Chen
2019-11-07spl: fix SPI config dependenciesSimon Goldschmidt
2019-11-04Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-11-03spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski
2019-11-03spl: Add a size check for TPLSimon Glass
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini
2019-10-29spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan