aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2024-07-01Merge branch 'next'Tom Rini
2024-06-30spl: correct link to FIT specificationHeinrich Schuchardt
2024-06-28spl: Allow ATF to work when dcache is disabledSimon Glass
2024-06-17Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2024-06-17spl: Introduce SoC specific init functionLukas Funke
2024-06-14Merge patch series "efi_loader: select BLK not depends on BLK"Tom Rini
2024-06-14spl: nvme: Make this depend on SPL_BLKTom Rini
2024-06-13spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 buildVignesh Raghavendra
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-04-02Merge branch 'next'Tom Rini
2024-03-26spl: riscv: opensbi: fix check of PAYLOAD_ARGS_ADDRRandolph
2024-03-20spl: Improve error message for SPL memory allocationLeo Yu-Chi Liang
2024-03-02log: fixup log_head after relocating global dataThomas Weißschuh
2024-02-04spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl frameworkKever Yang
2024-01-31spl: riscv: falcon: move fdt blob to specified addressRandolph
2024-01-29Merge patch series "Move framebuffer reservation for SPL to RAM end"Tom Rini
2024-01-29spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar
2024-01-29sunxi: Consider SPL size limitations for FIT loadingSamuel Holland
2024-01-29sunxi: spl: Disable padding from SPL_PAD_TOSamuel Holland
2024-01-08spl: binman: Disable u_boot_any symbols for i.MX93 boardsMathieu Othacehe
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-06sunxi: h616: (really) lower SPL stack address to avoid BROM dataAndre Przywara
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson
2023-11-16spl: fat: Add option to disable DMA alignmentSean Anderson
2023-11-16spl: spi: Consolidate spi_load_image_os into spl_spi_load_imageSean Anderson
2023-11-16spl: Convert spi to spl_loadSean Anderson
2023-11-16spl: Convert semihosting to spl_loadSean Anderson
2023-11-16spl: Convert NVMe to spl_loadSean Anderson
2023-11-16spl: Convert nor to spl_loadSean Anderson
2023-11-16spl: Convert net to spl_loadSean Anderson
2023-11-16spl: Convert nand to spl_loadSean Anderson
2023-11-16spl: Convert mmc to spl_loadSean Anderson
2023-11-16spl: Convert fat to spl_loadSean Anderson
2023-11-16spl: Convert ext to use spl_loadSean Anderson
2023-11-16spl: Add generic spl_load functionSean Anderson
2023-11-16spl: legacy: Split off LZMA decompression into its own functionSean Anderson
2023-11-16spl: nand: Remove spl_nand_legacy_readSean Anderson
2023-11-16spl: Only support bl_len when we have toSean Anderson
2023-11-16spl: Remove filename from spl_load_infoSean Anderson
2023-11-16spl: Set FAT bl_len to ARCH_DMA_MINALIGNSean Anderson
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson
2023-11-16spl: Take advantage of bl_len's power-of-twonessSean Anderson
2023-11-16spl: Remove dev from spl_load_infoSean Anderson
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson
2023-11-16spl: semihosting: Don't close fd before spl_load_simple_fitSean Anderson