summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)Author
2023-06-15gpio: Enable hogging support in SPLEddie James
2022-02-22spl: Allow disabling binman symbols in SPLSimon Glass
2022-02-22spl: x86: Correct the binman symbols for SPLSimon Glass
2022-01-28spl: add support for custom boot method namesHeiko Thiery
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2022-01-20SPL: Add support for checking board / BootROM specific image typesPali Rohár
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-18common: spl: move armv7m-specific code to spl_perform_fixups()Ovidiu Panait
2022-01-13bloblist: Rename the SPL tagSimon Glass
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini
2021-10-31bootstage: Add SPL supportMarek Vasut
2021-10-25arm: spl: prepare for jumping to OPTEERicardo Salveti
2021-10-05lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-17Remove including timestamp.h in version.hPali Rohár
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass
2021-07-31SPL: Add support for parsing board / BootROM specific image typesPali Rohár
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass
2021-07-27spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc
2021-07-23spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping
2021-07-21spl: Provide more information on boot failureSimon Glass
2021-07-07bootstage: Eliminate when not enabledTom Rini
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