summaryrefslogtreecommitdiff
path: root/tools/fit_image.c
AgeCommit message (Expand)Author
2016-11-06mkimage: Allow including a ramdisk in FIT auto modeTomeu Vizoso
2016-07-14tools: Add an error code when fit_handle_file() failsSimon Glass
2016-07-14image: Correct auto-fit architecture property nameSimon Glass
2016-06-24Respect SOURCE_DATE_EPOCH when building FIT images.Vagrant Cascadian
2016-06-24mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed
2016-05-02fit_image: Fix a double close() on the error pathSimon Glass
2016-03-22mkimage: Don't close the file if it wasn't openedSimon Glass
2016-03-22mkimage: Ensure file is closed in fdt_property_file()Simon Glass
2016-03-22mkimage: Fix missing free() and close() in fit_build()Simon Glass
2016-03-22mkimage: Fix missing free() in fit_extract_data()Simon Glass
2016-03-22mkimage: Fix error path in fit_extract_data()Simon Glass
2016-03-22mkimage: Add a missing free() to fit_import_data()Simon Glass
2016-03-22mkimage: Correct file being closed twice in fit_extract_data()Simon Glass
2016-03-22mkimage: Correct file being closed twice in fit_import_data()Simon Glass
2016-03-22mkimage: Fix munmap() call when importing dataSimon Glass
2016-03-14mkimage: Bring data into the FIT before processingSimon Glass
2016-03-14mkimage: Support placing data outside the FITSimon Glass
2016-03-14mkimage: Support adding device tree files to a FITSimon Glass
2016-03-14mkimage: Support automatic creating of a FIT without a .itsSimon Glass
2015-01-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira
2015-01-29imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira
2014-06-11mkimage: Automatically make space in FDT when fullSimon Glass
2014-03-21tools, fit: add fit_info host commandHeiko Schocher
2013-12-13tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira
2013-09-20FIT: delete unnecessary castsMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26mkimage: Add -r option to specify keys that must be verifiedSimon Glass
2013-06-26mkimage: Add -c option to specify a comment for key signingSimon Glass
2013-06-26mkimage: Add -F option to modify an existing .fit fileSimon Glass
2013-06-26mkimage: Add -K to write public keys to an FDT blobSimon Glass
2013-06-26mkimage: Add -k option to specify key directorySimon Glass
2013-06-26image: Support signing of imagesSimon Glass
2013-05-14mkimage: Put FIT loading in function and tidy error handlingSimon Glass
2013-05-14image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass
2012-12-11Correct comment to show the parameters as defined in tools/mkimage.hLars Rasmusson
2009-12-05tools/fit_image.c: Remove unused fit_set_header()Peter Tyser
2009-09-10tools: mkimage: split code into core, default and FIT image specificPrafulla Wadaskar