summaryrefslogtreecommitdiff
path: root/tools/fit_image.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-15mkimage: Bring data into the FIT before processingSimon Glass1-0/+97
2016-03-15mkimage: Support placing data outside the FITSimon Glass1-0/+109
2016-03-15mkimage: Support adding device tree files to a FITSimon Glass1-8/+88
2016-03-15mkimage: Support automatic creating of a FIT without a .itsSimon Glass1-2/+214
2015-01-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira1-1/+92
2015-01-29imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira1-16/+14
2014-06-12mkimage: Automatically make space in FDT when fullSimon Glass1-44/+68
2014-03-22tools, fit: add fit_info host commandHeiko Schocher1-58/+4
2013-12-13tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira1-5/+6
2013-09-20FIT: delete unnecessary castsMasahiro Yamada1-1/+1
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-4/+5
2013-06-26mkimage: Add -c option to specify a comment for key signingSimon Glass1-2/+2
2013-06-26mkimage: Add -F option to modify an existing .fit fileSimon Glass1-6/+12
2013-06-26mkimage: Add -K to write public keys to an FDT blobSimon Glass1-2/+19
2013-06-26mkimage: Add -k option to specify key directorySimon Glass1-1/+1
2013-06-26image: Support signing of imagesSimon Glass1-1/+1
2013-05-14mkimage: Put FIT loading in function and tidy error handlingSimon Glass1-39/+57
2013-05-14image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass1-1/+1
2012-12-11Correct comment to show the parameters as defined in tools/mkimage.hLars Rasmusson1-1/+1
2009-12-05tools/fit_image.c: Remove unused fit_set_header()Peter Tyser1-33/+1
2009-09-11tools: mkimage: split code into core, default and FIT image specificPrafulla Wadaskar1-0/+212