summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
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
2025-09-23Merge tag 'v2025.10-rc5' into nextTom Rini
2025-09-12spl: spi: fix falcon mode for spi bootAnshul Dalal
2025-09-10spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPIHeinrich Schuchardt
2025-09-09common/spl: use memmove() in load_simple_fit()Rasmus Villemoes
2025-08-21common: spl: fix compilation warningLeo Yu-Chi Liang
2025-08-14common: spl: fix compilation warningLeo Yu-Chi Liang
2025-07-29spl: NULL check variable before dereferenceAndrew Goodbody
2025-07-27sunxi: add basic A523 supportAndre Przywara
2025-07-24spl: spl_imx_container: Delete uninitialized variableYe Li
2025-07-17spl: imx: Add support for new PQC containerYe Li
2025-07-11Kconfig: Test for !COMPILE_TEST in some locationsTom Rini
2025-07-10arm64: renesas: Add Renesas R-Car Gen4 SCIF/HSCIF loader SREC generationMarek Vasut
2025-07-07Merge branch 'next'Tom Rini
2025-06-26common/spl: guard against buffer overflow in spl_fit_get_image_name()Heinrich Schuchardt
2025-06-26common/spl: Revert fix potential out of buffer access in spl_fit_get_image_na...Heinrich Schuchardt
2025-06-24sunxi: add support for the Allwinner A100/A133 SoCAndre Przywara
2025-06-23Merge tag 'v2025.07-rc5' into nextTom Rini
2025-06-19common/spl: improve error handling in spl_fitMikhail Kshevetskiy
2025-06-19common/spl: handle properly images with bad checksumMikhail Kshevetskiy
2025-06-19common/spl: fix potential out of buffer access in spl_fit_get_image_name func...Mikhail Kshevetskiy
2025-06-13spl: Rename jump_to_image_no_args()Simon Glass
2025-06-09configs: raise SPL_SYS_MALLOC_SIZE to 8 MiB on RISC-VHeinrich Schuchardt
2025-06-02Merge patch series "Audit include list for include/[a-m]*.h"Tom Rini
2025-06-02include/fat.h: Audit include listTom Rini
2025-05-26Merge tag 'v2025.07-rc3' into nextTom Rini
2025-05-22tiny-printf: Handle formatting of %p with an extra KconfigChristoph Niedermaier
2025-05-21spl: Kconfig: support U-Boot load from raw NANDDario Binacchi
2025-05-06rockchip: Add SPL_PAD_TO Kconfig default valueJonas Karlman
2025-05-03spl: imx: use trampoline buffer to load images to secure regionYe Li
2025-04-24configs: set SPL_TEXT_BASE by default for k3 platformsAnshul Dalal
2025-04-16ARM: mvebu: Correct SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR usageTom Rini
2025-04-08Merge patch series "Annotate switch/case fallthrough cases"Tom Rini
2025-04-08spl: mmc: properly annotate fallthroughAndre Przywara
2025-04-02Merge patch series "Various toolchain compatibility fixes/improvements"Tom Rini
2025-04-02spl: Align FDT load addressSam Edwards
2025-04-02spl: riscv: opensbi: Error on misaligned FDTSam Edwards
2025-03-30spl: return header size to spl_load in os bootAnshul Dalal