summaryrefslogtreecommitdiff
path: root/common/image-fit.c
AgeCommit message (Expand)Author
2014-08-28Fix test failure caused by bad handling of ramdiskSimon Glass
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass
2014-06-19Fix small 'case' typo in image-fit.cSimon Glass
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass
2014-06-19Reverse the meaning of the fit_config_verify() return codeSimon Glass
2014-06-11fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass
2014-03-21fit: add sha256 supportHeiko Schocher
2014-02-19cosmetic: FIT: fix a strange commentMasahiro Yamada
2013-09-20FIT: delete unnecessary castsMasahiro Yamada
2013-09-20cosmetic: FIT: fix typos in commentsMasahiro Yamada
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day
2013-08-16image: Display FIT timestamp when bootingSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass
2013-06-26image: Support signing of imagesSimon Glass
2013-06-17image: Use ENOENT instead of ENOMEDIUM for better compatibilitySimon Glass
2013-06-04sandbox: image: Adjust FIT image printing to work with sandboxSimon Glass
2013-06-04image: Use fit_image_load() to load kernelSimon Glass
2013-06-04image: Use fit_image_load() to load FDTSimon Glass
2013-06-04image: Use fit_image_load() to load ramdiskSimon Glass
2013-06-04image: Introduce fit_image_load() to load images from FITsSimon Glass
2013-05-14image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass
2013-05-14image: Rename hash printing to fit_image_print_verification_data()Simon Glass
2013-05-14image: Export fit_conf_get_prop_node()Simon Glass
2013-05-14image: Move error! string to common placeSimon Glass
2013-05-14image: Move hash checking into its own functionSimon Glass
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass
2013-05-14image: Move HOSTCC image code to tools/Simon Glass
2013-05-14image: Split FIT code into new image-fit.cSimon Glass