aboutsummaryrefslogtreecommitdiff
path: root/tools/mkimage.c
AgeCommit message (Expand)AuthorFilesLines
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-14mkimage: 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-05mkimage: Fix argument parsing with signature commentKarl Beldan1-1/+1
2016-07-14mkimage: fix missing break for -p switchTeddy Reed1-0/+1
2016-07-14mkimage: Show item lists for all categoriesSimon Glass1-3/+9
2016-07-14mkimage: Use generic code for showing an 'image type' errorSimon Glass1-43/+2
2016-07-14mkimage: Allow display of a list of any image header categorySimon Glass1-0/+43
2016-07-14mkimage: Drop blank line before main()Simon Glass1-1/+0
2016-07-14mkimage: Drop premature setting of params.fit_image_typeSimon Glass1-1/+0
2016-07-14mkimage: Require a data file when auto-fit is usedSimon Glass1-0/+2
2016-07-14mkimage: Explain the auto-fit imagefile special caseSimon Glass1-0/+1
2016-07-14mkimage: Honour the default image type with auto-fitSimon Glass1-1/+1
2016-06-24mkimage: 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-02mkimage: fix argument parsing on BSD systemsAndreas Bießmann1-21/+12
2016-03-14mkimage: Support placing data outside the FITSimon Glass1-1/+4
2016-03-14mkimage: Support adding device tree files to a FITSimon Glass1-2/+36
2016-03-14mkimage: Support automatic creating of a FIT without a .itsSimon Glass1-3/+5
2016-03-14mkimage: 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-24Gracefully 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-05mkimage : Fix generating multi and script imagesPhilippe De Swert1-13/+18
2015-10-11tools/mkimage.c: Clarify help text for -D slightlyTom Rini1-1/+1
2015-09-02mkimage: Allow padding to any lengthSimon Glass1-11/+12
2015-07-21mkimage: Set up a file size parameter and keep it updatedSimon Glass1-0/+18
2015-07-21mkimage: 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
2014-08-14mkimage: fix compilation issues on OpenBSDLuka Perkov1-0/+2
2013-12-13tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira1-19/+3
2013-12-13mkimage: added 'static' specifier to match function's prototype.Guilherme Maciel Ferreira1-2/+1
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut1-0/+2
2013-08-31tools: add variable padding of data image in mkimageStefano Babic1-3/+21
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-06-26mkimage: Add -r option to specify keys that must be verifiedSimon Glass1-2/+6
2013-06-26mkimage: Add -c option to specify a comment for key signingSimon Glass1-1/+7
2013-06-26mkimage: Add -F option to modify an existing .fit fileSimon Glass1-3/+6