summaryrefslogtreecommitdiff
path: root/tools/fit_image.c
AgeCommit message (Expand)Author
2026-02-02mkimage: fit: align DTs in external data to 8 Bytes by defaultMarek Vasut
2025-12-06Merge patch series "test/py: fit: Deduplicate the test"Tom Rini
2025-12-06mkimage: Add support for bundling TEE in mkimage -f autoMarek Vasut
2025-12-06fit: support signing with only an engine_idQuentin Schulz
2025-10-10mkimage: fit: erase data-size property when importing dataQuentin Schulz
2025-10-10mkimage: fit: do not ignore fdt_setprop return codeQuentin Schulz
2025-10-10mkimage: fit: do not overwrite fdt_setprop return valueQuentin Schulz
2025-09-24Revert "Merge patch series "mkimage: Detect FIT image load address overlaps a...Tom Rini
2025-09-23Merge patch series "mkimage: Detect FIT image load address overlaps and fix r...Tom Rini
2025-09-23tools: mkimage: detect overlapping load regions in FIT configurationsAristo Chen
2025-09-12mkimage: Add support for bundling TFA BL31 in mkimage -f autoMarek Vasut
2025-07-23Merge patch series "mkimage: validate default configuration reference"Tom Rini
2025-07-23tools: fit_image: validate existence of default configuration nodeAristo Chen
2025-07-15tools: mkimage: make size_inc a signed typeRasmus Villemoes
2025-06-26mkimage: do a rough estimate for the size needed for hashes/signaturesRasmus Villemoes
2025-06-26tools: mkimage: validate image references in FIT configurationsAristo Chen
2025-06-26tools: mkimage: propagate error codes from fit_handle_file()Aristo Chen
2025-01-22boot: Rename fit_image_get_data_and_size()Simon Glass
2024-04-10tools: open FIT image read-onlyAhelenia Ziemiańska
2024-01-11tools: fix build without LIBCRYPTO supportPaul-Erwan Rio
2023-10-11tools: ensure zeroed padding in external FIT imagesRoman Azarenko
2023-10-11mkimage: allow internalization of data-positionLars Feyaerts
2023-04-13tools: imagetool: Extend print_header() by params argumentPali Rohár
2023-01-27mkimage: fit: Support signed configurations in 'auto' FITsMassimo Pegorer
2023-01-18mkimage: Add a few more messages for FIT failuresSimon Glass
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-06-06mkimage: Support signing 'auto' FITsSean Anderson
2022-03-31mkimage: add public key for image pre-load stagePhilippe Reynes
2022-01-26tools: mkimage: Show where signatures/keys are writtenSimon Glass
2022-01-26tools: Move copyfile() into a common fileSimon Glass
2022-01-25mkimage: Show the external-offset errorSimon Glass
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka
2022-01-24tools/fitimage: remove redundant format checkStefan Eichenberger
2021-07-14tools/fitimage: add missing linebreak for some messagesSven Roederer
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass
2020-08-07mkimage: fit: fix import of external dataPatrick Oppenlander
2020-08-05fit_image: Use calloc() to fix reproducibility issueFabio Estevam
2020-07-25mkimage: Allow updating the FIT timestampSimon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20mkimage: Allow updating the FIT timestampSimon Glass
2020-06-02mkimage: Default to adding a crc32 hash with '-f auto'Simon Glass
2020-05-07Revert "mkimage: fit: Do not tail-pad fitImage with external data"Tom Rini
2020-05-04mkimage: fit: Do not tail-pad fitImage with external dataMarek Vasut
2020-05-01tools/fit-image: print a warning when cmd-line for dtc might be truncatedSven Roederer
2020-04-24mkimage: fit: Free buf directly in fit_extract_data()Bin Meng
2020-04-24mkimage: fit: Unmmap the memory before closing fd in fit_import_data()Lihua Zhao
2020-04-24mkimage: fit_image: Add option to make fit header alignKever Yang
2020-04-24tool: use ALIGN() to align the sizeKever Yang
2020-04-17mkimage: fit: don't create image with 0700 permissionsThomas Hebb