summaryrefslogtreecommitdiff
path: root/tools/mkimage.c
Commit message (Expand)AuthorAgeLines
* mkimage: Fix argument parsing with signature commentKarl Beldan2016-08-05-1/+1
* mkimage: fix missing break for -p switchTeddy Reed2016-07-14-0/+1
* mkimage: Show item lists for all categoriesSimon Glass2016-07-14-3/+9
* mkimage: Use generic code for showing an 'image type' errorSimon Glass2016-07-14-43/+2
* mkimage: Allow display of a list of any image header categorySimon Glass2016-07-14-0/+43
* mkimage: Drop blank line before main()Simon Glass2016-07-14-1/+0
* mkimage: Drop premature setting of params.fit_image_typeSimon Glass2016-07-14-1/+0
* mkimage: Require a data file when auto-fit is usedSimon Glass2016-07-14-0/+2
* mkimage: Explain the auto-fit imagefile special caseSimon Glass2016-07-14-0/+1
* mkimage: Honour the default image type with auto-fitSimon Glass2016-07-14-1/+1
* mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed2016-06-24-2/+11
* mkimage: Add a quiet modeSimon Glass2016-05-23-1/+4
* mkimage: fix generation of FIT imageAndreas Bießmann2016-05-03-6/+3
* mkimage: fix argument parsing on BSD systemsAndreas Bießmann2016-05-02-21/+12
* mkimage: Support placing data outside the FITSimon Glass2016-03-14-1/+4
* mkimage: Support adding device tree files to a FITSimon Glass2016-03-14-2/+36
* mkimage: Support automatic creating of a FIT without a .itsSimon Glass2016-03-14-3/+5
* mkimage: Allow a FIT to include an image of any typeSimon Glass2016-03-14-5/+28
* mkimage: Make 'params' staticSimon Glass2016-03-14-1/+1
* mkimage: Show an error message when usage() is calledSimon Glass2016-03-14-8/+9
* mkimage: Move usage() up to the topSimon Glass2016-03-14-39/+42
* mkimage: Sort the option processing code by optionSimon Glass2016-03-14-25/+25
* mkimage: Convert to use getopt()Simon Glass2016-03-14-132/+101
* mkimage: Move argument processing into its own functionSimon Glass2016-03-14-24/+32
* Gracefully handle 64-bit signed-extended 32-bit Load addressesWilliam Cohen2016-02-24-2/+2
* mkimage: Fix warning from fix for generating multi and script images againMarek Vasut2015-12-07-2/+1
* mkimage : Fix generating multi and script imagesPhilippe De Swert2015-12-05-13/+18
* tools/mkimage.c: Clarify help text for -D slightlyTom Rini2015-10-11-1/+1
* mkimage: Allow padding to any lengthSimon Glass2015-09-02-11/+12
* mkimage: Set up a file size parameter and keep it updatedSimon Glass2015-07-21-0/+18
* mkimage: Display a better list of available image typesSimon Glass2015-07-21-7/+52
* dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira2015-01-29-3/+0
* imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira2015-01-29-42/+2
* imagetool: move common code to imagetool moduleGuilherme Maciel Ferreira2015-01-29-67/+5
* mkimage: fix compilation issues on OpenBSDLuka Perkov2014-08-14-0/+2
* tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira2013-12-13-19/+3
* mkimage: added 'static' specifier to match function's prototype.Guilherme Maciel Ferreira2013-12-13-2/+1
* ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut2013-08-31-0/+2
* tools: add variable padding of data image in mkimageStefano Babic2013-08-31-3/+21
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-14/+1
* mkimage: Add -r option to specify keys that must be verifiedSimon Glass2013-06-26-2/+6
* mkimage: Add -c option to specify a comment for key signingSimon Glass2013-06-26-1/+7
* mkimage: Add -F option to modify an existing .fit fileSimon Glass2013-06-26-3/+6
* mkimage: Add -K to write public keys to an FDT blobSimon Glass2013-06-26-2/+8
* mkimage: Add -k option to specify key directorySimon Glass2013-06-26-1/+14
* powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie2012-08-23-0/+15
* mkimage: Fix variable length header supportChristian Riesch2011-12-24-48/+49
* mkimage: adding support for Davinci AIS imageStefano Babic2011-10-23-0/+2
* mkimage: Add variable lenght header supportStefano Babic2011-10-05-5/+14
* mkimage: Add OMAP boot image supportJohn Rigby2011-08-03-0/+2