Age | Commit message (Expand) | Author |
2014-03-21 | fit: add sha256 support | Heiko Schocher |
2014-02-19 | cosmetic: FIT: fix a strange comment | Masahiro Yamada |
2013-09-20 | FIT: delete unnecessary casts | Masahiro Yamada |
2013-09-20 | cosmetic: FIT: fix typos in comments | Masahiro Yamada |
2013-09-20 | Fix some obvious typos across multiple subsystems. | Robert P. J. Day |
2013-08-16 | image: Display FIT timestamp when booting | Simon Glass |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-07-12 | bootm: Use selected configuration for ramdisk and fdt | Simon Glass |
2013-06-26 | image: Support signing of images | Simon Glass |
2013-06-17 | image: Use ENOENT instead of ENOMEDIUM for better compatibility | Simon Glass |
2013-06-04 | sandbox: image: Adjust FIT image printing to work with sandbox | Simon Glass |
2013-06-04 | image: Use fit_image_load() to load kernel | Simon Glass |
2013-06-04 | image: Use fit_image_load() to load FDT | Simon Glass |
2013-06-04 | image: Use fit_image_load() to load ramdisk | Simon Glass |
2013-06-04 | image: Introduce fit_image_load() to load images from FITs | Simon Glass |
2013-05-14 | image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL | Simon Glass |
2013-05-14 | image: Remove remaining #ifdefs in image-fit.c | Simon Glass |
2013-05-14 | image: Rename hash printing to fit_image_print_verification_data() | Simon Glass |
2013-05-14 | image: Export fit_conf_get_prop_node() | Simon Glass |
2013-05-14 | image: Move error! string to common place | Simon Glass |
2013-05-14 | image: Move hash checking into its own function | Simon Glass |
2013-05-14 | image: Rename fit_image_check_hashes() to fit_image_verify() | Simon Glass |
2013-05-14 | image: Move HOSTCC image code to tools/ | Simon Glass |
2013-05-14 | image: Split FIT code into new image-fit.c | Simon Glass |