summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
...
* | spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen2020-01-221-5/+3
* | common: Move hang() to the same header as panic()Simon Glass2020-01-172-0/+2
* | image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-2/+2
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-01-162-2/+25
|\
| * spl: mmc: support uboot image offset on main partitionBaruch Siach2020-01-162-2/+25
* | Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-161-15/+2
|\ \
| * | spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek2020-01-141-14/+1
| * | spl: atf: Add missing ndepth initializationMichal Simek2020-01-141-1/+1
* | | 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...WIP/04Nov2019Tom 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 optionalWIP/18Oct2019Anatolij 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
|\