1. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  2. da79b2f treewide: Drop image_info_t typedef by Simon Glass · 2 years, 1 month ago
  3. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  4. c56b2bb image: Fix BOOTM_STATE values by Simon Glass · 2 years, 1 month ago
  5. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years ago
  6. 9c2e912 image: Drop some other #ifdefs in image-board.c by Simon Glass · 2 years, 1 month ago
  7. 37feaf2 image: fit: Add some helpers for getting data by Sean Anderson · 2 years, 1 month ago
  8. c755aa8 lib: rsa: Fix const-correctness of rsassa_pss functions by SESA644425 · 2 years, 7 months ago
  9. 4de720e Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 6 months ago
  10. e9e87ec tools: mkimage: Add Allwinner TOC0 support by Samuel Holland · 2 years, 6 months ago
  11. 6e052d1 mkimage: add public key for image pre-load stage by Philippe Reynes · 2 years, 6 months ago
  12. 9d46e63 cmd: bootm: add a stage pre-load by Philippe Reynes · 2 years, 6 months ago
  13. 9822074 boot: image: add a stage pre-load by Philippe Reynes · 2 years, 6 months ago
  14. 2d2384b tools: mkimage: Show where signatures/keys are written by Simon Glass · 2 years, 11 months ago
  15. c033dc8 image: Return destination node for add_verify_data() method by Simon Glass · 2 years, 11 months ago
  16. 99f844b tools: Pass the key blob around by Simon Glass · 2 years, 11 months ago
  17. 70e6bcc tools: Improve comments in signing functions by Simon Glass · 2 years, 11 months ago
  18. 5902a39 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 9 months ago
  19. 4550ce9 image-fit: Make string of algo parameter constant by Jan Kiszka · 2 years, 9 months ago
  20. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  21. 2289629 image.h: make image_sign_info.fit point to const by Hannu Lounento · 3 years ago
  22. 1df654a image: Drop most #ifdefs in image-board.c by Simon Glass · 3 years ago
  23. 13c133b image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years ago
  24. 0ab5e02 image: Tidy up fit_unsupported_reset() by Simon Glass · 3 years ago
  25. fa13940 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · 3 years ago
  26. 3ac0f50 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · 3 years ago
  27. 30ba282 image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · 3 years ago
  28. 806d1ff image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · 3 years ago
  29. 2bbed3f image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years ago
  30. e059157 image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host by Simon Glass · 3 years ago
  31. 0c303f9 image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years ago
  32. bf371b4 image: Drop IMAGE_ENABLE_FIT by Simon Glass · 3 years ago
  33. 2c21256 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years ago
  34. de41f0e image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 1 month ago
  35. 0b905e2 image: Drop IMAGE_ENABLE_{MD5, CRC32} #defines by Alexandru Gagniuc · 3 years, 1 month ago
  36. fe54aea common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · 3 years, 1 month ago
  37. eb5171d common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · 3 years, 1 month ago
  38. 8387dba image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macro by Alexandru Gagniuc · 3 years, 2 months ago
  39. 8be1818 image: Eliminate IMAGE_ENABLE_VERIFY macro by Alexandru Gagniuc · 3 years, 2 months ago
  40. 0980164 image: Add support for placing crypto_algo in linker lists by Alexandru Gagniuc · 3 years, 2 months ago
  41. 70c1c89 image: Drop IMAGE_ENABLE_BEST_MATCH by Simon Glass · 3 years, 2 months ago
  42. 14f061d image: Drop IMAGE_ENABLE_SHAxxx by Simon Glass · 3 years, 2 months ago
  43. 0ad7569 image: Drop IMAGE_ENABLE_SHA1 by Simon Glass · 3 years, 2 months ago
  44. 4b00fd1 Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 by Simon Glass · 3 years, 2 months ago
  45. 1e52db6 Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 by Simon Glass · 3 years, 2 months ago
  46. ad74aed image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 2 months ago
  47. f5bc9c2 image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx by Simon Glass · 3 years, 2 months ago
  48. 0003b8a image: Shorten FIT_ENABLE_SHAxxx_SUPPORT by Simon Glass · 3 years, 2 months ago
  49. 481d394 common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 4 months ago
  50. 77b8cfe lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 7 months ago
  51. 36bfcb6 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · 3 years, 7 months ago
  52. ed6c9e0 lib: Add support for ECDSA image signing by Alexandru Gagniuc · 3 years, 7 months ago
  53. 0bcb28d lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 7 months ago
  54. 1057b1b Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 6 months ago
  55. e2734d6 sandbox: image: Allow sandbox to load any image by Simon Glass · 3 years, 7 months ago
  56. 29cbc4b image: Avoid -ENODATA in host tools by Simon Glass · 3 years, 7 months ago
  57. 9e30423 image: Do not #if guard board_fit_image_post_process() prototype by Alexandru Gagniuc · 3 years, 8 months ago
  58. c581970 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 7 months ago
  59. 6d29509 tools: mkimage: Add Allwinner eGON support by Andre Przywara · 6 years ago
  60. f14e6ee image: cleanup pre-processor usage by Sebastian Reichel · 3 years, 9 months ago
  61. 3149e52 common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years ago
  62. 898a084 cosmetic: image: Fix comments and the order of definitions by Naoki Hayama · 4 years ago
  63. 02d41b0 image: Add a function to modify category information by Naoki Hayama · 4 years ago
  64. a6982a6 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years ago
  65. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  66. 26073f9 image: Add support for ZSTD decompression by Robert Marko · 4 years, 5 months ago
  67. d16b38f Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 5 months ago
  68. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  69. 155d6a3 image: Add a common compression type detection function. by Atish Patra · 4 years, 7 months ago
  70. 1f47e2a Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 6 months ago
  71. 72188f5 image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 6 months ago
  72. 390b26d image: Correct comment for fit_conf_get_node() by Simon Glass · 4 years, 6 months ago
  73. a8fc3df include: image.h: add key info to image_sign_info by AKASHI Takahiro · 4 years, 7 months ago
  74. b983cc2 lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 7 months ago
  75. d08b16e image.h: isolate android_image_* functions from tooling by Eugeniu Rosca · 4 years, 7 months ago
  76. 7f25315 image: android: Add routine to get dtbo params by Sam Protsenko · 4 years, 8 months ago
  77. c3bfad8 image: android: Add functions for handling dtb field by Sam Protsenko · 4 years, 8 months ago
  78. 220a3a4 common: Rename and move source() by Simon Glass · 4 years, 9 months ago
  79. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 9 months ago
  80. 4df3578 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 4 years, 9 months ago
  81. 7298e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 4 years, 9 months ago
  82. a031b03 image: Add IH_OS_EFI for EFI chain-load boot by Cristian Ciocaltea · 4 years, 9 months ago
  83. 1af5e97 tools: image.h: Use portable uint32_t instead of linux-specific __be32 by Bin Meng · 5 years ago
  84. e7fabe7 image: add new "copro" image type by Patrick Delaunay · 5 years ago
  85. 5e30e45 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
  86. 2090854 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · 5 years ago
  87. c76c93a configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · 5 years ago
  88. 0a42a13 ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading by Tien Fong Chee · 5 years ago
  89. 4ad2c89 Remove #define CONFIG_CRC32 by Chris Packham · 5 years ago
  90. 89665f2 Refactor IMAGE_ENABLE_VERIFY to handle builds without SPL verification by Alex Kiernan · 5 years ago
  91. 829ceb2 image: android: allow booting lz4-compressed kernels by Eugeniu Rosca · 5 years ago
  92. 24431ad Restore compatibility of image type IDs by Stefano Babic · 6 years ago
  93. 061daa0 rsa: add support of padding pss by Philippe Reynes · 6 years ago
  94. 2003156 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
  95. 3b975a1 tools: MediaTek: add MTK boot header generation to mkimage by Ryder Lee · 6 years ago
  96. a2b96ec tools: add i.MX8/8X image support by Peng Fan · 6 years ago
  97. 795f452 mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures by Alex Kiernan · 6 years ago
  98. 7f13b37 ARM: image: Add option for ignoring ep bit 3 by Marek Vasut · 6 years ago
  99. c3c8638 add FIT data-position & data-offset property support by Kelvin Cheung · 6 years ago
  100. 0298d20 fit: Add standalone image type handling by Marek Vasut · 6 years ago