summaryrefslogtreecommitdiff
path: root/tools/mkimage.c
Commit message (Expand)AuthorAgeFilesLines
* mkimage: Support signing 'auto' FITsSean Anderson2022-06-061-1/+4
* mkimage: Document misc optionsSean Anderson2022-05-071-4/+11
* tools: mkimage: Call verify_header after writing image to diskPali Rohár2022-04-061-0/+41
* mkimage: add a flag to describe whether -A is specifiedIcenowy Zheng2022-04-041-0/+1
* mkimage: error handling for FIT imageHeinrich Schuchardt2022-03-041-1/+6
* tools: mkimage/dumpimage: Allow to use -l with -TPali Rohár2022-02-281-22/+14
* tools: mkimage: Show where signatures/keys are writtenSimon Glass2022-01-261-0/+4
* mkimage: struct stat.st_size may not be longHeinrich Schuchardt2022-01-241-3/+4
* mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka2022-01-241-1/+4
* mkimage: Drop unused OPT_STRING constantJan Kiszka2022-01-241-1/+0
* mkimage: clarify error message for empty input filesThomas Hebb2021-09-011-0/+6
* mkimage: allow -l to work on block devices on LinuxYann Dirson2021-07-141-3/+27
* mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc2021-04-141-1/+5
* mkimage: Move padding commands outside of FIT_SIGNATUREJoel Stanley2021-01-221-5/+6
* mkimage: Skip adding non-existent IDs to a listNaoki Hayama2020-10-221-2/+7
* mkimage: Allow updating the FIT timestampSimon Glass2020-07-251-1/+4
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-4/+1
* mkimage: Allow updating the FIT timestampSimon Glass2020-07-201-1/+4
* mkimage: Fix error message if write less data then expectedMylène Josserand2020-07-171-4/+11
* tools: mkimage: use /* fallthrough */ as neededHeinrich Schuchardt2020-05-151-1/+1
* mkimage: fit_image: Add option to make fit header alignKever Yang2020-04-241-2/+12
* tools: mkimage: use common ALIGN to do the size alignKever Yang2020-04-241-2/+3
* rockchip: mkimage: support packing optional second level boot-loaderJeffy Chen2019-12-271-0/+8
* lib: rsa: add support to other openssl engine types than pkcs11Vesa Jääskeläinen2019-07-181-1/+1
* fdt: Fix mkimage list to try every header typeJordan Hand2019-04-111-8/+15
* fdt: Fix FIT header verification in mkimage and conduct same checks as bootmJordan Hand2019-03-081-1/+1
* tools: add i.MX8M image supportPeng Fan2019-01-011-0/+7
* tools: add i.MX8/8X image supportPeng Fan2018-10-221-0/+7
* tools: mkimage: Ensure munmap unmaps the same length that was mappedMark Tomlinson2018-09-101-2/+4
* tools: zynqmpimage: Add bif supportAlexander Graf2018-05-111-0/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* tools: mkimage: Check for datafile when type is scriptAlex Kiernan2018-04-281-0/+2
* mkimage: do not fail if there is no print_header functionGuillaume GARDET2018-04-101-3/+2
* mkimage: fix display of image types listBaruch Siach2017-07-061-1/+5
* tools: mkimage: fix sizeof_mismatch found by coveritySven Ebenfeld2017-01-201-1/+1
* mkimage: Add support for signing with pkcs11George McCollister2017-01-141-3/+7
* tools: mkimage: add firmware-ivt image type for HAB verificationSven Ebenfeld2017-01-021-0/+32
* mkimage: Allow including a ramdisk in FIT auto modeTomeu Vizoso2016-11-061-3/+7
* mkimage: Fix missing free() in show_valid_options()Simon Glass2016-10-311-0/+1
* Fix spelling of "occur".Vagrant Cascadian2016-10-311-1/+1
* mkimage: Fix argument parsing with signature commentKarl Beldan2016-08-051-1/+1
* mkimage: fix missing break for -p switchTeddy Reed2016-07-141-0/+1
* mkimage: Show item lists for all categoriesSimon Glass2016-07-141-3/+9
* mkimage: Use generic code for showing an 'image type' errorSimon Glass2016-07-141-43/+2
* mkimage: Allow display of a list of any image header categorySimon Glass2016-07-141-0/+43
* mkimage: Drop blank line before main()Simon Glass2016-07-141-1/+0
* mkimage: Drop premature setting of params.fit_image_typeSimon Glass2016-07-141-1/+0
* mkimage: Require a data file when auto-fit is usedSimon Glass2016-07-141-0/+2
* mkimage: Explain the auto-fit imagefile special caseSimon Glass2016-07-141-0/+1
* mkimage: Honour the default image type with auto-fitSimon Glass2016-07-141-1/+1