summaryrefslogtreecommitdiff
path: root/tools/mkimage.c
AgeCommit message (Expand)Author
2016-03-14mkimage: Support placing data outside the FITSimon Glass
2016-03-14mkimage: Support adding device tree files to a FITSimon Glass
2016-03-14mkimage: Support automatic creating of a FIT without a .itsSimon Glass
2016-03-14mkimage: Allow a FIT to include an image of any typeSimon Glass
2016-03-14mkimage: Make 'params' staticSimon Glass
2016-03-14mkimage: Show an error message when usage() is calledSimon Glass
2016-03-14mkimage: Move usage() up to the topSimon Glass
2016-03-14mkimage: Sort the option processing code by optionSimon Glass
2016-03-14mkimage: Convert to use getopt()Simon Glass
2016-03-14mkimage: Move argument processing into its own functionSimon Glass
2016-02-24Gracefully handle 64-bit signed-extended 32-bit Load addressesWilliam Cohen
2015-12-07mkimage: Fix warning from fix for generating multi and script images againMarek Vasut
2015-12-05mkimage : Fix generating multi and script imagesPhilippe De Swert
2015-10-11tools/mkimage.c: Clarify help text for -D slightlyTom Rini
2015-09-02mkimage: Allow padding to any lengthSimon Glass
2015-07-21mkimage: Set up a file size parameter and keep it updatedSimon Glass
2015-07-21mkimage: Display a better list of available image typesSimon Glass
2015-01-29dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira
2015-01-29imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira
2015-01-29imagetool: move common code to imagetool moduleGuilherme Maciel Ferreira
2014-08-14mkimage: fix compilation issues on OpenBSDLuka Perkov
2013-12-13tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira
2013-12-13mkimage: added 'static' specifier to match function's prototype.Guilherme Maciel Ferreira
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut
2013-08-31tools: add variable padding of data image in mkimageStefano Babic
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26mkimage: Add -r option to specify keys that must be verifiedSimon Glass
2013-06-26mkimage: Add -c option to specify a comment for key signingSimon Glass
2013-06-26mkimage: Add -F option to modify an existing .fit fileSimon Glass
2013-06-26mkimage: Add -K to write public keys to an FDT blobSimon Glass
2013-06-26mkimage: Add -k option to specify key directorySimon Glass
2012-08-23powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie
2011-12-24mkimage: Fix variable length header supportChristian Riesch
2011-10-23mkimage: adding support for Davinci AIS imageStefano Babic
2011-10-05mkimage: Add variable lenght header supportStefano Babic
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby
2011-07-28mkimage: add UBL header support for booting davinci cpusHeiko Schocher
2011-04-12mkimage: add "-V" option to print version informationWolfgang Denk
2010-04-10mkimage: Fix strict-aliasing compiler warningPeter Tyser
2010-03-28mkimage: fix Segmentation Fault when run without "-n name" optionWolfgang Denk
2010-03-11mkimage: dont force entry point with xipMike Frysinger
2010-01-25mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic
2009-12-07tools/mkimage: Remove duplicate line of codePeter Tyser
2009-12-05tools/mkimage: Print FIT image contents after creationPeter Tyser
2009-12-05tools/mkimage: Assume FDT image type for FIT imagesPeter Tyser
2009-11-23Building of FIT images does not work.Remy Bohmer
2009-09-10mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar
2009-09-10tools: mkimage: split code into core, default and FIT image specificPrafulla Wadaskar
2009-09-10tools: mkimage: Fixed build warningsPrafulla Wadaskar
2009-09-10tools: mkimage : bugfix returns correct value for list commandPrafulla Wadaskar