summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)Author
2021-04-19Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc
2021-03-27spl: Split out bootstage ID into a functionSimon Glass
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass
2021-03-02spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01x86: spl: Add a function to find the text baseSimon Glass
2021-01-27spl: Add functions for next and previous phaseSimon Glass
2021-01-27bootcount: allow to use this feature on TPLPhilippe Reynes
2021-01-05spl: Drop bd_info in the data sectionSimon Glass
2020-10-14spl: Avoid printing boot device if silent console is enabledOtavio Salvador
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-31spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass
2020-05-15spl: Always define preloader_console_initSamuel Holland
2020-04-27spl: Extract legacy image handling into separate fileStefan Roese
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-14spl: fix entry_point equal to load_addrGiulio Benetti
2019-12-15spl: Add methods to find the position/size of next phaseSimon Glass
2019-12-06Revert "spl: fix entry_point equal to load_addr"Tom Rini
2019-12-05spl: fix entry_point equal to load_addrGiulio Benetti
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move serial functions out of common.hSimon Glass
2019-12-02spl: bootcount: Move code out of header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-10-27bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass
2019-10-27bootstage: Mark the start/end of TPL and SPL separatelySimon Glass
2019-10-11spl: add a generic function board_init_fPhilippe Reynes
2019-10-08spl: Set up the bloblist in board_init_r()Simon Glass
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass
2019-08-26riscv: support SPL stack and global data relocationLukas Auer
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer
2019-08-11spl: implement stack usage checkSimon Goldschmidt
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut
2019-07-11spl: Fix typo in kernel docMiquel Raynal
2019-05-18spl: Set spl_image->fdt_addr pointer for full fitImage configurationMarek Vasut
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese
2019-02-28spl: add debug print for early malloc usageSimon Goldschmidt
2019-02-19spl: implement CRC check on U-Boot uImageSimon Goldschmidt
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass
2018-11-26spl: Add a comment to spl_set_bd()Simon Glass
2018-11-26spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass
2018-11-26spl: Set up the bloblist in SPLSimon Glass