aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2020-04-24spl: fit: do not check argument of free()Heinrich Schuchardt1-2/+1
2020-04-24spl: Kconfig: de-dup SPL_DM_GPIO definitionJoel Johnson1-6/+0
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng1-1/+1
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler1-3/+2
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-2/+2
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-4/+0
2020-04-03Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li1-4/+0
2020-03-16spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini1-2/+2
2020-03-09spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementationFaiz Abbas1-7/+4
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+1
2020-01-24sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfigAndre Przywara1-0/+1
2020-01-24common: Move hang() to the same header as panic()Simon Glass2-0/+2
2020-01-24image: Rename load_addr, save_addr, save_sizeSimon Glass1-2/+2
2020-01-22spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen1-5/+3
2020-01-17common: Move hang() to the same header as panic()Simon Glass2-0/+2
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-2/+2
2020-01-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-2/+25
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-15/+2
2020-01-16spl: mmc: support uboot image offset on main partitionBaruch Siach2-2/+25
2020-01-15Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMAVignesh Raghavendra1-1/+1
2020-01-14spl: fix entry_point equal to load_addrGiulio Benetti1-2/+2
2020-01-14spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek1-14/+1
2020-01-14spl: atf: Add missing ndepth initializationMichal Simek1-1/+1
2020-01-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+6
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
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-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-06Revert "spl: fix entry_point equal to load_addr"Tom Rini1-2/+2
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-03spl: ymodem: Fix loading of fit imageLokesh Vutla1-2/+6
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb1-3/+3
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move serial functions out of common.hSimon 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 Glass1-0/+1