summaryrefslogtreecommitdiff
path: root/tools/mkimage.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-07mkimage: Support signing 'auto' FITsSean Anderson1-1/+4
2022-05-08mkimage: Document misc optionsSean Anderson1-4/+11
2022-04-06tools: mkimage: Call verify_header after writing image to diskPali Rohár1-0/+41
2022-04-05mkimage: 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-02mkimage: 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-23mkimage: 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-12fdt: 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-11tools: 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-29tools: 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-15mkimage: 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
2016-10-31mkimage: Fix missing free() in show_valid_options()Simon Glass1-0/+1
2016-10-31Fix spelling of "occur".Vagrant Cascadian1-1/+1
2016-08-06mkimage: Fix argument parsing with signature commentKarl Beldan1-1/+1
2016-07-15mkimage: fix missing break for -p switchTeddy Reed1-0/+1
2016-07-15mkimage: Show item lists for all categoriesSimon Glass1-3/+9
2016-07-15mkimage: Use generic code for showing an 'image type' errorSimon Glass1-43/+2
2016-07-15mkimage: Allow display of a list of any image header categorySimon Glass1-0/+43
2016-07-15mkimage: Drop blank line before main()Simon Glass1-1/+0
2016-07-15mkimage: Drop premature setting of params.fit_image_typeSimon Glass1-1/+0
2016-07-15mkimage: Require a data file when auto-fit is usedSimon Glass1-0/+2
2016-07-15mkimage: Explain the auto-fit imagefile special caseSimon Glass1-0/+1
2016-07-15mkimage: Honour the default image type with auto-fitSimon Glass1-1/+1