summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-31SPL: Add support for parsing board / BootROM specific image typesPali Rohár1-0/+9
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass1-1/+1
2021-07-27spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc1-0/+5
2021-07-23spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping1-2/+2
2021-07-21spl: Provide more information on boot failureSimon Glass1-16/+32
2021-07-07bootstage: Eliminate when not enabledTom Rini1-0/+2
2021-04-19Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc1-12/+8
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc1-1/+18
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc1-1/+11
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc1-2/+3
2021-04-14spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc1-3/+1
2021-03-27spl: Split out bootstage ID into a functionSimon Glass1-4/+19
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass1-1/+2
2021-03-02spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass1-2/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-02-01x86: spl: Add a function to find the text baseSimon Glass1-0/+6
2021-01-28spl: Add functions for next and previous phaseSimon Glass1-1/+1
2021-01-28bootcount: allow to use this feature on TPLPhilippe Reynes1-1/+3
2021-01-05spl: Drop bd_info in the data sectionSimon Glass1-8/+12
2020-10-14spl: Avoid printing boot device if silent console is enabledOtavio Salvador1-1/+3
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-31spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner1-6/+13
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass1-2/+2
2020-05-15spl: Always define preloader_console_initSamuel Holland1-4/+3
2020-04-27spl: Extract legacy image handling into separate fileStefan Roese1-44/+12
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-15spl: fix entry_point equal to load_addrGiulio Benetti1-2/+2
2019-12-15spl: Add methods to find the position/size of next phaseSimon Glass1-0/+20
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-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move serial functions out of common.hSimon Glass1-0/+1
2019-12-03spl: bootcount: Move code out of header fileSimon Glass1-0/+11
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-10-27bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass1-1/+13
2019-10-27bootstage: Mark the start/end of TPL and SPL separatelySimon Glass1-3/+6
2019-10-11spl: add a generic function board_init_fPhilippe Reynes1-0/+18
2019-10-08spl: Set up the bloblist in board_init_r()Simon Glass1-17/+18
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass1-3/+9
2019-08-26riscv: support SPL stack and global data relocationLukas Auer1-1/+1
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer1-0/+6
2019-08-11spl: implement stack usage checkSimon Goldschmidt1-0/+25
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut1-1/+1
2019-07-11spl: Fix typo in kernel docMiquel Raynal1-1/+1
2019-05-18spl: Set spl_image->fdt_addr pointer for full fitImage configurationMarek Vasut1-1/+3
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese1-0/+5
2019-02-28spl: add debug print for early malloc usageSimon Goldschmidt1-0/+2