summaryrefslogtreecommitdiffstats
path: root/tools/fit_image.c
Commit message (Expand)AuthorAgeFilesLines
* fit_image: Fix a double close() on the error pathSimon Glass2016-05-021-1/+0
* mkimage: Don't close the file if it wasn't openedSimon Glass2016-03-221-2/+2
* mkimage: Ensure file is closed in fdt_property_file()Simon Glass2016-03-221-1/+2
* mkimage: Fix missing free() and close() in fit_build()Simon Glass2016-03-221-1/+4
* mkimage: Fix missing free() in fit_extract_data()Simon Glass2016-03-221-0/+2
* mkimage: Fix error path in fit_extract_data()Simon Glass2016-03-221-4/+7
* mkimage: Add a missing free() to fit_import_data()Simon Glass2016-03-221-0/+1
* mkimage: Correct file being closed twice in fit_extract_data()Simon Glass2016-03-221-2/+0
* mkimage: Correct file being closed twice in fit_import_data()Simon Glass2016-03-221-1/+1
* mkimage: Fix munmap() call when importing dataSimon Glass2016-03-221-1/+1
* mkimage: Bring data into the FIT before processingSimon Glass2016-03-141-0/+97
* mkimage: Support placing data outside the FITSimon Glass2016-03-141-0/+109
* mkimage: Support adding device tree files to a FITSimon Glass2016-03-141-8/+88
* mkimage: Support automatic creating of a FIT without a .itsSimon Glass2016-03-141-2/+214
* dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira2015-01-291-1/+92
* imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira2015-01-291-16/+14
* mkimage: Automatically make space in FDT when fullSimon Glass2014-06-111-44/+68
* tools, fit: add fit_info host commandHeiko Schocher2014-03-211-58/+4
* tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira2013-12-131-5/+6
* FIT: delete unnecessary castsMasahiro Yamada2013-09-201-1/+1
* 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-4/+5
* mkimage: Add -c option to specify a comment for key signingSimon Glass2013-06-261-2/+2
* mkimage: Add -F option to modify an existing .fit fileSimon Glass2013-06-261-6/+12
* mkimage: Add -K to write public keys to an FDT blobSimon Glass2013-06-261-2/+19
* mkimage: Add -k option to specify key directorySimon Glass2013-06-261-1/+1
* image: Support signing of imagesSimon Glass2013-06-261-1/+1
* mkimage: Put FIT loading in function and tidy error handlingSimon Glass2013-05-141-39/+57
* image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass2013-05-141-1/+1
* Correct comment to show the parameters as defined in tools/mkimage.hLars Rasmusson2012-12-111-1/+1
* tools/fit_image.c: Remove unused fit_set_header()Peter Tyser2009-12-051-33/+1
* tools: mkimage: split code into core, default and FIT image specificPrafulla Wadaskar2009-09-101-0/+212
OpenPOWER on IntegriCloud