summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
AgeCommit message (Expand)Author
4 daysspl: Remove unused CONFIG_SPL_FRAMEWORK_BOARD_INIT_F optionTom Rini
2026-02-20spl: fix stack placement in spl_relocate_stack_gd()Ronald Wahl
2025-11-06spl: remove redundant prints in boot_from_devicesAnshul Dalal
2025-11-03spl: remove usage of CMD_BOOTx from image parsingAnshul Dalal
2025-10-22spl: split spl_board_fixups to arch/board specificAnshul Dalal
2025-10-20spl: set fdt address as spl_image arg in falcon modeAnshul Dalal
2025-10-20spl: make args file optional in falcon modeAnshul Dalal
2025-08-14common: spl: fix compilation warningLeo Yu-Chi Liang
2025-07-29spl: NULL check variable before dereferenceAndrew Goodbody
2025-06-13spl: Rename jump_to_image_no_args()Simon Glass
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