summaryrefslogtreecommitdiffstats
path: root/tools/mkimage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed2016-06-241-2/+11
* mkimage: Add a quiet modeSimon Glass2016-05-231-1/+4
* mkimage: fix generation of FIT imageAndreas Bießmann2016-05-031-6/+3
* mkimage: fix argument parsing on BSD systemsAndreas Bießmann2016-05-021-21/+12
* mkimage: Support placing data outside the FITSimon Glass2016-03-141-1/+4
* mkimage: Support adding device tree files to a FITSimon Glass2016-03-141-2/+36
* mkimage: Support automatic creating of a FIT without a .itsSimon Glass2016-03-141-3/+5
* mkimage: Allow a FIT to include an image of any typeSimon Glass2016-03-141-5/+28
* mkimage: Make 'params' staticSimon Glass2016-03-141-1/+1
* mkimage: Show an error message when usage() is calledSimon Glass2016-03-141-8/+9
* mkimage: Move usage() up to the topSimon Glass2016-03-141-39/+42
* mkimage: Sort the option processing code by optionSimon Glass2016-03-141-25/+25