summaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
AgeCommit message (Expand)Author
2026-01-27fit: Rework SPL_LOAD_FIT_ADDRESS slightlyTom Rini
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-06common/spl: fix endless loop in spl_fit_append_fdt()Michael Walle
2025-09-09common/spl: use memmove() in load_simple_fit()Rasmus Villemoes
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-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-04-02spl: Align FDT load addressSam Edwards
2025-02-03vbe: Allow VBE to disable adding loadables to the FDTSimon Glass
2025-02-03spl: Support selecting images based on phase in simple FITSimon Glass
2025-01-22boot: Rename fit_image_get_data()Simon Glass
2024-12-27spl: Add some more debugging to load_simple_fit()Simon Glass
2024-12-27spl: Drop use of uintptr_tSimon Glass
2024-12-12Revert "Merge patch series "vbe: Series part E""Tom Rini
2024-12-12spl: Add some more debugging to load_simple_fit()Simon Glass
2024-12-12spl: Drop use of uintptr_tSimon Glass
2024-10-11spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPTSimon Glass
2024-08-09spl: Plumb in the Universal Payload handoffSimon Glass
2024-08-09spl: Set SPL_FIT_FOUND for full FIT alsoSimon Glass
2024-06-30spl: correct link to FIT specificationHeinrich Schuchardt
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-06common: Remove <common.h> and add needed includesTom Rini
2024-03-20spl: Improve error message for SPL memory allocationLeo Yu-Chi Liang
2023-11-16spl: Only support bl_len when we have toSean 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-10-19spl: riscv: add os type for next booting stageRandolph
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-17spl: fit: Fix entry point for SPL_LOAD_FIT_FULLSean Anderson
2023-10-16spl: fit: Add board level function to decide application of DTOMarek Vasut
2023-10-08Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-10-07spl: fit: support for booting a LZMA-compressed U-boot binaryManoj Sai
2023-10-07spl: fit: support for booting a GZIP-compressed U-boot binaryManoj Sai
2023-10-06spl: Use the correct FIT_..._PROP constantsSimon Glass
2023-10-06spl: Move the full FIT code to spl_fit.cSimon Glass
2023-10-06spl: Rename spl_load_fit_image() to load_simple_fit()Simon Glass
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass
2023-09-30Convert CFG_SYS_UBOOT_START to KconfigJesse Taube
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-06-24imx: hab: Simplify the mechanismMarek Vasut
2023-02-06spl: Drop unwanted return in spl_fit_upload_fpga()Simon Glass
2023-01-20global: Remove unused CONFIG definesTom Rini
2023-01-18trace: Use notrace for shortSimon Glass
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-09-14spl: fit: Allocate buffers aligned to cache line sizeStefan Herbrechtsmeier