summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-1/+1
2023-06-12global: Use proper project name U-BootMichal Simek1-1/+1
2023-06-01spl: Correct checking of configuration nodeBin Meng1-1/+1
2023-05-08common: spl: spl: Remove video driver before u-boot properNikhil M Jain1-0/+15
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut1-3/+0
2022-12-23global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini1-2/+2
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-3/+3
2022-11-10Convert CONFIG_SYS_MONITOR_LEN to KconfigTom Rini1-4/+7
2022-10-31spl: Allow multiple loaders of the same timeSimon Glass1-31/+25
2022-10-31spl: Add a separate silence option for SPLSimon Glass1-1/+1
2022-10-31spl: Refactor controls for console outputSimon Glass1-3/+1
2022-10-31spl: Use binman suffix allow symbols of any SPL etypeSimon Glass1-8/+8
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-4/+4
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-4/+4
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-09-14Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison1-0/+21
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak1-0/+1
2022-06-28spl: binman: Split binman symbols support from enabling binmanAlper Nebi Yasak1-4/+5
2022-06-28spl: binman: Fix use of undeclared u_boot_any symbolsAlper Nebi Yasak1-3/+7
2022-06-28dm: spl: Allow SPL to show memory usageSimon Glass1-0/+9
2022-06-06Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini1-3/+3
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass1-3/+22
2022-04-09gpio: Enable hogging support in SPLEddie James1-0/+4
2022-02-22spl: Allow disabling binman symbols in SPLSimon Glass1-0/+4
2022-02-22spl: x86: Correct the binman symbols for SPLSimon Glass1-4/+4
2022-01-29spl: add support for custom boot method namesHeiko Thiery1-0/+5
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-1/+12
2022-01-20SPL: Add support for checking board / BootROM specific image typesPali Rohár1-0/+9
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-1/+3
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-3/+3
2022-01-18common: spl: move armv7m-specific code to spl_perform_fixups()Ovidiu Panait1-3/+0
2022-01-13bloblist: Rename the SPL tagSimon Glass1-2/+2
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini1-3/+3
2021-10-31bootstage: Add SPL supportMarek Vasut1-1/+1
2021-10-26arm: spl: prepare for jumping to OPTEERicardo Salveti1-2/+9
2021-10-05lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay1-1/+1
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+3
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass1-2/+2
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