| Commit message (Expand) | Author | Age | Files | Lines |
* | mkimage: fit_image: Use macros from image.h | Michal Simek | 2018-07-24 | 1 | -24/+29 |
* | mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures | Alex Kiernan | 2018-07-10 | 1 | -1/+2 |
* | mkimage: Refactor imagetool_get_source_date to take command name | Alex Kiernan | 2018-07-10 | 1 | -1/+2 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | tools/mkimage: Use proper output parameter in dtc-system call | Stefan Theil | 2018-03-09 | 1 | -3/+3 |
* | tools: fix incorrect usage of DT node unit address | Andre Przywara | 2018-01-15 | 1 | -12/+12 |
* | tools/mkimage: Fix DTC run command to handle file names with space | Mirza, Taimoor | 2017-10-16 | 1 | -2/+2 |
* | cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity | Tom Rini | 2017-10-07 | 1 | -10/+11 |
* | tools/fit_image.c: Update some return code paths | Tom Rini | 2017-10-06 | 1 | -1/+3 |
* | mkimage: Add support for signing with pkcs11 | George McCollister | 2017-01-14 | 1 | -1/+2 |
* | mkimage: Allow including a ramdisk in FIT auto mode | Tomeu Vizoso | 2016-11-06 | 1 | -1/+32 |
* | tools: Add an error code when fit_handle_file() fails | Simon Glass | 2016-07-14 | 1 | -2/+2 |
* | image: Correct auto-fit architecture property name | Simon Glass | 2016-07-14 | 1 | -1/+2 |
* | Respect SOURCE_DATE_EPOCH when building FIT images. | Vagrant Cascadian | 2016-06-24 | 1 | -2/+4 |
* | mkimage: fit: spl: Add an optional static offset for external data | Teddy Reed | 2016-06-24 | 1 | -1/+18 |
* | fit_image: Fix a double close() on the error path | Simon Glass | 2016-05-02 | 1 | -1/+0 |
* | mkimage: Don't close the file if it wasn't opened | Simon Glass | 2016-03-22 | 1 | -2/+2 |
* | mkimage: Ensure file is closed in fdt_property_file() | Simon Glass | 2016-03-22 | 1 | -1/+2 |
* | mkimage: Fix missing free() and close() in fit_build() | Simon Glass | 2016-03-22 | 1 | -1/+4 |
* | mkimage: Fix missing free() in fit_extract_data() | Simon Glass | 2016-03-22 | 1 | -0/+2 |
* | mkimage: Fix error path in fit_extract_data() | Simon Glass | 2016-03-22 | 1 | -4/+7 |
* | mkimage: Add a missing free() to fit_import_data() | Simon Glass | 2016-03-22 | 1 | -0/+1 |
* | mkimage: Correct file being closed twice in fit_extract_data() | Simon Glass | 2016-03-22 | 1 | -2/+0 |
* | mkimage: Correct file being closed twice in fit_import_data() | Simon Glass | 2016-03-22 | 1 | -1/+1 |
* | mkimage: Fix munmap() call when importing data | Simon Glass | 2016-03-22 | 1 | -1/+1 |
* | mkimage: Bring data into the FIT before processing | Simon Glass | 2016-03-14 | 1 | -0/+97 |
* | mkimage: Support placing data outside the FIT | Simon Glass | 2016-03-14 | 1 | -0/+109 |
* | mkimage: Support adding device tree files to a FIT | Simon Glass | 2016-03-14 | 1 | -8/+88 |
* | mkimage: Support automatic creating of a FIT without a .its | Simon Glass | 2016-03-14 | 1 | -2/+214 |
* | dumpimage: fit: extract FIT images | Guilherme Maciel Ferreira | 2015-01-29 | 1 | -1/+92 |
* | imagetool: replace image registration function by linker_lists feature | Guilherme Maciel Ferreira | 2015-01-29 | 1 | -16/+14 |
* | mkimage: Automatically make space in FDT when full | Simon Glass | 2014-06-11 | 1 | -44/+68 |
* | tools, fit: add fit_info host command | Heiko Schocher | 2014-03-21 | 1 | -58/+4 |
* | tools: moved code common to all image tools to a separated module. | Guilherme Maciel Ferreira | 2013-12-13 | 1 | -5/+6 |
* | FIT: delete unnecessary casts | Masahiro Yamada | 2013-09-20 | 1 | -1/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -14/+1 |
* | mkimage: Add -r option to specify keys that must be verified | Simon Glass | 2013-06-26 | 1 | -4/+5 |
* | mkimage: Add -c option to specify a comment for key signing | Simon Glass | 2013-06-26 | 1 | -2/+2 |
* | mkimage: Add -F option to modify an existing .fit file | Simon Glass | 2013-06-26 | 1 | -6/+12 |
* | mkimage: Add -K to write public keys to an FDT blob | Simon Glass | 2013-06-26 | 1 | -2/+19 |
* | mkimage: Add -k option to specify key directory | Simon Glass | 2013-06-26 | 1 | -1/+1 |
* | image: Support signing of images | Simon Glass | 2013-06-26 | 1 | -1/+1 |
* | mkimage: Put FIT loading in function and tidy error handling | Simon Glass | 2013-05-14 | 1 | -39/+57 |
* | image: Rename fit_add_hashes() to fit_add_verification_data() | Simon Glass | 2013-05-14 | 1 | -1/+1 |
* | Correct comment to show the parameters as defined in tools/mkimage.h | Lars Rasmusson | 2012-12-11 | 1 | -1/+1 |
* | tools/fit_image.c: Remove unused fit_set_header() | Peter Tyser | 2009-12-05 | 1 | -33/+1 |
* | tools: mkimage: split code into core, default and FIT image specific | Prafulla Wadaskar | 2009-09-10 | 1 | -0/+212 |