summaryrefslogtreecommitdiff
path: root/tools/mkimage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mkimage: Convert to use getopt()Simon Glass2016-03-141-132/+101
* mkimage: Move argument processing into its own functionSimon Glass2016-03-141-24/+32
* Gracefully handle 64-bit signed-extended 32-bit Load addressesWilliam Cohen2016-02-241-2/+2
* mkimage: Fix warning from fix for generating multi and script images againMarek Vasut2015-12-071-2/+1
* mkimage : Fix generating multi and script imagesPhilippe De Swert2015-12-051-13/+18
* tools/mkimage.c: Clarify help text for -D slightlyTom Rini2015-10-111-1/+1
* mkimage: Allow padding to any lengthSimon Glass2015-09-021-11/+12
* mkimage: Set up a file size parameter and keep it updatedSimon Glass2015-07-211-0/+18
* mkimage: Display a better list of available image typesSimon Glass2015-07-211-7/+52
* dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira2015-01-291-3/+0
* imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira2015-01-291-42/+2
* imagetool: move common code to imagetool moduleGuilherme Maciel Ferreira2015-01-291-67/+5
* mkimage: fix compilation issues on OpenBSDLuka Perkov2014-08-141-0/+2
* tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira2013-12-131-19/+3