summaryrefslogtreecommitdiff
path: root/common/image-fit.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-22fit: add sha256 supportHeiko Schocher1-0/+5
2014-02-19cosmetic: FIT: fix a strange commentMasahiro Yamada1-1/+1
2013-09-20FIT: delete unnecessary castsMasahiro Yamada1-1/+1
2013-09-20cosmetic: FIT: fix typos in commentsMasahiro Yamada1-2/+2
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day1-1/+1
2013-08-16image: Display FIT timestamp when bootingSimon Glass1-0/+11
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass1-1/+5
2013-06-26image: Support signing of imagesSimon Glass1-23/+60
2013-06-17image: Use ENOENT instead of ENOMEDIUM for better compatibilitySimon Glass1-1/+1
2013-06-05sandbox: image: Adjust FIT image printing to work with sandboxSimon Glass1-3/+6
2013-06-05image: Use fit_image_load() to load kernelSimon Glass1-19/+0
2013-06-05image: Use fit_image_load() to load FDTSimon Glass1-19/+0
2013-06-05image: Use fit_image_load() to load ramdiskSimon Glass1-62/+0
2013-06-05image: Introduce fit_image_load() to load images from FITsSimon Glass1-0/+231
2013-05-14image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass1-3/+5
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass1-7/+2
2013-05-14image: Rename hash printing to fit_image_print_verification_data()Simon Glass1-52/+79
2013-05-14image: Export fit_conf_get_prop_node()Simon Glass1-4/+4
2013-05-14image: Move error! string to common placeSimon Glass1-11/+8
2013-05-14image: Move hash checking into its own functionSimon Glass1-62/+66
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass1-8/+8
2013-05-14image: Move HOSTCC image code to tools/Simon Glass1-170/+1
2013-05-14image: Split FIT code into new image-fit.cSimon Glass1-0/+1636