1. 3e3899c mkimage: add public key for image pre-load stage by Philippe Reynes · Mon Mar 28 22:57:02 2022 +0200
  2. ae1f2ca cmd: bootm: add a stage pre-load by Philippe Reynes · Mon Mar 28 22:57:00 2022 +0200
  3. d28484e boot: image: add a stage pre-load by Philippe Reynes · Mon Mar 28 22:56:59 2022 +0200
  4. e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · Fri Nov 12 12:28:13 2021 -0700
  5. 94336dc image: Return destination node for add_verify_data() method by Simon Glass · Fri Nov 12 12:28:11 2021 -0700
  6. e10e2ee tools: Pass the key blob around by Simon Glass · Fri Nov 12 12:28:10 2021 -0700
  7. 6a0efc8 tools: Improve comments in signing functions by Simon Glass · Fri Nov 12 12:28:06 2021 -0700
  8. 4043f32 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · Fri Jan 14 10:21:19 2022 +0100
  9. 27beec2 image-fit: Make string of algo parameter constant by Jan Kiszka · Fri Jan 14 10:21:17 2022 +0100
  10. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  11. e2b1e1f image.h: make image_sign_info.fit point to const by Hannu Lounento · Mon Oct 18 08:49:03 2021 +0300
  12. 0f78138 image: Drop most #ifdefs in image-board.c by Simon Glass · Sat Sep 25 19:43:35 2021 -0600
  13. 2c6a1b0 image: Drop unnecessary #ifdefs from image.h by Simon Glass · Sat Sep 25 19:43:33 2021 -0600
  14. 4a00af4 image: Tidy up fit_unsupported_reset() by Simon Glass · Sat Sep 25 19:43:32 2021 -0600
  15. a0cfb84 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · Sat Sep 25 19:43:28 2021 -0600
  16. 336b9c7 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · Sat Sep 25 19:43:27 2021 -0600
  17. d49049f image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · Sat Sep 25 19:43:26 2021 -0600
  18. b8eb1fe image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · Sat Sep 25 19:43:25 2021 -0600
  19. effa452 image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · Sat Sep 25 19:43:23 2021 -0600
  20. bd0d735 image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host by Simon Glass · Sat Sep 25 19:43:22 2021 -0600
  21. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · Sat Sep 25 19:43:21 2021 -0600
  22. e719d3b image: Drop IMAGE_ENABLE_FIT by Simon Glass · Sat Sep 25 19:43:20 2021 -0600
  23. 383dd57 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · Sat Sep 25 19:43:18 2021 -0600
  24. f3b5e58 image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · Wed Aug 18 17:49:02 2021 -0500
  25. 3d3f5bf image: Drop IMAGE_ENABLE_{MD5, CRC32} #defines by Alexandru Gagniuc · Thu Sep 02 19:54:22 2021 -0500
  26. f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · Thu Sep 02 19:54:20 2021 -0500
  27. 8d310ef common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · Thu Sep 02 19:54:17 2021 -0500
  28. 46c8d31 image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macro by Alexandru Gagniuc · Wed Jul 14 17:05:45 2021 -0500
  29. bf11ae6 image: Eliminate IMAGE_ENABLE_VERIFY macro by Alexandru Gagniuc · Wed Jul 14 17:05:44 2021 -0500
  30. b04e918 image: Add support for placing crypto_algo in linker lists by Alexandru Gagniuc · Wed Jul 14 17:05:39 2021 -0500
  31. 0434ea1 image: Drop IMAGE_ENABLE_BEST_MATCH by Simon Glass · Wed Jul 14 17:05:36 2021 -0500
  32. 64a4624 image: Drop IMAGE_ENABLE_SHAxxx by Simon Glass · Wed Jul 14 17:05:35 2021 -0500
  33. c2da20f image: Drop IMAGE_ENABLE_SHA1 by Simon Glass · Wed Jul 14 17:05:34 2021 -0500
  34. e025c65 Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 by Simon Glass · Wed Jul 14 17:05:33 2021 -0500
  35. efc1223 Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 by Simon Glass · Wed Jul 14 17:05:32 2021 -0500
  36. 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · Wed Jul 14 17:05:31 2021 -0500
  37. b8cacf2 image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx by Simon Glass · Wed Jul 14 17:05:30 2021 -0500
  38. c728811 image: Shorten FIT_ENABLE_SHAxxx_SUPPORT by Simon Glass · Wed Jul 14 17:05:29 2021 -0500
  39. b36dd3e common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · Fri Jun 11 11:45:05 2021 +0300
  40. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · Wed Mar 10 10:16:25 2021 +0100
  41. 8fcea12 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · Fri Feb 19 12:45:17 2021 -0600
  42. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · Fri Feb 19 12:45:12 2021 -0600
  43. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · Fri Feb 19 12:45:10 2021 -0600
  44. a18a36f Merge tag 'v2021.04-rc5' into next by Tom Rini · Mon Mar 29 17:53:19 2021 -0400
  45. 062e79f sandbox: image: Allow sandbox to load any image by Simon Glass · Mon Mar 15 18:11:12 2021 +1300
  46. b641de8 image: Avoid -ENODATA in host tools by Simon Glass · Wed Feb 24 08:50:32 2021 -0500
  47. 0622fe1 image: Do not #if guard board_fit_image_post_process() prototype by Alexandru Gagniuc · Wed Jan 20 10:46:54 2021 -0600
  48. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · Mon Feb 15 17:08:09 2021 -0700
  49. e53f9d9 tools: mkimage: Add Allwinner eGON support by Andre Przywara · Thu Dec 20 01:15:18 2018 +0000
  50. bfe8ddf image: cleanup pre-processor usage by Sebastian Reichel · Mon Jan 04 20:48:03 2021 +0100
  51. 768d58d common: update: add a generic interface for FIT image by AKASHI Takahiro · Thu Oct 29 13:47:43 2020 +0900
  52. 9f1622f cosmetic: image: Fix comments and the order of definitions by Naoki Hayama · Wed Oct 07 11:22:24 2020 +0900
  53. d7e8291 image: Add a function to modify category information by Naoki Hayama · Wed Oct 07 11:21:25 2020 +0900
  54. 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · Thu Sep 17 15:01:46 2020 +0200
  55. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  56. d1c2484 image: Add support for ZSTD decompression by Robert Marko · Sat Apr 25 19:37:21 2020 +0200
  57. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · Thu Apr 16 17:36:52 2020 +1200
  58. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  59. 04e8cd8 image: Add a common compression type detection function. by Atish Patra · Thu Mar 05 16:24:22 2020 -0800
  60. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Tue Apr 07 11:58:44 2020 -0400
  61. d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · Wed Mar 18 11:44:06 2020 -0600
  62. 2f3c6c5 image: Correct comment for fit_conf_get_node() by Simon Glass · Wed Mar 18 11:43:55 2020 -0600
  63. 3eae5fd include: image.h: add key info to image_sign_info by AKASHI Takahiro · Fri Feb 21 15:12:57 2020 +0900
  64. 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · Fri Feb 21 15:12:55 2020 +0900
  65. 2c80fc7 image.h: isolate android_image_* functions from tooling by Eugeniu Rosca · Sun Mar 08 01:11:18 2020 +0100
  66. 2666a1a image: android: Add routine to get dtbo params by Sam Protsenko · Fri Jan 24 17:53:41 2020 +0200
  67. 4fabf40 image: android: Add functions for handling dtb field by Sam Protsenko · Fri Jan 24 17:53:40 2020 +0200
  68. 606f09b common: Rename and move source() by Simon Glass · Sat Dec 28 10:45:04 2019 -0700
  69. 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  70. 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · Wed Dec 18 18:25:42 2019 +0100
  71. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · Wed Dec 18 18:25:41 2019 +0100
  72. 217f964 image: Add IH_OS_EFI for EFI chain-load boot by Cristian Ciocaltea · Tue Dec 24 18:05:38 2019 +0200
  73. f0b8eb1 tools: image.h: Use portable uint32_t instead of linux-specific __be32 by Bin Meng · Sun Oct 27 05:19:40 2019 -0700
  74. 42594db image: add new "copro" image type by Patrick Delaunay · Fri Aug 02 15:07:19 2019 +0200
  75. 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · Wed Aug 21 21:14:44 2019 +0200
  76. 47ef986 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · Wed Jul 24 19:37:54 2019 -0700
  77. c220bd9 configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · Thu May 23 07:14:07 2019 -0400
  78. ca99a8a ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading by Tien Fong Chee · Tue May 07 17:42:28 2019 +0800
  79. 9acd30c Remove #define CONFIG_CRC32 by Chris Packham · Sat Apr 13 21:13:58 2019 +1200
  80. bb6abce Refactor IMAGE_ENABLE_VERIFY to handle builds without SPL verification by Alex Kiernan · Thu Apr 18 20:34:55 2019 +0000
  81. 1403f39 image: android: allow booting lz4-compressed kernels by Eugeniu Rosca · Mon Apr 08 17:35:27 2019 +0200
  82. 10d7c4b Restore compatibility of image type IDs by Stefano Babic · Mon Dec 17 11:02:00 2018 +0100
  83. 47d73f0 rsa: add support of padding pss by Philippe Reynes · Wed Nov 14 13:51:01 2018 +0100
  84. 1246835 rsa: add a structure for the padding by Philippe Reynes · Wed Nov 14 13:51:00 2018 +0100
  85. e1de5d4 tools: MediaTek: add MTK boot header generation to mkimage by developer · Thu Nov 15 10:07:49 2018 +0800
  86. 60a5607 tools: add i.MX8/8X image support by Peng Fan · Tue Oct 16 04:50:30 2018 +0000
  87. 697fcdc mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures by Alex Kiernan · Wed Jun 20 20:10:52 2018 +0000
  88. 85ed289 ARM: image: Add option for ignoring ep bit 3 by Marek Vasut · Wed Jun 13 06:13:32 2018 +0200
  89. 186cc99 add FIT data-position & data-offset property support by Kelvin Cheung · Sat May 19 18:21:37 2018 +0800
  90. 93e9575 fit: Add standalone image type handling by Marek Vasut · Sun May 13 00:22:54 2018 +0200
  91. 7d77b66 FIT: Make fit_conf_print() be a static function by Tom Rini · Tue May 08 14:34:05 2018 -0400
  92. ad2102e Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Fri May 11 11:45:28 2018 -0400
  93. 5329d67 tools: zynqmpimage: Add bif support by Alexander Graf · Fri Apr 13 14:18:52 2018 +0200
  94. 83f6928 image: socfpga: Add SFP image version 1 definition by Marek Vasut · Sun Apr 15 13:15:33 2018 +0200
  95. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  96. b766e8f image: fit: Show firmware configuration property if present by Michal Simek · Mon Mar 26 16:31:26 2018 +0200
  97. fe11aee image.h: add forward declaration of struct fdt_region by Masahiro Yamada · Wed Mar 21 18:03:35 2018 +0900
  98. 2f72dec image: Add IH_OS_TEE for TEE chain-load boot by Bryan O'Donoghue · Tue Mar 13 16:50:35 2018 +0000
  99. e6db5df tools/mkimage: add support for STM32 image format by Patrick Delaunay · Mon Mar 12 10:46:04 2018 +0100
  100. adf5d1c SPL: Add signature verification when loading image by Jun Nie · Tue Feb 27 16:55:58 2018 +0800