summaryrefslogtreecommitdiffstats
path: root/tools/mkimage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools: mkimage: split code into core, default and FIT image specificPrafulla Wadaskar2009-09-101-291/+260
* tools: mkimage: Fixed build warningsPrafulla Wadaskar2009-09-101-7/+9
* tools: mkimage : bugfix returns correct value for list commandPrafulla Wadaskar2009-09-101-12/+14
* License cleanup: remove unintended "All Rights Reserved" notices.Wolfgang Denk2009-09-041-1/+0
* compiler.h: unify system ifdef cruft hereMike Frysinger2009-07-191-10/+4
* mkimage: make mmap() checks consistentMike Frysinger2008-05-031-13/+9
* Memory footprint optimizationsBartlomiej Sieka2008-04-241-3/+3
* [new uImage] Add support for new uImage format to mkimage toolBartlomiej Sieka2008-03-111-52/+205
* [new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz2008-02-291-234/+10
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-2/+2
* [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-071-111/+69
* Fix compilation issues on MACOSXAubrey.Li2007-05-151-2/+2
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-111-1/+2
|\
| * Define IH_CPU_AVR32Stefan Roese2006-10-091-0/+1
| * Fix mkimage -l bug with multifile images on 64bit platformsWolfgang Denk2006-09-061-1/+1
* | * Support for FDT in uImage format, error when using FDT from flashMatthew McClintock2006-08-161-0/+1
|/
* Fixed handling of bad checksums with "mkimage -l"Wolfgang Denk2006-04-281-5/+8
OpenPOWER on IntegriCloud