summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMAVignesh Raghavendra2020-01-151-1/+1
* spl: fix entry_point equal to load_addrGiulio Benetti2020-01-141-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2020-01-081-0/+6
|\
| * spl: Allow cache drivers to be used in SPLLey Foon Tan2020-01-071-0/+6
* | spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot2020-01-071-3/+62
* | spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot2020-01-071-3/+3
* | spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot2020-01-071-2/+5
* | spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot2020-01-071-1/+5
* | spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot2020-01-071-5/+29
* | spl: fit: Make room in the FDT before applying overlaysJean-Jacques Hiblot2020-01-071-5/+12
* | spl: fit: Add support for applying DT overlayMichal Simek2020-01-071-3/+27
* | spl: fit: don't load the firmware twiceJean-Jacques Hiblot2020-01-071-0/+10
|/
* configs: Enable SPL_FSL_PBL for some LayerScape platformsAlison Wang2019-12-261-2/+6
* spl: Add methods to find the position/size of next phaseSimon Glass2019-12-151-0/+20
* spl: opensbi: wait for ack from secondary harts before entering OpenSBILukas Auer2019-12-101-1/+11
* riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer2019-12-101-1/+1
* spl: opensbi: specify main hart as preferred boot hartLukas Auer2019-12-101-0/+1
* spl: cache: Allow cache drivers in SPLRick Chen2019-12-101-0/+7
* Revert "spl: fix entry_point equal to load_addr"Tom Rini2019-12-061-2/+2
* spl: fix entry_point equal to load_addrGiulio Benetti2019-12-051-2/+2
* spl: Introduce SPL_DM_GPIO Kconfig defineLukasz Majewski2019-12-051-0/+6
* spl: ymodem: Fix loading of fit imageLokesh Vutla2019-12-031-2/+6
* cosmetic: Fix spelling and whitespace errorsThomas Hebb2019-12-031-3/+3
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* spl: bootcount: Move code out of header fileSimon Glass2019-12-021-0/+11
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner2019-11-172-1/+9
* Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-111-14/+34
|\
| * common: spl: atf: support booting bl32 imageJoseph Chen2019-11-101-14/+34
* | spl: fix SPI config dependenciesSimon Goldschmidt2019-11-071-10/+11
|/
* Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-041-0/+5
|\
| * spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski2019-11-031-0/+5
* | spl: Add a size check for TPLSimon Glass2019-11-031-0/+8
|/
* Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-011-4/+19
|\
| * bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass2019-10-271-1/+13
| * bootstage: Mark the start/end of TPL and SPL separatelySimon Glass2019-10-271-3/+6
* | spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan2019-10-291-2/+3
|/
* spl: mmc: make eMMC HW boot partition configuration optionalAnatolij Gustschin2019-10-181-6/+22
* Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-10-141-10/+4
|\
| * spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla2019-10-101-10/+4
* | Merge branch '2019-10-11-master-imports'Tom Rini2019-10-123-20/+64
|\ \
| * | spl: Introduce SPL_DM_SPI Kconfig defineLukasz Majewski2019-10-111-0/+7
| * | spl: mmc: Add option to set eMMC HW boot partitionMans Rullgard2019-10-112-0/+10
| * | spl: mmc: Fix indentation in spl_mmc.c fileMans Rullgard2019-10-111-20/+20
| * | spl: add a generic function board_init_fPhilippe Reynes2019-10-112-0/+27
* | | spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg2019-10-111-2/+2
* | | spl: ymodem: Fix FIT loading termination handlingAndreas Dannenberg2019-10-111-2/+3
|/ /