summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)Author
2025-02-03vbe: Provide VPL binman-symbols for the next phaseSimon Glass
2025-01-22Merge patch series "vbe: Series part F"Tom Rini
2025-01-22spl: Plumb in the relocating loaderSimon Glass
2025-01-22spl: Add a type for the jumper functionSimon Glass
2025-01-14common: Move autoprobe out to board initSimon Glass
2024-12-27spl: Drop a duplicate variable in boot_from_devices()Simon Glass
2024-12-27spl: Support a relocated stack in any XPL phaseSimon Glass
2024-12-27spl: Allow serial to be disabled in any XPL phaseSimon Glass
2024-12-27spl: Report a loader failureSimon Glass
2024-12-12Revert "Merge patch series "vbe: Series part E""Tom Rini
2024-12-12spl: Drop a duplicate variable in boot_from_devices()Simon Glass
2024-12-12spl: Support a relocated stack in any XPL phaseSimon Glass
2024-12-12spl: Allow serial to be disabled in any XPL phaseSimon Glass
2024-12-12spl: Report a loader failureSimon Glass
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