summaryrefslogtreecommitdiffstats
path: root/common/image-fit.c
Commit message (Expand)AuthorAgeFilesLines
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* image: Convert to use fdt_for_each_subnode macroAxel Lin2015-02-161-3/+1
* dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira2015-01-291-1/+29
* image: Enable OpenRTOS booting via fitImageMarek Vasut2015-01-141-2/+8
* x86: image: Add new image type for x64_64Simon Glass2014-10-281-1/+2
* image-fit: make local function staticJeroen Hofstee2014-10-251-1/+1
* x86: Support loading kernel setup from a FITSimon Glass2014-10-221-0/+22
* sandbox: bootm: Don't fail the architecture checkSimon Glass2014-10-221-1/+1
* Fix test failure caused by bad handling of ramdiskSimon Glass2014-08-281-1/+1
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-191-2/+2
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-191-1/+2
* Fix small 'case' typo in image-fit.cSimon Glass2014-06-191-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-191-1/+28
* Reverse the meaning of the fit_config_verify() return codeSimon Glass2014-06-191-1/+1
* fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass2014-06-111-2/+2
* fit: add sha256 supportHeiko Schocher2014-03-211-0/+5
* cosmetic: FIT: fix a strange commentMasahiro Yamada2014-02-191-1/+1
* 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