- c0cabbc image: Remove some #ifdefs from image-fit and image-fit-sig by Simon Glass · 3 years, 2 months ago
- 800b6fb image: Drop #ifdefs for fit_print_contents() by Simon Glass · 3 years, 2 months ago
- a0cfb84 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · 3 years, 2 months ago
- f16dc6c image: Add Kconfig options for FIT in the tools build by Simon Glass · 3 years, 2 months ago
- db503fb compiler: Rename host_build() to tools_build() by Simon Glass · 3 years, 2 months ago
- 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
- ebabece image: Avoid erroneous double byte-swap in CRC value by Alexandru Gagniuc · 3 years, 2 months ago
- 650b786 image: Drop if/elseif hash selection in calculate_hash() by Alexandru Gagniuc · 3 years, 3 months ago
- 4a733b3 fit: Use DM hash driver if supported by Chia-Wei Wang · 3 years, 4 months ago
- 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
- 645a312 fit: Allow external data for FDTs by John Keeping · 3 years, 5 months ago
- 3d70218 image: Allow @ in node names when not using signatures by Simon Glass · 3 years, 5 months ago
- 0434ea1 image: Drop IMAGE_ENABLE_BEST_MATCH by Simon Glass · 3 years, 4 months ago
- 64a4624 image: Drop IMAGE_ENABLE_SHAxxx by Simon Glass · 3 years, 4 months ago
- c2da20f image: Drop IMAGE_ENABLE_SHA1 by Simon Glass · 3 years, 4 months ago
- f7d2461 fit: Load DTO into temporary buffer and ignore load address by Marek Vasut · 3 years, 6 months ago
- b36dd3e common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 6 months ago
- e14c9b4 image-fit: Accept OP-TEE images when booting a FIT by Alexandru Gagniuc · 3 years, 8 months ago
- d1f7826 image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as valid by Alexandru Gagniuc · 3 years, 8 months ago
- a18a36f Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 8 months ago
- 062e79f sandbox: image: Allow sandbox to load any image by Simon Glass · 3 years, 9 months ago
- b641de8 image: Avoid -ENODATA in host tools by Simon Glass · 3 years, 9 months ago
- b823daa image: Check for unit addresses in FITs by Simon Glass · 3 years, 9 months ago
- 244705b image: Add an option to do a full check of the FIT by Simon Glass · 3 years, 9 months ago
- d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 9 months ago
- 4433890 fit: Don't allow verification of images with @ nodes by Simon Glass · 3 years, 9 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 11dac41 common: Kconfig.boot: Add FIT_PRINT config option by Ravik Hasija · 3 years, 10 months ago
- c3baacd image-fit: Fix FIT_CIPHER linking by Joel Stanley · 4 years ago
- ef98b21 image-fit: fit_check_format check for valid FDT by Heinrich Schuchardt · 3 years, 11 months ago
- 0890f94 image: support board_fit_config_name_match by Sebastian Reichel · 3 years, 11 months ago
- bfe8ddf image: cleanup pre-processor usage by Sebastian Reichel · 3 years, 11 months ago
- d31b40f spl: fdt: Record load/entry fit-images entries in 64bit format by Michal Simek · 4 years, 3 months ago
- 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
- 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 8 months ago
- d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 8 months ago
- a559bb2 image: Be a little more verbose when checking signatures by Simon Glass · 4 years, 8 months ago
- 2f3c6c5 image: Correct comment for fit_conf_get_node() by Simon Glass · 4 years, 8 months ago
- b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 8 months ago
- 03b0d1e image-fit: Allow loading FIT image for VxWorks by Lihua Zhao · 4 years, 8 months ago
- 0be986f fit: check return value of fit_image_get_data_size() by Heinrich Schuchardt · 4 years, 9 months ago
- 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 9 months ago
- 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 5 years ago
- 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 5 years ago
- 217f964 image: Add IH_OS_EFI for EFI chain-load boot by Cristian Ciocaltea · 5 years ago
- 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
- 8804002 fit: Do not automatically decompress ramdisk images by Julius Werner · 5 years ago
- 4e82352 fit: Support compat string property in configuration node by Julius Werner · 5 years ago
- 97b09cd fit: Support compression for non-kernel components (e.g. FDT) by Julius Werner · 5 years ago
- af15dc4 fit: load all fragments from the extra configurations by Peter Ujfalusi · 6 years ago
- 1246835 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
- 5dee134 fit: Verify all configuration signatures by Marek Vasut · 6 years ago
- 186cc99 add FIT data-position & data-offset property support by Kelvin Cheung · 7 years ago
- 93e9575 fit: Add standalone image type handling by Marek Vasut · 7 years ago
- 25114a6 fit: Add empty fit_print_contents() and fit_image_print() by Marek Vasut · 7 years ago
- 9f2e0eb fit: Fix CONFIG_FIT_SPL_PRINT by Marek Vasut · 7 years ago
- 7d77b66 FIT: Make fit_conf_print() be a static function by Tom Rini · 7 years ago
- b174454 image: fit: Show signatures and hashes for configurations by Clément Péron · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 55f698f image: fit: Show information about OS type in firwmare case too by Michal Simek · 7 years ago
- b766e8f image: fit: Show firmware configuration property if present by Michal Simek · 7 years ago
- adf5d1c SPL: Add signature verification when loading image by Jun Nie · 7 years ago
- 3234ecd fix incorrect usage of DT node unit address in comments by Andre Przywara · 7 years ago
- 8876c7e SPL: Add FIT data-position property support by Peng Fan · 7 years ago
- 6e51fb2 fit: Introduce methods for applying overlays on fit-load by Pantelis Antoniou · 7 years ago
- 5e671d6 fit: Do not throw away extra configuration on fit_image_load() by Pantelis Antoniou · 7 years ago
- a488074 fit: Allow multiple images per property by Pantelis Antoniou · 7 years ago
- 45ee790 splash: add support for loading splash from a FIT image by tomas.melin@vaisala.com · 8 years ago
- c6d8cc0 common: image: Remove FIT header update from image post-processing by Andrew F. Davis · 8 years ago
- 48cd6ab image-fit: Fix compiling error caused by autoconf.h by York Sun · 8 years ago
- 73818d5 armv8: Support loading 32-bit OS in AArch32 execution state by Alison Wang · 8 years ago
- 499c29e libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
- b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
- 14171b1 image-fit: Fix fit_get_node_from_config semantics by Paul Burton · 8 years ago
- ae6a02f image-fit: switch ENOLINK to ENOENT by Jonathan Gray · 8 years ago
- b4cc60d image-fit: fix fit_image_load() OS check by Andreas Bießmann · 8 years ago
- 67aaa6d common: image: Add support for post-processing of images by Andreas Dannenberg · 8 years ago
- a82eeaf common: fit: Allow U-Boot images to be booted by mario.six@gdsys.cc · 8 years ago
- 8ca5a90 common: image-fit: Cleanup spelling mistakes by Andreas Dannenberg · 8 years ago
- ebae78b image: Add boot_get_fpga() to load fpga with bootm by Michal Simek · 9 years ago
- 0a130b1 mkimage: Report information about fpga by Michal Simek · 9 years ago
- e4016fa image-fit: Don't display an error in fit_set_timestamp() by Simon Glass · 9 years ago
- 31e5add common: image-fit: Fix load and entry addresses in FIT image by York Sun · 9 years ago
- 2b0464e common: image-fit: Use a common function to get address by York Sun · 9 years ago
- e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
- 51026aa Revert "image-fit: Fix signature checking" by Simon Glass · 9 years ago
- 5b539a0 image: Correct the OS location code to work on sandbox by Simon Glass · 9 years ago
- 731c885 image-fit: Fix signature checking by Andrej Rosano · 9 years ago
- 7661487 image-fit: Fix compiler warning in fit_conf_print() by Hans de Goede · 9 years ago
- 1b21c28 add boot_get_loadables() to load listed images by Karl Apsite · 10 years ago
- 8f0537d mkimage will now report information about loadable by Karl Apsite · 10 years ago
- 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
- dfcfcab image: Convert to use fdt_for_each_subnode macro by Axel Lin · 10 years ago
- 3c46bcd dumpimage: fit: extract FIT images by Guilherme Maciel Ferreira · 10 years ago
- caee41f image: Enable OpenRTOS booting via fitImage by Marek Vasut · 10 years ago
- 9d42830 x86: image: Add new image type for x64_64 by Simon Glass · 10 years ago
- ffa60da image-fit: make local function static by Jeroen Hofstee · 10 years ago
- 0129b52 x86: Support loading kernel setup from a FIT by Simon Glass · 10 years ago