summaryrefslogtreecommitdiff
path: root/boot/image-fit.c
AgeCommit message (Expand)Author
2026-03-18image-fit: Fix mismatched parameter type in commentKunihiko Hayashi
2026-02-24boot: fit: validate FDT/DTO payload before fdt_open_into()James Hilliard
2026-02-16image: fit: Apply overlays using aligned writable FDT copiesJames Hilliard
2026-01-30boot/fit: print error name in boot_get_fdt_fit()David Lechner
2026-01-27boot/fit: print name of config node not foundFrank Wunderlich
2025-12-16Merge patch series "fit: print conf node compatibles + use property string co...Tom Rini
2025-12-16boot/fit: print all configuration node compatiblesQuentin Schulz
2025-12-16boot/fit: declare (and use) new constant for conf's compatible propQuentin Schulz
2025-12-16boot/fit: use constants for property stringsQuentin Schulz
2025-12-05boot: Check noffset before useMarek Vasut
2025-12-04boot/image-fit.c: Use aligned_alloc(...) not memalign(...)Tom Rini
2025-11-28boot: Assure FDT is always at 8-byte aligned addressMarek Vasut
2025-10-26boot: Fix typoWolfgang Wallner
2025-02-15image: Add support for starting TFA BL31 as fitImage loadablesMarek Vasut
2025-02-04image: apply FDTOs on FDT image node without a load propertyQuentin Schulz
2025-02-03vbe: Support selecting images based on phase in FITSimon Glass
2025-01-22boot: Rename fit_image_get_data_and_size()Simon Glass
2025-01-22boot: Rename fit_image_get_data()Simon Glass
2024-12-27boot: Respect the load_op in fit_image_load()Simon Glass
2024-12-27boot: Allow FIT to fall back from best-match optionSimon Glass
2024-12-12Revert "Merge patch series "vbe: Series part E""Tom Rini
2024-12-12boot: Respect the load_op in fit_image_load()Simon Glass
2024-12-12boot: Allow FIT to fall back from best-match optionSimon Glass
2024-08-09spl: Plumb in the Universal Payload handoffSimon Glass
2024-07-05cmd: bootm: add ELF file supportMaxim Moskalets
2024-05-22image: remove redundant hash includesRaymond Mao
2024-05-06boot: Remove <common.h> and add needed includesTom Rini
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini
2022-10-31image: Allow loading a FIT image for a particular phaseSimon Glass
2022-10-31image: Move comment for fit_conf_find_compat()Simon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-07image: fit: Add some helpers for getting dataSean Anderson
2022-08-31image-fit: don't set compression if it can't be readDaniel Golle
2022-07-01image: fit: Use stack allocation macroJoel Stanley
2022-04-19image-fit: don't check free() argumentHeinrich Schuchardt
2022-04-11image: fit: Align hash output buffersSean Anderson
2022-01-26tools: Pass the key blob aroundSimon Glass
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-11-17image: fit: Fix parameter name for hash algorithmChia-Wei Wang
2021-11-11Create a new boot/ directorySimon Glass