summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)Author
2024-10-25common: Tidy up how malloc() is initedSimon Glass
2024-10-11spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPTSimon Glass
2024-10-11xpl: Rename spl_phase_prefix() and spl_phase_name()Simon Glass
2024-10-11xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-10-11xpl: Rename spl_phase to xpl_phase_tSimon Glass
2024-10-11xpl: Rename u_boot_first_phase to xpl_is_first_phase()Simon Glass
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03spl: call spl_board_init() at the end of the spl init sequenceSughosh Ganu
2024-09-03lmb: init: initialise the lmb data structures during board initSughosh Ganu
2024-08-30Merge patch series "Add support for Ethernet Boot on SK-AM62"Tom Rini
2024-08-30common: spl: spl: Init DRAM size in R5/A53 SPLChintan Vankar
2024-08-26global_data: Reduce size of early-malloc varsSimon Glass
2024-08-26global_data: Convert have_console into a flagSimon Glass
2024-08-23spl: Remove remaining #ifdef in spl_parse_image_header()Simon Glass
2024-08-23spl: Remove some #ifdefs in spl_parse_image_header()Simon Glass
2024-08-23spl: Correct use of CMD_BOOTI and CMD_BOOTZSimon Glass
2024-08-09spl: Plumb in the Universal Payload handoffSimon Glass
2024-06-17spl: Introduce SoC specific init functionLukas Funke
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-05-06common: Remove <common.h> and add needed includesTom Rini
2024-03-02log: fixup log_head after relocating global dataThomas Weißschuh
2024-01-29spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar
2023-11-16spl: Add generic spl_load functionSean Anderson
2023-11-16spl: Make SHOW_ERRORS depend on LIBCOMMONSean Anderson
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