aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-17spl: Introduce SoC specific init functionLukas Funke1-0/+3
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-2/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+2
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini1-1/+0
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+1
2024-03-02log: fixup log_head after relocating global dataThomas Weißschuh1-0/+3
2024-01-29spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar1-0/+19
2023-11-16spl: Add generic spl_load functionSean Anderson1-0/+10
2023-11-16spl: Make SHOW_ERRORS depend on LIBCOMMONSean Anderson1-2/+1
2023-10-17spl: Use map_sysmem where appropriateSean Anderson1-1/+3
2023-10-09spl: Jump to image at end of board_init_rJonas Karlman1-5/+7
2023-10-06spl: Move bloblist writing until the image is knownSimon Glass1-12/+12
2023-10-06spl: Move the full FIT code to spl_fit.cSimon Glass1-101/+7
2023-10-06spl: Remove #ifdefs with BOOTSTAGESimon Glass1-12/+3
2023-10-06spl: Avoid an #ifdef when printing gd->malloc_ptrSimon Glass1-4/+5
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-3/+3
2023-10-06spl: Drop the switch() statement for OS selectionSimon Glass1-22/+10
2023-10-06spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDRSimon Glass1-6/+4
2023-10-06spl: Drop #ifdefs for BOARD_INIT and watchdogSimon Glass1-6/+4
2023-10-06spl: mx6: powerpc: Drop the condition on timer_init()Simon Glass1-6/+0
2023-10-06spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOCSimon Glass1-4/+4
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass1-4/+4
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass1-3/+3
2023-09-30Convert CFG_SYS_UBOOT_START to KconfigJesse Taube1-5/+1
2023-09-22dm: core: Allow marking driver model as deadSimon Glass1-1/+1
2023-07-30spl: initialize PCI before bootingHeinrich Schuchardt1-0/+7
2023-07-21common: spl: spl: Remove video driverNikhil M Jain1-11/+11
2023-07-21common: spl: spl: Update stack pointer addressNikhil M Jain1-0/+1
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/12Jun2023-nextTom Rini1-1/+1
2023-06-12global: Use proper project name U-BootMichal Simek1-1/+1
2023-05-31spl: 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-05global: 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