Commit Graph

159 Commits (0bf62d7bc41cc97b5ca7f6ef5ed858f56008257a)

Author SHA1 Message Date
Simon Glass fe20a81a68 Fix test failure caused by bad handling of ramdisk 11 years ago
Bryan Wu 6c454fedf5 image: fix bootm failure for FIT image 11 years ago
Bryan Wu 0f64140b69 image: introduce genimg_get_kernel_addr() 11 years ago
Dirk Eibach 9a4f479b64 fit: make sha256 support optional 11 years ago
Jeroen Hofstee 2b9912e6a7 includes: move openssl headers to include/u-boot 11 years ago
Simon Glass ce1400f694 Enhance fit_check_sign to check all images 11 years ago
Simon Glass 126cc86420 image: Remove the fit_load_image() property parameter 11 years ago
Michael van der Westhuizen 1de7bb4f27 Prevent a buffer overflow in mkimage when signing with SHA256 11 years ago
Heiko Schocher 21d29f7f9f bootm: make use of legacy image format configurable 11 years ago
Andreas Bießmann 7b1a411743 mkimage: add atmelimage 11 years ago
Sebastian Siewior 9ace3fc814 image: add support for Android's boot image format 11 years ago
Karicheri, Muralidharan bf411ea9f1 tools: mkimage: add support for gpimage format 11 years ago
Heiko Schocher 29a23f9d6c tools, fit_check_sign: verify a signed fit image 11 years ago
Heiko Schocher db1b5f3d20 rsa: add sha256,rsa4096 algorithm 11 years ago
Heiko Schocher 646257d1f4 rsa: add sha256-rsa2048 algorithm 11 years ago
Heiko Schocher 2842c1c242 fit: add sha256 support 11 years ago
Masahiro Yamada 95f7062710 fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP 11 years ago
Alexey Brodkin bc5d542880 arc: bdinfo, image and arc-specific init functions declarations support 11 years ago
David Feng 0ae7653128 arm64: core support 11 years ago
Marek Vasut bce8837071 ARM: mxs: tools: Add mkimage support for MXS bootstream 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Simon Glass f320a4d845 bootm: Use selected configuration for ramdisk and fdt 12 years ago
Simon Glass a5266d6b5d bootm: Clean up bootz_setup() function 12 years ago
Simon Glass 29ce737d6f mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE 12 years ago
Simon Glass 4d0985295b image: Add support for signing of FIT configurations 12 years ago
Simon Glass 56518e7104 image: Support signing of images 12 years ago
Simon Glass 3e569a6b1e image: Add signing infrastructure 12 years ago
Simon Glass d0ae31eb07 Add a 'fake' go command to the bootm command 12 years ago
Simon Glass 35fc84fa1f Refactor the bootm command to reduce code duplication 12 years ago
Simon Glass 4651800d51 image: Use fit_image_load() to load kernel 12 years ago
Simon Glass 53f375fa81 image: Use fit_image_load() to load FDT 12 years ago
Simon Glass a51ec63b85 image: Use fit_image_load() to load ramdisk 12 years ago
Simon Glass 782cfbb259 image: Introduce fit_image_load() to load images from FITs 12 years ago
Simon Glass 13d06981a9 image: Add device tree setup to image library 12 years ago
Simon Glass 87ebee39e9 image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL 12 years ago
Simon Glass 1fe7d93891 image: Remove remaining #ifdefs in image-fit.c 12 years ago
Simon Glass 35e7b0f179 sandbox: image: Add support for booting images in sandbox 12 years ago
Simon Glass d8b75360ee image: Rename hash printing to fit_image_print_verification_data() 12 years ago
Simon Glass bbb467dc3c image: Rename fit_add_hashes() to fit_add_verification_data() 12 years ago
Simon Glass 003efd7da4 image: Export fit_conf_get_prop_node() 12 years ago
Simon Glass ab9efc665a image: Move hash checking into its own function 12 years ago
Simon Glass b8da836650 image: Rename fit_image_check_hashes() to fit_image_verify() 12 years ago
Simon Glass b7260910dc image: Convert fit_image_hash_set_value() to static, and rename 12 years ago
Simon Glass 604f23dde0 image: Move HOSTCC image code to tools/ 12 years ago
Simon Glass 61a439a873 image: Export fit_check_ramdisk() 12 years ago
Simon Glass 859e92b775 image: Move timestamp #ifdefs to header file 12 years ago
Steven Stallion 04d414090c image: Add support for Plan 9 12 years ago
Kim Phillips 12e06fe03f treewide: include libfdt_env.h before fdt.h 12 years ago
Fabio Estevam 1411fb37b5 tools: imximage: Load a size that is multiple of 512 12 years ago
Joe Hershberger ec8a252cd4 env: Use getenv_yesno() more generally 12 years ago