summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2026-07-28Merge tag 'u-boot-dfu-20260728' of https://git.u-boot-project.org/u-boot/cust...Tom Rini
2026-07-24fit: prefer the default configuration on best-match tiesCarlo Caione
2026-07-24boot: android: fix AvbOps and verify-data leaks in AVB pathIgor Opaniuk
2026-07-23bootm: teach handle_decomp_error() about the noload decompression bufferAristo Chen
2026-07-22boot: android: fix out-of-bounds access in bootconfig parsingAlexey Charkov
2026-07-16Merge patch series "vbe: bound FIT external-data reads against the firmware a...Tom Rini
2026-07-16vbe: bound FIT external-data offset and size before blk_readAristo Chen
2026-07-13cmd: fdt: keep control FDT during checksignJames Hilliard
2026-07-03bootdev: scan boot devices at each priority levelDenis Mukhin
2026-07-03Merge patch series "bootm: fix flush_cache() with IH_TYPE_KERNEL_NOLOAD"Tom Rini
2026-07-03bootm: allow omitting entry point for IH_TYPE_KERNEL_NOLOADNora Schiffer
2026-07-03bootm: warn about load address for IH_TYPE_KERNEL_NOLOAD in FITNora Schiffer
2026-07-03bootm: fix flush_cache() with IH_TYPE_KERNEL_NOLOADNora Schiffer
2026-07-01bootm: move OS index bound check into the legacy pathAristo Chen
2026-06-25Kconfig: boot: restyleJohan Jonker
2026-06-24treewide: move bi_dram[] from bd to gdIlias Apalodimas
2026-06-22Merge tag 'v2026.07-rc5' into nextTom Rini
2026-06-17Merge patch series "Fixes, cleanup and a test for the SPL FIT "full" loader"Tom Rini
2026-06-17boot: fit: fix FIT verification in SPLFrancesco Valla
2026-06-17bootm: increase kernel_noload decompression headroom from 4x to 8xAristo Chen
2026-06-17bootm: fix overflow of the noload kernel decompression bufferAristo Chen
2026-06-17Merge patch series "bootm: bound noload kernel decompression to the allocated...Tom Rini
2026-06-17bootm: increase kernel_noload decompression headroom from 4x to 8xAristo Chen
2026-06-17bootm: fix overflow of the noload kernel decompression bufferAristo Chen
2026-06-15Merge patch series "various memory related fixups"Tom Rini
2026-06-15boot: image-fdt: free old dtb reservationsRandolph Sapp
2026-06-15android_ab: fix slot selectionColin Pinnell McAllister
2026-06-13fdt: Check return value of fdt_get_name() callsAnton Ivanov
2026-06-12image-fit: Validate external data offset and sizeAnton Ivanov
2026-06-12image-fit: Limit recursion depth in fdt_check_no_at()Anton Ivanov
2026-06-12fdt_region: Check return value of fdt_get_property_by_offset() callsAnton Ivanov
2026-06-12image-fit-sig: Validate hashed-strings region sizeAnton Ivanov
2026-06-11Merge patch series "fdt_support: validate property lengths in chosen and dma-...Tom Rini
2026-06-11fdt_support: validate dma-ranges length in fdt_get_dma_rangeAristo Chen
2026-06-11fdt_support: bound serialN alias length before copying to stackAristo Chen
2026-06-11bootm: bound-check OS index in bootm_os_get_boot_func()Aristo Chen
2026-06-11Merge patch series "allow control DTB to double as "FIT image""Tom Rini
2026-06-11image-fit.c: introduce CONTROL_DTB_AS_FIT config knobRasmus Villemoes
2026-06-10treewide: prefer __func__ over __FUNCTION__ and __PRETTY_FUNCTION__Aristo Chen
2026-06-08Merge tag 'v2026.07-rc4' into nextTom Rini
2026-06-03boot: pxe_utils: Fix potential initrd_filesize buffer overflowFrancois Berder
2026-06-02Merge patch series "Clean up bloblist initialization"Tom Rini
2026-05-29boot: cedit: Check ofnode_read_prop return valueFrancois Berder
2026-05-27Merge patch series "fit: dm-verity support"Tom Rini
2026-05-27boot: fit: support generating DM verity cmdline parametersDaniel Golle
2026-05-25Merge patch series "boot/fit: use fdt_for_each_subnode() in image-fit.c"Tom Rini
2026-05-25boot/fit: use fdt_for_each_subnode() in image-fit.cAristo Chen
2026-05-25boot/fit: read default-config property from the configurations nodeAristo Chen
2026-05-19bootdev: Fix the case where the driver ops field is null.Tom Rini
2026-05-08boot: image-fit.c: check target, not source, for 8-byte alignment when loadin...Rasmus Villemoes