summaryrefslogtreecommitdiff
path: root/tools/mkimage.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-25mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed1-2/+11
2016-05-23mkimage: Add a quiet modeSimon Glass1-1/+4
2016-05-03mkimage: fix generation of FIT imageAndreas Bießmann1-6/+3
2016-05-03mkimage: fix argument parsing on BSD systemsAndreas Bießmann1-21/+12
2016-03-15mkimage: Support placing data outside the FITSimon Glass1-1/+4
2016-03-15mkimage: Support adding device tree files to a FITSimon Glass1-2/+36
2016-03-15mkimage: Support automatic creating of a FIT without a .itsSimon Glass1-3/+5
2016-03-15mkimage: Allow a FIT to include an image of any typeSimon Glass1-5/+28
2016-03-14mkimage: Make 'params' staticSimon Glass1-1/+1
2016-03-14mkimage: Show an error message when usage() is calledSimon Glass1-8/+9
2016-03-14mkimage: Move usage() up to the topSimon Glass1-39/+42