summaryrefslogtreecommitdiff
path: root/tools/fit_image.c
Commit message (Expand)AuthorAgeFilesLines
* tools: fit_image: Add the loadable property to configsAbel Vesa2019-03-221-0/+1
* mkimage: fit_image: Use macros from image.hMichal Simek2018-07-241-24/+29
* mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan2018-07-101-1/+2
* mkimage: Refactor imagetool_get_source_date to take command nameAlex Kiernan2018-07-101-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* tools/mkimage: Use proper output parameter in dtc-system callStefan Theil2018-03-091-3/+3
* tools: fix incorrect usage of DT node unit addressAndre Przywara2018-01-151-12/+12
* tools/mkimage: Fix DTC run command to handle file names with spaceMirza, Taimoor2017-10-161-2/+2
* cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2017-10-071-10/+11
* tools/fit_image.c: Update some return code pathsTom Rini2017-10-061-1/+3
* mkimage: Add support for signing with pkcs11George McCollister2017-01-141-1/+2
* mkimage: Allow including a ramdisk in FIT auto modeTomeu Vizoso2016-11-061-1/+32
* tools: Add an error code when fit_handle_file() failsSimon Glass2016-07-141-2/+2
* image: Correct auto-fit architecture property nameSimon Glass2016-07-141-1/+2
* Respect SOURCE_DATE_EPOCH when building FIT images.Vagrant Cascadian2016-06-241-2/+4
* mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed2016-06-241-1/+18
* 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