summaryrefslogtreecommitdiff
path: root/tools/fit_image.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-22tools: fit_image: Add the loadable property to configsAbel Vesa1-0/+1
2018-07-24mkimage: fit_image: Use macros from image.hMichal Simek1-24/+29
2018-07-10mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan1-1/+2
2018-07-10mkimage: Refactor imagetool_get_source_date to take command nameAlex Kiernan1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-09tools/mkimage: Use proper output parameter in dtc-system callStefan Theil1-3/+3
2018-01-16tools: fix incorrect usage of DT node unit addressAndre Przywara1-12/+12
2017-10-16tools/mkimage: Fix DTC run command to handle file names with spaceMirza, Taimoor1-2/+2
2017-10-07cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini1-10/+11
2017-10-06tools/fit_image.c: Update some return code pathsTom Rini1-1/+3
2017-01-15mkimage: Add support for signing with pkcs11George McCollister1-1/+2
2016-11-06mkimage: Allow including a ramdisk in FIT auto modeTomeu Vizoso1-1/+32
2016-07-15tools: Add an error code when fit_handle_file() failsSimon Glass1-2/+2
2016-07-15image: Correct auto-fit architecture property nameSimon Glass1-1/+2
2016-06-25Respect SOURCE_DATE_EPOCH when building FIT images.Vagrant Cascadian1-2/+4
2016-06-25mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed1-1/+18
2016-05-03fit_image: Fix a double close() on the error pathSimon Glass1-1/+0
2016-03-22mkimage: Don't close the file if it wasn't openedSimon Glass1-2/+2
2016-03-22mkimage: Ensure file is closed in fdt_property_file()Simon Glass1-1/+2
2016-03-22mkimage: Fix missing free() and close() in fit_build()Simon Glass1-1/+4
2016-03-22mkimage: Fix missing free() in fit_extract_data()Simon Glass1-0/+2
2016-03-22mkimage: Fix error path in fit_extract_data()Simon Glass1-4/+7
2016-03-22mkimage: Add a missing free() to fit_import_data()Simon Glass1-0/+1
2016-03-22mkimage: Correct file being closed twice in fit_extract_data()Simon Glass1-2/+0
2016-03-22mkimage: Correct file being closed twice in fit_import_data()Simon Glass1-1/+1
2016-03-22mkimage: Fix munmap() call when importing dataSimon Glass1-1/+1
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