| Commit message (Expand) | Author | Age | Files | Lines |
* | image-fit: Fix compiler warning in fit_conf_print() | Hans de Goede | 2015-06-06 | 1 | -2/+2 |
* | add boot_get_loadables() to load listed images | Karl Apsite | 2015-05-28 | 1 | -1/+9 |
* | mkimage will now report information about loadable | Karl Apsite | 2015-05-28 | 1 | -0/+17 |
* | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 2015-04-18 | 1 | -0/+1 |
* | image: Convert to use fdt_for_each_subnode macro | Axel Lin | 2015-02-16 | 1 | -3/+1 |
* | dumpimage: fit: extract FIT images | Guilherme Maciel Ferreira | 2015-01-29 | 1 | -1/+29 |
* | image: Enable OpenRTOS booting via fitImage | Marek Vasut | 2015-01-14 | 1 | -2/+8 |
* | x86: image: Add new image type for x64_64 | Simon Glass | 2014-10-28 | 1 | -1/+2 |
* | image-fit: make local function static | Jeroen Hofstee | 2014-10-25 | 1 | -1/+1 |
* | x86: Support loading kernel setup from a FIT | Simon Glass | 2014-10-22 | 1 | -0/+22 |
* | sandbox: bootm: Don't fail the architecture check | Simon Glass | 2014-10-22 | 1 | -1/+1 |
* | Fix test failure caused by bad handling of ramdisk | Simon Glass | 2014-08-28 | 1 | -1/+1 |
* | includes: move openssl headers to include/u-boot | Jeroen Hofstee | 2014-06-19 | 1 | -2/+2 |
* | Enhance fit_check_sign to check all images | Simon Glass | 2014-06-19 | 1 | -1/+2 |
* | Fix small 'case' typo in image-fit.c | Simon Glass | 2014-06-19 | 1 | -1/+1 |
* | image: Remove the fit_load_image() property parameter | Simon Glass | 2014-06-19 | 1 | -1/+28 |
* | Reverse the meaning of the fit_config_verify() return code | Simon Glass | 2014-06-19 | 1 | -1/+1 |
* | fdt: Update functions which write to an FDT to return -ENOSPC | Simon Glass | 2014-06-11 | 1 | -2/+2 |
* | fit: add sha256 support | Heiko Schocher | 2014-03-21 | 1 | -0/+5 |
* | cosmetic: FIT: fix a strange comment | Masahiro Yamada | 2014-02-19 | 1 | -1/+1 |
* | FIT: delete unnecessary casts | Masahiro Yamada | 2013-09-20 | 1 | -1/+1 |
* | cosmetic: FIT: fix typos in comments | Masahiro Yamada | 2013-09-20 | 1 | -2/+2 |
* | Fix some obvious typos across multiple subsystems. | Robert P. J. Day | 2013-09-20 | 1 | -1/+1 |
* | image: Display FIT timestamp when booting | Simon Glass | 2013-08-16 | 1 | -0/+11 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | bootm: Use selected configuration for ramdisk and fdt | Simon Glass | 2013-07-12 | 1 | -1/+5 |
* | image: Support signing of images | Simon Glass | 2013-06-26 | 1 | -23/+60 |
* | image: Use ENOENT instead of ENOMEDIUM for better compatibility | Simon Glass | 2013-06-17 | 1 | -1/+1 |
* | sandbox: image: Adjust FIT image printing to work with sandbox | Simon Glass | 2013-06-04 | 1 | -3/+6 |
* | image: Use fit_image_load() to load kernel | Simon Glass | 2013-06-04 | 1 | -19/+0 |
* | image: Use fit_image_load() to load FDT | Simon Glass | 2013-06-04 | 1 | -19/+0 |
* | image: Use fit_image_load() to load ramdisk | Simon Glass | 2013-06-04 | 1 | -62/+0 |
* | image: Introduce fit_image_load() to load images from FITs | Simon Glass | 2013-06-04 | 1 | -0/+231 |
* | image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL | Simon Glass | 2013-05-14 | 1 | -3/+5 |
* | image: Remove remaining #ifdefs in image-fit.c | Simon Glass | 2013-05-14 | 1 | -7/+2 |
* | image: Rename hash printing to fit_image_print_verification_data() | Simon Glass | 2013-05-14 | 1 | -52/+79 |
* | image: Export fit_conf_get_prop_node() | Simon Glass | 2013-05-14 | 1 | -4/+4 |
* | image: Move error! string to common place | Simon Glass | 2013-05-14 | 1 | -11/+8 |
* | image: Move hash checking into its own function | Simon Glass | 2013-05-14 | 1 | -62/+66 |
* | image: Rename fit_image_check_hashes() to fit_image_verify() | Simon Glass | 2013-05-14 | 1 | -8/+8 |
* | image: Move HOSTCC image code to tools/ | Simon Glass | 2013-05-14 | 1 | -170/+1 |
* | image: Split FIT code into new image-fit.c | Simon Glass | 2013-05-14 | 1 | -0/+1636 |