aboutsummaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* vbe: Allow VBE to disable adding loadables to the FDTSimon Glass2025-02-031-4/+2
* vbe: Provide VPL binman-symbols for the next phaseSimon Glass2025-02-031-6/+20
* vbe: Support providing a linker scriptSimon Glass2025-02-031-0/+13
* spl: Support selecting images based on phase in simple FITSimon Glass2025-02-031-7/+27
* spl: Adjust debugging and xPL symbolsSimon Glass2025-02-031-1/+1
* Merge patch series "upl: Prerequite patches for updated spec"Tom Rini2025-01-221-1/+1
|\
| * boot: Rename fit_image_get_data()Simon Glass2025-01-221-1/+1
* | Merge patch series "vbe: Series part F"Tom Rini2025-01-226-2/+221
|\ \
| * | spl: Plumb in the relocating loaderSimon Glass2025-01-221-0/+12
| * | spl: Add support for a relocating jump to the next phaseSimon Glass2025-01-225-0/+208
| * | spl: Add a type for the jumper functionSimon Glass2025-01-221-2/+1
| |/
* / common: Move autoprobe out to board initSimon Glass2025-01-141-0/+4
|/
* spl: Add some more debugging to load_simple_fit()Simon Glass2024-12-271-1/+9
* spl: Drop a duplicate variable in boot_from_devices()Simon Glass2024-12-271-1/+0
* spl: Drop use of uintptr_tSimon Glass2024-12-273-23/+23
* spl: Support a relocated stack in any XPL phaseSimon Glass2024-12-271-1/+1
* spl: Allow serial to be disabled in any XPL phaseSimon Glass2024-12-271-1/+1
* spl: Report a loader failureSimon Glass2024-12-271-4/+8
* Support setting a maximum size for the VPL imageSimon Glass2024-12-271-0/+8
* malloc: Provide a simple malloc for VPLSimon Glass2024-12-271-0/+9
* spl: mmc: Avoid size growth in spl_mmc_find_device() debugSimon Glass2024-12-271-2/+4
* riscv: spl: add FIT name for RISC-V Falcon modeRandolph2024-12-181-0/+1
* Revert "Merge patch series "vbe: Series part E""Tom Rini2024-12-126-62/+32
* Merge patch series "vbe: Series part E"Tom Rini2024-12-126-32/+62
|\
| * spl: Add some more debugging to load_simple_fit()Simon Glass2024-12-121-1/+9
| * spl: Drop a duplicate variable in boot_from_devices()Simon Glass2024-12-121-1/+0
| * spl: Drop use of uintptr_tSimon Glass2024-12-123-23/+23
| * spl: Support a relocated stack in any XPL phaseSimon Glass2024-12-121-1/+1
| * spl: Allow serial to be disabled in any XPL phaseSimon Glass2024-12-121-1/+1
| * spl: Report a loader failureSimon Glass2024-12-121-4/+8
| * Support setting a maximum size for the VPL imageSimon Glass2024-12-121-0/+8
| * malloc: Provide a simple malloc for VPLSimon Glass2024-12-121-0/+9
| * spl: mmc: Avoid size growth in spl_mmc_find_device() debugSimon Glass2024-12-121-2/+4
* | spl: increase SPL_SYS_MALLOC_SIZE when using BIOSEMU on RISC-VYuri Zaporozhets2024-11-271-0/+1
|/
* Merge tag 'u-boot-imx-master-20241025a' of https://gitlab.denx.de/u-boot/cust...WIP/25Oct2024Tom Rini2024-10-251-0/+2
|\
| * ARM: imx: soc: Move default TEXT_BASE for i.MX7Marek Vasut2024-10-251-0/+1
| * ARM: imx: soc: Select default TEXT_BASE for i.MX6Marek Vasut2024-10-251-0/+1
* | common: Tidy up how malloc() is initedSimon Glass2024-10-251-3/+1
|/
* net: introduce alternative implementation as net/lwip/Jerome Forissier2024-10-161-0/+1
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-114-62/+61
|\
| * spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPTSimon Glass2024-10-113-20/+20
| * global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-111-28/+28
| * global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-111-1/+1
| * 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 branch 'next'Tom Rini2024-10-0716-181/+363
|\ \
| * \ Merge patch series "vbe: Series part D"Tom Rini2024-10-031-0/+12
| |\ \