summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
4 daysfit: Rework SPL_LOAD_FIT_ADDRESS slightlyTom Rini
12 daysUpdate links to doc/develop/falcon.rstJ. Neuschäfer
2026-01-16spl: fix incorrect dependency for SPL_NETQuentin Schulz
2025-12-31Merge patch series "configs: Remove default malloc length for K3 R5 SPL"Tom Rini
2025-12-31spl: Kconfig: k3: Set common default for CUSTOM_SYS_MALLOC itemsAndrew Davis
2025-12-31spl: Kconfig: k3: Increase malloc size after relocation for R5Andrew Davis
2025-12-24spl: fix prompt for SPL_BOOTROM_SUPPORTQuentin Schulz
2025-12-19Merge tag 'u-boot-amlogic-next-20251219' of https://source.denx.de/u-boot/cus...Tom Rini
2025-12-18Merge tag 'u-boot-socfpga-next-20251217' of https://source.denx.de/u-boot/cus...Tom Rini
2025-12-17spl: mmc: Respect sector value passed to mmc_load_image_raw_partitionJan Kiszka
2025-12-17spl: mmc: Account for SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE being a ch...Jan Kiszka
2025-12-17spl: Kconfig: Add missing SPL_LOAD_BLOCK for SYS_MMCSD_RAW_MODE_U_BOOT_USE_PA...Jan Kiszka
2025-12-11spl: meson: set SPL max size for GX SoCsFerass El Hafidi
2025-12-08Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2025-12-08falcon: support booting linux from MMC/Parallel FlashRandolph
2025-12-01spl: Remove ARCH_SOCFPGA from MMC raw mode enablementAlif Zakuan Yuslaimi
2025-11-18spl: nand: typo 'destintion'Heinrich Schuchardt
2025-11-07Merge tag 'u-boot-dfu-20251107' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2025-11-07Merge tag 'mmc-master-2025-11-07' of https://source.denx.de/u-boot/custodians...Tom Rini
2025-11-07spl: mmc: avoid including errno.h twiceHeinrich Schuchardt
2025-11-06spl: remove redundant prints in boot_from_devicesAnshul Dalal
2025-11-06Merge patch series "ARM: bootm: Add support for starting Linux through OPTEE-...Tom Rini
2025-11-06spl: fit: Add ability to jump to Linux via OPTEE-OS on ARMv7aMarek Vasut
2025-11-06Invalidate cached FAT device upon boot errorPrasad Kale
2025-11-06common/spl: fix endless loop in spl_fit_append_fdt()Michael Walle
2025-11-06spl: Add support for Device Firmware Upgrade (DFU) over PCIeHrushikesh Salunke
2025-11-03spl: Kconfig: allow falcon mode for TI secure 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: Restore args file being default in falcon modeTom Rini
2025-10-20spl: set fdt address as spl_image arg in falcon modeAnshul Dalal
2025-10-20spl: prevent loading args file in secure falcon modeAnshul Dalal
2025-10-20spl: make args file optional in falcon modeAnshul Dalal
2025-10-20spl: falcon: disable fallback to U-Boot on failureAnshul Dalal
2025-10-20spl: nand: refactor spl_nand_load_image for falcon modeAnshul Dalal
2025-10-20spl: nor: refactor spl_nor_load_image for falcon modeAnshul Dalal
2025-10-20spl: spi: refactor spl_spi_load_image for falcon modeAnshul Dalal
2025-10-20spl: ubi: refactor spl_ubi_load_image for falcon modeAnshul Dalal
2025-10-20spl: mmc: split spl_mmc_do_fs_boot into regular/os_bootAnshul Dalal
2025-10-20spl: Kconfig: add SPL_OS_BOOT_SECURE config symbolAnshul Dalal
2025-10-13global: Disable xPL phases when we have enabled COMPILE_TESTTom Rini
2025-10-13spl: FIT: Make SPL_LOAD_FIT_FULL depend on SPL_LOAD_FITTom Rini
2025-10-13SPL: Make SPL_OS depend on supported architecturesTom Rini
2025-10-10spl: spl_sata: Add __maybe_unused decoratorTom Rini
2025-10-08spl: Correct dependency for SPL_SYS_REPORT_STACK_F_USAGETom Rini
2025-10-07Merge patch series "Add support for secure falcon mode: load kernel image bef...Tom Rini
2025-10-07spl: ext, fat: cleanup use of CONFIG_SPL_LIBCOMMON_SUPPORTAnshul Dalal
2025-10-07spl: mmc: load kernel image before args in falconAnshul Dalal
2025-10-07spl: ext: load kernel image before args in falconAnshul Dalal
2025-10-07spl: fat: load kernel image before args in falconAnshul Dalal