aboutsummaryrefslogtreecommitdiffstats
path: root/common/spl/spl.c
Commit message (Expand)AuthorAgeFilesLines
* spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPTSimon Glass2024-10-111-18/+18
* xpl: Rename spl_phase_prefix() and spl_phase_name()Simon Glass2024-10-111-3/+2
* xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass2024-10-111-7/+7
* xpl: Rename spl_phase() to xpl_phase()Simon Glass2024-10-111-3/+3
* xpl: Rename spl_phase to xpl_phase_tSimon Glass2024-10-111-1/+1
* xpl: Rename u_boot_first_phase to xpl_is_first_phase()Simon Glass2024-10-111-2/+2
* Merge patch series "Make LMB memory map global and persistent"Tom Rini2024-09-031-3/+6
|\
| * spl: call spl_board_init() at the end of the spl init sequenceSughosh Ganu2024-09-031-3/+3
| * lmb: init: initialise the lmb data structures during board initSughosh Ganu2024-09-031-0/+3
* | 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