summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
Commit message (Expand)AuthorAgeFilesLines
* SPL: Add support for parsing board / BootROM specific image typesPali Rohár2021-07-311-0/+9
* Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass2021-07-281-1/+1
* spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc2021-07-271-0/+5
* spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping2021-07-231-2/+2
* spl: Provide more information on boot failureSimon Glass2021-07-211-16/+32
* bootstage: Eliminate when not enabledTom Rini2021-07-071-0/+2
* Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc2021-04-191-12/+8
* spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc2021-04-141-1/+18
* spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc2021-04-141-1/+11
* spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc2021-04-141-2/+3
* spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc2021-04-141-3/+1
* spl: Split out bootstage ID into a functionSimon Glass2021-03-271-4/+19
* spl: Convert spl_fit to work with sandboxSimon Glass2021-03-121-1/+2
* spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass2021-03-021-2/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* x86: spl: Add a function to find the text baseSimon Glass2021-02-011-0/+6
* spl: Add functions for next and previous phaseSimon Glass2021-01-271-1/+1
* bootcount: allow to use this feature on TPLPhilippe Reynes2021-01-271-1/+3
* spl: Drop bd_info in the data sectionSimon Glass2021-01-051-8/+12
* spl: Avoid printing boot device if silent console is enabledOtavio Salvador2020-10-141-1/+3
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner2020-05-311-6/+13
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass2020-05-181-2/+2
* spl: Always define preloader_console_initSamuel Holland2020-05-151-4/+3
* spl: Extract legacy image handling into separate fileStefan Roese2020-04-271-44/+12
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* spl: fix entry_point equal to load_addrGiulio Benetti2020-01-141-2/+2
* spl: Add methods to find the position/size of next phaseSimon Glass2019-12-151-0/+20
* 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
* common: Move interrupt functions into a new headerSimon 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
* 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: add a generic function board_init_fPhilippe Reynes2019-10-111-0/+18
* spl: Set up the bloblist in board_init_r()Simon Glass2019-10-081-17/+18
* spl: Add an arch-specific hook for writing to SPL handoffSimon Glass2019-10-081-3/+9
* riscv: support SPL stack and global data relocationLukas Auer2019-08-261-1/+1
* spl: support booting via RISC-V OpenSBILukas Auer2019-08-261-0/+6
* spl: implement stack usage checkSimon Goldschmidt2019-08-111-0/+25
* watchdog: Split WDT from SPL_WDTMarek Vasut2019-07-191-1/+1
* spl: Fix typo in kernel docMiquel Raynal2019-07-111-1/+1
* spl: Set spl_image->fdt_addr pointer for full fitImage configurationMarek Vasut2019-05-181-1/+3
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-261-0/+5
* spl: add debug print for early malloc usageSimon Goldschmidt2019-02-281-0/+2