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