aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)Author
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-09spl: Jump to image at end of board_init_rJonas Karlman
2023-10-06spl: Move bloblist writing until the image is knownSimon Glass
2023-10-06spl: Move the full FIT code to spl_fit.cSimon Glass
2023-10-06spl: Remove #ifdefs with BOOTSTAGESimon Glass
2023-10-06spl: Avoid an #ifdef when printing gd->malloc_ptrSimon Glass
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass
2023-10-06spl: Drop the switch() statement for OS selectionSimon Glass
2023-10-06spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDRSimon Glass
2023-10-06spl: Drop #ifdefs for BOARD_INIT and watchdogSimon Glass
2023-10-06spl: mx6: powerpc: Drop the condition on timer_init()Simon Glass
2023-10-06spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOCSimon Glass
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass
2023-09-30Convert CFG_SYS_UBOOT_START to KconfigJesse Taube
2023-09-22dm: core: Allow marking driver model as deadSimon Glass
2023-07-30spl: initialize PCI before bootingHeinrich Schuchardt
2023-07-21common: spl: spl: Remove video driverNikhil M Jain
2023-07-21common: spl: spl: Update stack pointer addressNikhil M Jain
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-06-12global: Use proper project name U-BootMichal Simek
2023-05-31spl: Correct checking of configuration nodeBin Meng
2023-05-08common: spl: spl: Remove video driver before u-boot properNikhil M Jain
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut
2022-12-23global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-11-10Convert CONFIG_SYS_MONITOR_LEN to KconfigTom Rini
2022-10-31spl: Allow multiple loaders of the same timeSimon Glass
2022-10-31spl: Add a separate silence option for SPLSimon Glass
2022-10-31spl: Refactor controls for console outputSimon Glass
2022-10-31spl: Use binman suffix allow symbols of any SPL etypeSimon Glass
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-14Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak
2022-06-28spl: binman: Split binman symbols support from enabling binmanAlper Nebi Yasak
2022-06-28spl: binman: Fix use of undeclared u_boot_any symbolsAlper Nebi Yasak
2022-06-28dm: spl: Allow SPL to show memory usageSimon Glass
2022-06-06Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass
2022-04-08gpio: 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