- e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · 3 years ago
- 94336dc image: Return destination node for add_verify_data() method by Simon Glass · 3 years ago
- e10e2ee tools: Pass the key blob around by Simon Glass · 3 years ago
- 6a0efc8 tools: Improve comments in signing functions by Simon Glass · 3 years ago
- 4043f32 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 11 months ago
- 27beec2 image-fit: Make string of algo parameter constant by Jan Kiszka · 2 years, 11 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- e2b1e1f image.h: make image_sign_info.fit point to const by Hannu Lounento · 3 years, 1 month ago
- 0f78138 image: Drop most #ifdefs in image-board.c by Simon Glass · 3 years, 2 months ago
- 2c6a1b0 image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years, 2 months ago
- 4a00af4 image: Tidy up fit_unsupported_reset() by Simon Glass · 3 years, 2 months ago
- a0cfb84 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · 3 years, 2 months ago
- 336b9c7 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · 3 years, 2 months ago
- d49049f image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · 3 years, 2 months ago
- b8eb1fe image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · 3 years, 2 months ago
- effa452 image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 2 months ago
- bd0d735 image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host by Simon Glass · 3 years, 2 months ago
- 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 2 months ago
- e719d3b image: Drop IMAGE_ENABLE_FIT by Simon Glass · 3 years, 2 months ago
- 383dd57 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years, 2 months ago
- f3b5e58 image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 3 months ago
- 3d3f5bf image: Drop IMAGE_ENABLE_{MD5, CRC32} #defines by Alexandru Gagniuc · 3 years, 3 months ago
- f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · 3 years, 3 months ago
- 8d310ef common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · 3 years, 3 months ago
- 46c8d31 image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macro by Alexandru Gagniuc · 3 years, 5 months ago
- bf11ae6 image: Eliminate IMAGE_ENABLE_VERIFY macro by Alexandru Gagniuc · 3 years, 5 months ago
- b04e918 image: Add support for placing crypto_algo in linker lists by Alexandru Gagniuc · 3 years, 5 months ago
- 0434ea1 image: Drop IMAGE_ENABLE_BEST_MATCH by Simon Glass · 3 years, 5 months ago
- 64a4624 image: Drop IMAGE_ENABLE_SHAxxx by Simon Glass · 3 years, 5 months ago
- c2da20f image: Drop IMAGE_ENABLE_SHA1 by Simon Glass · 3 years, 5 months ago
- e025c65 Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 by Simon Glass · 3 years, 5 months ago
- efc1223 Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 by Simon Glass · 3 years, 5 months ago
- 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 5 months ago
- b8cacf2 image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx by Simon Glass · 3 years, 5 months ago
- c728811 image: Shorten FIT_ENABLE_SHAxxx_SUPPORT by Simon Glass · 3 years, 5 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
- d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 9 months ago
- 8fcea12 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · 3 years, 9 months ago
- 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · 3 years, 9 months ago
- db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 9 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
- 0622fe1 image: Do not #if guard board_fit_image_post_process() prototype by Alexandru Gagniuc · 3 years, 10 months ago
- d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 9 months ago
- e53f9d9 tools: mkimage: Add Allwinner eGON support by Andre Przywara · 6 years ago
- bfe8ddf image: cleanup pre-processor usage by Sebastian Reichel · 3 years, 11 months ago
- 768d58d common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years, 1 month ago
- 9f1622f cosmetic: image: Fix comments and the order of definitions by Naoki Hayama · 4 years, 2 months ago
- d7e8291 image: Add a function to modify category information by Naoki Hayama · 4 years, 2 months ago
- 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 2 months ago
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- d1c2484 image: Add support for ZSTD decompression by Robert Marko · 4 years, 7 months ago
- 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 8 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 04e8cd8 image: Add a common compression type detection function. by Atish Patra · 4 years, 9 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
- 2f3c6c5 image: Correct comment for fit_conf_get_node() by Simon Glass · 4 years, 8 months ago
- 3eae5fd include: image.h: add key info to image_sign_info by AKASHI Takahiro · 4 years, 9 months ago
- 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 9 months ago
- 2c80fc7 image.h: isolate android_image_* functions from tooling by Eugeniu Rosca · 4 years, 9 months ago
- 2666a1a image: android: Add routine to get dtbo params by Sam Protsenko · 4 years, 10 months ago
- 4fabf40 image: android: Add functions for handling dtb field by Sam Protsenko · 4 years, 10 months ago
- 606f09b common: Rename and move source() by Simon Glass · 5 years ago
- 85f1378 common: Move the image globals into image.h by Simon Glass · 5 years 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
- f0b8eb1 tools: image.h: Use portable uint32_t instead of linux-specific __be32 by Bin Meng · 5 years ago
- 42594db image: add new "copro" image type by Patrick Delaunay · 5 years ago
- 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
- 47ef986 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · 5 years ago
- c220bd9 configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · 6 years ago
- ca99a8a ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading by Tien Fong Chee · 6 years ago
- 9acd30c Remove #define CONFIG_CRC32 by Chris Packham · 6 years ago
- bb6abce Refactor IMAGE_ENABLE_VERIFY to handle builds without SPL verification by Alex Kiernan · 6 years ago
- 1403f39 image: android: allow booting lz4-compressed kernels by Eugeniu Rosca · 6 years ago
- 10d7c4b Restore compatibility of image type IDs by Stefano Babic · 6 years ago
- 47d73f0 rsa: add support of padding pss by Philippe Reynes · 6 years ago
- 1246835 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
- e1de5d4 tools: MediaTek: add MTK boot header generation to mkimage by developer · 6 years ago
- 60a5607 tools: add i.MX8/8X image support by Peng Fan · 6 years ago
- 697fcdc mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures by Alex Kiernan · 6 years ago
- 85ed289 ARM: image: Add option for ignoring ep bit 3 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
- 7d77b66 FIT: Make fit_conf_print() be a static function by Tom Rini · 7 years ago
- ad2102e Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
- 5329d67 tools: zynqmpimage: Add bif support by Alexander Graf · 7 years ago
- 83f6928 image: socfpga: Add SFP image version 1 definition by Marek Vasut · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- b766e8f image: fit: Show firmware configuration property if present by Michal Simek · 7 years ago
- fe11aee image.h: add forward declaration of struct fdt_region by Masahiro Yamada · 7 years ago
- 2f72dec image: Add IH_OS_TEE for TEE chain-load boot by Bryan O'Donoghue · 7 years ago
- e6db5df tools/mkimage: add support for STM32 image format by Patrick Delaunay · 7 years ago
- adf5d1c SPL: Add signature verification when loading image by Jun Nie · 7 years ago
- 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
- dac184b move booti_setup to arch/arm/lig/image.c by Bin Chen · 7 years ago
- 909f140 parse the second area of android image by Bin Chen · 7 years ago