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