summaryrefslogtreecommitdiffstats
path: root/tools/mkimage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mkimage: added 'static' specifier to match function's prototype.Guilherme Maciel Ferreira2013-12-131-2/+1
* ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut2013-08-311-0/+2
* tools: add variable padding of data image in mkimageStefano Babic2013-08-311-3/+21
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* mkimage: Add -r option to specify keys that must be verifiedSimon Glass2013-06-261-2/+6
* mkimage: Add -c option to specify a comment for key signingSimon Glass2013-06-261-1/+7
* mkimage: Add -F option to modify an existing .fit fileSimon Glass2013-06-261-3/+6
* mkimage: Add -K to write public keys to an FDT blobSimon Glass2013-06-261-2/+8
* mkimage: Add -k option to specify key directorySimon Glass2013-06-261-1/+14
* powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie2012-08-231-0/+15
* mkimage: Fix variable length header supportChristian Riesch2011-12-241-48/+49
* mkimage: adding support for Davinci AIS imageStefano Babic2011-10-231-0/+2
* mkimage: Add variable lenght header supportStefano Babic2011-10-051-5/+14
* mkimage: Add OMAP boot image supportJohn Rigby2011-08-031-0/+2
* mkimage: add UBL header support for booting davinci cpusHeiko Schocher2011-07-281-0/+2
* mkimage: add "-V" option to print version informationWolfgang Denk2011-04-121-0/+6
* mkimage: Fix strict-aliasing compiler warningPeter Tyser2010-04-101-5/+3
* mkimage: fix Segmentation Fault when run without "-n name" optionWolfgang Denk2010-03-281-0/+1
* mkimage: dont force entry point with xipMike Frysinger2010-03-111-14/+0
* mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic2010-01-251-0/+2
* tools/mkimage: Remove duplicate line of codePeter Tyser2009-12-071-4/+2
* tools/mkimage: Print FIT image contents after creationPeter Tyser2009-12-051-25/+26
* tools/mkimage: Assume FDT image type for FIT imagesPeter Tyser2009-12-051-0/+6
* Building of FIT images does not work.Remy Bohmer2009-11-231-0/+1
* mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar2009-09-101-0/+2
OpenPOWER on IntegriCloud