aboutsummaryrefslogtreecommitdiff
path: root/tools/mkimage.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-11tools: fix build without LIBCRYPTO supportPaul-Erwan Rio1-2/+3
2023-10-11Revert "mkimage: update man page and -h output"Tom Rini1-1/+1
2023-10-11mkimage: update man page and -h outputRasmus Villemoes1-1/+1
2023-04-13tools: imagetool: Extend print_header() by params argumentPali Rohár1-1/+1
2023-03-01tools: mkimage: Do not try to open datafile when it is skippedPali Rohár1-1/+1
2023-03-01tools: mkimage: Print human readable error when -d is not specifiedPali Rohár1-0/+5
2023-03-01tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP imagesPali Rohár1-1/+3
2023-01-27mkimage: fit: Support signed configurations in 'auto' FITsMassimo Pegorer1-4/+17
2022-12-08tools: mkimage: don't print error message "Success" in case of failureMarc Kleine-Budde1-2/+2
2022-12-08tools: mkimage: Fix nullptr at strchr()Mikhail Ilin1-15/+20
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-1/+1
2022-07-13mkimage: Add long optionsSean Anderson1-2/+43
2022-06-06mkimage: Support signing 'auto' FITsSean Anderson1-1/+4
2022-05-07mkimage: Document misc optionsSean Anderson1-4/+11
2022-04-06tools: mkimage: Call verify_header after writing image to diskPali Rohár1-0/+41
2022-04-04mkimage: add a flag to describe whether -A is specifiedIcenowy Zheng1-0/+1
2022-03-04mkimage: error handling for FIT imageHeinrich Schuchardt1-1/+6
2022-02-28tools: mkimage/dumpimage: Allow to use -l with -TPali Rohár1-22/+14
2022-01-26tools: mkimage: Show where signatures/keys are writtenSimon Glass1-0/+4
2022-01-24mkimage: struct stat.st_size may not be longHeinrich Schuchardt1-3/+4
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka1-1/+4
2022-01-24mkimage: Drop unused OPT_STRING constantJan Kiszka1-1/+0
2021-09-01mkimage: clarify error message for empty input filesThomas Hebb1-0/+6
2021-07-14mkimage: allow -l to work on block devices on LinuxYann Dirson1-3/+27
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc1-1/+5
2021-01-22mkimage: Move padding commands outside of FIT_SIGNATUREJoel Stanley1-5/+6
2020-10-22mkimage: Skip adding non-existent IDs to a listNaoki Hayama1-2/+7
2020-07-25mkimage: Allow updating the FIT timestampSimon Glass1-1/+4
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-4/+1
2020-07-20mkimage: Allow updating the FIT timestampSimon Glass1-1/+4
2020-07-17mkimage: Fix error message if write less data then expectedMylène Josserand1-4/+11
2020-05-15tools: mkimage: use /* fallthrough */ as neededHeinrich Schuchardt1-1/+1
2020-04-24mkimage: fit_image: Add option to make fit header alignKever Yang1-2/+12
2020-04-24tools: mkimage: use common ALIGN to do the size alignKever Yang1-2/+3
2019-12-27rockchip: mkimage: support packing optional second level boot-loaderJeffy Chen1-0/+8
2019-07-18lib: rsa: add support to other openssl engine types than pkcs11Vesa Jääskeläinen1-1/+1
2019-04-11fdt: Fix mkimage list to try every header typeJordan Hand1-8/+15
2019-03-08fdt: Fix FIT header verification in mkimage and conduct same checks as bootmJordan Hand1-1/+1
2019-01-01tools: add i.MX8M image supportPeng Fan1-0/+7
2018-10-22tools: add i.MX8/8X image supportPeng Fan1-0/+7
2018-09-10tools: mkimage: Ensure munmap unmaps the same length that was mappedMark Tomlinson1-2/+4
2018-05-11tools: zynqmpimage: Add bif supportAlexander Graf1-0/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-28tools: mkimage: Check for datafile when type is scriptAlex Kiernan1-0/+2
2018-04-10mkimage: do not fail if there is no print_header functionGuillaume GARDET1-3/+2
2017-07-06mkimage: fix display of image types listBaruch Siach1-1/+5
2017-01-20tools: mkimage: fix sizeof_mismatch found by coveritySven Ebenfeld1-1/+1
2017-01-14mkimage: Add support for signing with pkcs11George McCollister1-3/+7
2017-01-02tools: mkimage: add firmware-ivt image type for HAB verificationSven Ebenfeld1-0/+32
2016-11-06mkimage: Allow including a ramdisk in FIT auto modeTomeu Vizoso1-3/+7