summaryrefslogtreecommitdiff
path: root/tools/mkimage.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-14mkimage: Sort the option processing code by optionSimon Glass1-25/+25
2016-03-14mkimage: Convert to use getopt()Simon Glass1-132/+101
2016-03-14mkimage: Move argument processing into its own functionSimon Glass1-24/+32
2016-02-25Gracefully handle 64-bit signed-extended 32-bit Load addressesWilliam Cohen1-2/+2
2015-12-07mkimage: Fix warning from fix for generating multi and script images againMarek Vasut1-2/+1
2015-12-06mkimage : Fix generating multi and script imagesPhilippe De Swert1-13/+18
2015-10-12tools/mkimage.c: Clarify help text for -D slightlyTom Rini1-1/+1
2015-09-03mkimage: Allow padding to any lengthSimon Glass1-11/+12
2015-07-22mkimage: Set up a file size parameter and keep it updatedSimon Glass1-0/+18
2015-07-22mkimage: Display a better list of available image typesSimon Glass1-7/+52
2015-01-29dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira1-3/+0
2015-01-29imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira1-42/+2
2015-01-29imagetool: move common code to imagetool moduleGuilherme Maciel Ferreira1-67/+5