summaryrefslogtreecommitdiffstats
path: root/common/image-fit.c
Commit message (Expand)AuthorAgeFilesLines
* common: image-fit: Cleanup spelling mistakesAndreas Dannenberg2016-06-171-15/+15
* image: Add boot_get_fpga() to load fpga with bootmMichal Simek2016-05-241-2/+5
* mkimage: Report information about fpgaMichal Simek2016-05-241-0/+4
* image-fit: Don't display an error in fit_set_timestamp()Simon Glass2016-05-231-3/+3
* common: image-fit: Fix load and entry addresses in FIT imageYork Sun2016-03-141-5/+17
* common: image-fit: Use a common function to get addressYork Sun2016-03-141-23/+19
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-1/+2
* Revert "image-fit: Fix signature checking"Simon Glass2016-02-261-3/+8
* image: Correct the OS location code to work on sandboxSimon Glass2016-02-261-0/+5
* image-fit: Fix signature checkingAndrej Rosano2015-10-191-1/+3
* image-fit: Fix compiler warning in fit_conf_print()Hans de Goede2015-06-061-2/+2
* add boot_get_loadables() to load listed imagesKarl Apsite2015-05-281-1/+9
* mkimage will now report information about loadableKarl Apsite2015-05-281-0/+17
* 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
OpenPOWER on IntegriCloud