summaryrefslogtreecommitdiff
path: root/common/image-fit.c
Commit message (Expand)AuthorAgeLines
* splash: add support for loading splash from a FIT imagetomas.melin@vaisala.com2017-01-13-0/+48
* common: image: Remove FIT header update from image post-processingAndrew F. Davis2016-12-04-23/+6
* image-fit: Fix compiling error caused by autoconf.hYork Sun2016-11-23-1/+1
* armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang2016-11-22-1/+18
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-13-1/+1
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-11/+8
* image-fit: Fix fit_get_node_from_config semanticsPaul Burton2016-09-22-1/+1
* image-fit: switch ENOLINK to ENOENTJonathan Gray2016-09-07-1/+1
* image-fit: fix fit_image_load() OS checkAndreas Bießmann2016-09-06-1/+2
* common: image: Add support for post-processing of imagesAndreas Dannenberg2016-08-12-1/+25
* common: fit: Allow U-Boot images to be bootedmario.six@gdsys.cc2016-07-25-3/+4
* common: image-fit: Cleanup spelling mistakesAndreas Dannenberg2016-06-17-15/+15
* image: Add boot_get_fpga() to load fpga with bootmMichal Simek2016-05-24-2/+5
* mkimage: Report information about fpgaMichal Simek2016-05-24-0/+4
* image-fit: Don't display an error in fit_set_timestamp()Simon Glass2016-05-23-3/+3
* common: image-fit: Fix load and entry addresses in FIT imageYork Sun2016-03-14-5/+17
* common: image-fit: Use a common function to get addressYork Sun2016-03-14-23/+19
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-14-1/+2
* Revert "image-fit: Fix signature checking"Simon Glass2016-02-26-3/+8
* image: Correct the OS location code to work on sandboxSimon Glass2016-02-26-0/+5
* image-fit: Fix signature checkingAndrej Rosano2015-10-19-1/+3
* image-fit: Fix compiler warning in fit_conf_print()Hans de Goede2015-06-06-2/+2
* add boot_get_loadables() to load listed imagesKarl Apsite2015-05-28-1/+9
* mkimage will now report information about loadableKarl Apsite2015-05-28-0/+17
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+1
* image: Convert to use fdt_for_each_subnode macroAxel Lin2015-02-16-3/+1
* dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira2015-01-29-1/+29
* image: Enable OpenRTOS booting via fitImageMarek Vasut2015-01-14-2/+8
* x86: image: Add new image type for x64_64Simon Glass2014-10-28-1/+2
* image-fit: make local function staticJeroen Hofstee2014-10-25-1/+1
* x86: Support loading kernel setup from a FITSimon Glass2014-10-22-0/+22
* sandbox: bootm: Don't fail the architecture checkSimon Glass2014-10-22-1/+1
* Fix test failure caused by bad handling of ramdiskSimon Glass2014-08-28-1/+1
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-19-2/+2
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-19-1/+2
* Fix small 'case' typo in image-fit.cSimon Glass2014-06-19-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-19-1/+28
* Reverse the meaning of the fit_config_verify() return codeSimon Glass2014-06-19-1/+1
* fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass2014-06-11-2/+2
* fit: add sha256 supportHeiko Schocher2014-03-21-0/+5
* 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