aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
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
2023-11-16spl: Make SHOW_ERRORS depend on LIBCOMMONSean Anderson
2023-11-16spl: blk_fs: Fix uninitialized return value when we can't get a blk_descSean Anderson
2023-11-16mtd: Rename SPL_MTD_SUPPORT to SPL_MTDSean Anderson
2023-11-16spl: nand: Map memory before accessing itSean Anderson
2023-11-16spl: nand: Set bl_len to page sizeSean Anderson
2023-11-16spl: legacy: Honor bl_len when decompressingSean Anderson
2023-11-16spl: nand: Fix NULL-pointer dereferenceSean Anderson
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon
2023-10-24Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2023-10-22sunxi: add Allwinner R528/T113 SoC supportAndre Przywara
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara
2023-10-19spl: riscv: add os type for next booting stageRandolph
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson