summaryrefslogtreecommitdiff
path: root/tools/fit_image.c
Commit message (Expand)AuthorAgeLines
* tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira2013-12-13-5/+6
* FIT: delete unnecessary castsMasahiro Yamada2013-09-20-1/+1
* 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-4/+5
* mkimage: Add -c option to specify a comment for key signingSimon Glass2013-06-26-2/+2
* mkimage: Add -F option to modify an existing .fit fileSimon Glass2013-06-26-6/+12
* mkimage: Add -K to write public keys to an FDT blobSimon Glass2013-06-26-2/+19
* mkimage: Add -k option to specify key directorySimon Glass2013-06-26-1/+1
* image: Support signing of imagesSimon Glass2013-06-26-1/+1
* mkimage: Put FIT loading in function and tidy error handlingSimon Glass2013-05-14-39/+57
* image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass2013-05-14-1/+1
* Correct comment to show the parameters as defined in tools/mkimage.hLars Rasmusson2012-12-11-1/+1
* tools/fit_image.c: Remove unused fit_set_header()Peter Tyser2009-12-05-33/+1
* tools: mkimage: split code into core, default and FIT image specificPrafulla Wadaskar2009-09-10-0/+212