index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
fit_image.c
Age
Commit message (
Expand
)
Author
2016-05-02
fit_image: Fix a double close() on the error path
Simon Glass
2016-03-22
mkimage: Don't close the file if it wasn't opened
Simon Glass
2016-03-22
mkimage: Ensure file is closed in fdt_property_file()
Simon Glass
2016-03-22
mkimage: Fix missing free() and close() in fit_build()
Simon Glass
2016-03-22
mkimage: Fix missing free() in fit_extract_data()
Simon Glass
2016-03-22
mkimage: Fix error path in fit_extract_data()
Simon Glass
2016-03-22
mkimage: Add a missing free() to fit_import_data()
Simon Glass
2016-03-22
mkimage: Correct file being closed twice in fit_extract_data()
Simon Glass
2016-03-22
mkimage: Correct file being closed twice in fit_import_data()
Simon Glass
2016-03-22
mkimage: Fix munmap() call when importing data
Simon Glass
2016-03-14
mkimage: Bring data into the FIT before processing
Simon Glass
2016-03-14
mkimage: Support placing data outside the FIT
Simon Glass
2016-03-14
mkimage: Support adding device tree files to a FIT
Simon Glass
2016-03-14
mkimage: Support automatic creating of a FIT without a .its
Simon Glass
2015-01-29
dumpimage: fit: extract FIT images
Guilherme Maciel Ferreira
2015-01-29
imagetool: replace image registration function by linker_lists feature
Guilherme Maciel Ferreira
2014-06-11
mkimage: Automatically make space in FDT when full
Simon Glass
2014-03-21
tools, fit: add fit_info host command
Heiko Schocher
2013-12-13
tools: moved code common to all image tools to a separated module.
Guilherme Maciel Ferreira
2013-09-20
FIT: delete unnecessary casts
Masahiro Yamada
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-26
mkimage: Add -r option to specify keys that must be verified
Simon Glass
2013-06-26
mkimage: Add -c option to specify a comment for key signing
Simon Glass
2013-06-26
mkimage: Add -F option to modify an existing .fit file
Simon Glass
2013-06-26
mkimage: Add -K to write public keys to an FDT blob
Simon Glass
2013-06-26
mkimage: Add -k option to specify key directory
Simon Glass
2013-06-26
image: Support signing of images
Simon Glass
2013-05-14
mkimage: Put FIT loading in function and tidy error handling
Simon Glass
2013-05-14
image: Rename fit_add_hashes() to fit_add_verification_data()
Simon Glass
2012-12-11
Correct comment to show the parameters as defined in tools/mkimage.h
Lars Rasmusson
2009-12-05
tools/fit_image.c: Remove unused fit_set_header()
Peter Tyser
2009-09-10
tools: mkimage: split code into core, default and FIT image specific
Prafulla Wadaskar