aboutsummaryrefslogtreecommitdiffstats
path: root/common/spl/spl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Add support for Ethernet Boot on SK-AM62"WIP/30Aug2024-nextTom Rini2024-08-301-1/+1
|\
| * common: spl: spl: Init DRAM size in R5/A53 SPLChintan Vankar2024-08-301-1/+1
* | global_data: Reduce size of early-malloc varsSimon Glass2024-08-261-2/+2
* | global_data: Convert have_console into a flagSimon Glass2024-08-261-1/+1
|/
* spl: Remove remaining #ifdef in spl_parse_image_header()Simon Glass2024-08-231-6/+4
* spl: Remove some #ifdefs in spl_parse_image_header()Simon Glass2024-08-231-11/+11
* spl: Correct use of CMD_BOOTI and CMD_BOOTZSimon Glass2024-08-231-2/+2
* spl: Plumb in the Universal Payload handoffSimon Glass2024-08-091-0/+8
* spl: Introduce SoC specific init functionLukas Funke2024-06-171-0/+3
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-2/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-1/+2
* global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini2024-05-061-1/+0
* common: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+1
* log: fixup log_head after relocating global dataThomas Weißschuh2024-03-021-0/+3
* spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar2024-01-291-0/+19
* spl: Add generic spl_load functionSean Anderson2023-11-161-0/+10
* spl: Make SHOW_ERRORS depend on LIBCOMMONSean Anderson2023-11-161-2/+1
* spl: Use map_sysmem where appropriateSean Anderson2023-10-171-1/+3
* spl: Jump to image at end of board_init_rJonas Karlman2023-10-091-5/+7
* spl: Move bloblist writing until the image is knownSimon Glass2023-10-061-12/+12
* spl: Move the full FIT code to spl_fit.cSimon Glass2023-10-061-101/+7
* spl: Remove #ifdefs with BOOTSTAGESimon Glass2023-10-061-12/+3
* spl: Avoid an #ifdef when printing gd->malloc_ptrSimon Glass2023-10-061-4/+5
* spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass2023-10-061-3/+3
* spl: Drop the switch() statement for OS selectionSimon Glass2023-10-061-22/+10
* spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDRSimon Glass2023-10-061-6/+4
* spl: Drop #ifdefs for BOARD_INIT and watchdogSimon Glass2023-10-061-6/+4
* spl: mx6: powerpc: Drop the condition on timer_init()Simon Glass2023-10-061-6/+0
* spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOCSimon Glass2023-10-061-4/+4
* spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass2023-10-061-4/+4
* spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass2023-10-061-3/+3
* Convert CFG_SYS_UBOOT_START to KconfigJesse Taube2023-09-301-5/+1
* dm: core: Allow marking driver model as deadSimon Glass2023-09-221-1/+1
* spl: initialize PCI before bootingHeinrich Schuchardt2023-07-301-0/+7
* common: spl: spl: Remove video driverNikhil M Jain2023-07-211-11/+11
* common: spl: spl: Update stack pointer addressNikhil M Jain2023-07-211-0/+1
* Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/12Jun2023-nextTom Rini2023-06-121-1/+1
|\
| * global: Use proper project name U-BootMichal Simek2023-06-121-1/+1
* | spl: Correct checking of configuration nodeBin Meng2023-05-311-1/+1
|/
* common: spl: spl: Remove video driver before u-boot properNikhil M Jain2023-05-081-0/+15
* gpio: Get rid of gpio_hog_probe_all()WIP/2023-01-12-further-assorted-general-updatesMarek Vasut2023-01-121-3/+0
* 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