summaryrefslogtreecommitdiff
path: root/tools/mkimage.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-07mkimage: Fix warning from fix for generating multi and script images againMarek Vasut1-2/+1
2015-12-06mkimage : Fix generating multi and script imagesPhilippe De Swert1-13/+18
2015-10-12tools/mkimage.c: Clarify help text for -D slightlyTom Rini1-1/+1
2015-09-03mkimage: Allow padding to any lengthSimon Glass1-11/+12
2015-07-22mkimage: Set up a file size parameter and keep it updatedSimon Glass1-0/+18
2015-07-22mkimage: 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
2013-06-26mkimage: Add -K to write public keys to an FDT blobSimon Glass1-2/+8
2013-06-26mkimage: Add -k option to specify key directorySimon Glass1-1/+14
2012-08-23powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie1-0/+15
2011-12-24mkimage: Fix variable length header supportChristian Riesch1-48/+49
2011-10-24mkimage: adding support for Davinci AIS imageStefano Babic1-0/+2
2011-10-06mkimage: Add variable lenght header supportStefano Babic1-5/+14
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby1-0/+2
2011-07-28mkimage: add UBL header support for booting davinci cpusHeiko Schocher1-0/+2
2011-04-13mkimage: add "-V" option to print version informationWolfgang Denk1-0/+6
2010-04-10mkimage: Fix strict-aliasing compiler warningPeter Tyser1-5/+3
2010-03-28mkimage: fix Segmentation Fault when run without "-n name" optionWolfgang Denk1-0/+1
2010-03-12mkimage: dont force entry point with xipMike Frysinger1-14/+0
2010-01-26mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic1-0/+2
2009-12-08tools/mkimage: Remove duplicate line of codePeter Tyser1-4/+2
2009-12-05tools/mkimage: Print FIT image contents after creationPeter Tyser1-25/+26
2009-12-05tools/mkimage: Assume FDT image type for FIT imagesPeter Tyser1-0/+6
2009-11-24Building of FIT images does not work.Remy Bohmer1-0/+1
2009-09-11mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar1-0/+2
2009-09-11tools: mkimage: split code into core, default and FIT image specificPrafulla Wadaskar1-291/+260
2009-09-11tools: mkimage: Fixed build warningsPrafulla Wadaskar1-7/+9
2009-09-11tools: mkimage : bugfix returns correct value for list commandPrafulla Wadaskar1-12/+14
2009-09-05License cleanup: remove unintended "All Rights Reserved" notices.Wolfgang Denk1-1/+0
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger1-10/+4
2008-05-04mkimage: make mmap() checks consistentMike Frysinger1-13/+9
2008-04-24Memory footprint optimizationsBartlomiej Sieka1-3/+3
2008-03-11[new uImage] Add support for new uImage format to mkimage toolBartlomiej Sieka1-52/+205
2008-02-29[new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz1-234/+10
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-2/+2
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-111/+69
2007-05-16Fix compilation issues on MACOSXAubrey.Li1-2/+2
2006-10-11Merge with /home/wd/git/u-boot/masterWolfgang Denk1-1/+2
2006-10-09Define IH_CPU_AVR32Stefan Roese1-0/+1