aboutsummaryrefslogtreecommitdiffstats
path: root/common/spl/spl.c
Commit message (Expand)AuthorAgeFilesLines
...
* global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini2022-12-231-2/+2
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-3/+3
* Convert CONFIG_SYS_MONITOR_LEN to KconfigTom Rini2022-11-101-4/+7
* spl: Allow multiple loaders of the same timeSimon Glass2022-10-311-31/+25
* spl: Add a separate silence option for SPLSimon Glass2022-10-311-1/+1
* spl: Refactor controls for console outputSimon Glass2022-10-311-3/+1
* spl: Use binman suffix allow symbols of any SPL etypeSimon Glass2022-10-311-8/+8
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-4/+4
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-4/+4
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1
* Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison2022-09-141-0/+21
* spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak2022-06-281-0/+1
* spl: binman: Split binman symbols support from enabling binmanAlper Nebi Yasak2022-06-281-4/+5
* spl: binman: Fix use of undeclared u_boot_any symbolsAlper Nebi Yasak2022-06-281-3/+7
* dm: spl: Allow SPL to show memory usageSimon Glass2022-06-281-0/+9
* Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini2022-06-061-3/+3
* Introduce Verifying Program Loader (VPL)Simon Glass2022-05-021-3/+22
* gpio: Enable hogging support in SPLEddie James2022-04-081-0/+4
* spl: Allow disabling binman symbols in SPLSimon Glass2022-02-221-0/+4
* spl: x86: Correct the binman symbols for SPLSimon Glass2022-02-221-4/+4
* spl: add support for custom boot method namesHeiko Thiery2022-01-281-0/+5
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini2022-01-201-1/+12
|\
| * SPL: Add support for checking board / BootROM specific image typesPali Rohár2022-01-201-0/+9
| * SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár2022-01-201-1/+3
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-191-3/+3
|/
* common: spl: move armv7m-specific code to spl_perform_fixups()Ovidiu Panait2022-01-181-3/+0
* bloblist: Rename the SPL tagSimon Glass2022-01-131-2/+2
* spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini2021-11-051-3/+3
* bootstage: Add SPL supportMarek Vasut2021-10-311-1/+1
* arm: spl: prepare for jumping to OPTEERicardo Salveti2021-10-251-2/+9
* lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay2021-10-051-1/+1
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-251-1/+1
* Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-171-0/+3
* serial: Rename SERIAL_SUPPORT to SERIALSimon Glass2021-09-041-2/+2
* 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 headerSimon Glass2021-02-021-0/+1
* x86: spl: Add a function to find the text baseSimon Glass2021-02-011-0/+6