1. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · 2 years ago
  2. ca58ca8 image: Add fallback for fit_config_verify by Sean Anderson · 2 years ago
  3. 0aa1da6 tools: mkimage: add new image type "fdt_legacy" by Marc Kleine-Budde · 2 years ago
  4. d30b6fc image: Correct strncpy() warning with image_set_name() by Simon Glass · 2 years, 1 month ago
  5. a42f11f image: Allow loading a FIT image for a particular phase by Simon Glass · 2 years, 1 month ago
  6. e3f81ae image: Add the concept of a phase to FIT by Simon Glass · 2 years, 1 month ago
  7. 4bf6987 image: Move comment for fit_conf_find_compat() by Simon Glass · 2 years, 1 month ago
  8. db7b157 image-pre-load: Move macros/definitions to image.h by Steven Lawrance · 2 years, 3 months ago
  9. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  10. 74578f5 treewide: Drop image_info_t typedef by Simon Glass · 2 years, 3 months ago
  11. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
  12. 5f074d4 image: Fix BOOTM_STATE values by Simon Glass · 2 years, 3 months ago
  13. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  14. 7ae16bb image: Drop some other #ifdefs in image-board.c by Simon Glass · 2 years, 3 months ago
  15. 080d3a0 image: fit: Add some helpers for getting data by Sean Anderson · 2 years, 4 months ago
  16. 1304b46 lib: rsa: Fix const-correctness of rsassa_pss functions by SESA644425 · 2 years, 9 months ago
  17. cbe85e7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 8 months ago
  18. 7572878 tools: mkimage: Add Allwinner TOC0 support by Samuel Holland · 2 years, 9 months ago
  19. 3e3899c mkimage: add public key for image pre-load stage by Philippe Reynes · 2 years, 8 months ago
  20. ae1f2ca cmd: bootm: add a stage pre-load by Philippe Reynes · 2 years, 8 months ago
  21. d28484e boot: image: add a stage pre-load by Philippe Reynes · 2 years, 8 months ago
  22. e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · 3 years, 1 month ago
  23. 94336dc image: Return destination node for add_verify_data() method by Simon Glass · 3 years, 1 month ago
  24. e10e2ee tools: Pass the key blob around by Simon Glass · 3 years, 1 month ago
  25. 6a0efc8 tools: Improve comments in signing functions by Simon Glass · 3 years, 1 month ago
  26. 4043f32 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 11 months ago
  27. 27beec2 image-fit: Make string of algo parameter constant by Jan Kiszka · 2 years, 11 months ago
  28. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 11 months ago
  29. e2b1e1f image.h: make image_sign_info.fit point to const by Hannu Lounento · 3 years, 1 month ago
  30. 0f78138 image: Drop most #ifdefs in image-board.c by Simon Glass · 3 years, 2 months ago
  31. 2c6a1b0 image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years, 2 months ago
  32. 4a00af4 image: Tidy up fit_unsupported_reset() by Simon Glass · 3 years, 2 months ago
  33. a0cfb84 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · 3 years, 2 months ago
  34. 336b9c7 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · 3 years, 2 months ago
  35. d49049f image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · 3 years, 2 months ago
  36. b8eb1fe image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · 3 years, 2 months ago
  37. effa452 image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 2 months ago
  38. bd0d735 image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host by Simon Glass · 3 years, 2 months ago
  39. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 2 months ago
  40. e719d3b image: Drop IMAGE_ENABLE_FIT by Simon Glass · 3 years, 2 months ago
  41. 383dd57 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years, 2 months ago
  42. f3b5e58 image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 3 months ago
  43. 3d3f5bf image: Drop IMAGE_ENABLE_{MD5, CRC32} #defines by Alexandru Gagniuc · 3 years, 3 months ago
  44. f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · 3 years, 3 months ago
  45. 8d310ef common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · 3 years, 3 months ago
  46. 46c8d31 image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macro by Alexandru Gagniuc · 3 years, 5 months ago
  47. bf11ae6 image: Eliminate IMAGE_ENABLE_VERIFY macro by Alexandru Gagniuc · 3 years, 5 months ago
  48. b04e918 image: Add support for placing crypto_algo in linker lists by Alexandru Gagniuc · 3 years, 5 months ago
  49. 0434ea1 image: Drop IMAGE_ENABLE_BEST_MATCH by Simon Glass · 3 years, 5 months ago
  50. 64a4624 image: Drop IMAGE_ENABLE_SHAxxx by Simon Glass · 3 years, 5 months ago
  51. c2da20f image: Drop IMAGE_ENABLE_SHA1 by Simon Glass · 3 years, 5 months ago
  52. e025c65 Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 by Simon Glass · 3 years, 5 months ago
  53. efc1223 Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 by Simon Glass · 3 years, 5 months ago
  54. 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 5 months ago
  55. b8cacf2 image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx by Simon Glass · 3 years, 5 months ago
  56. c728811 image: Shorten FIT_ENABLE_SHAxxx_SUPPORT by Simon Glass · 3 years, 5 months ago
  57. b36dd3e common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 6 months ago
  58. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  59. 8fcea12 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · 3 years, 9 months ago
  60. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · 3 years, 9 months ago
  61. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 9 months ago
  62. a18a36f Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 8 months ago
  63. 062e79f sandbox: image: Allow sandbox to load any image by Simon Glass · 3 years, 9 months ago
  64. b641de8 image: Avoid -ENODATA in host tools by Simon Glass · 3 years, 9 months ago
  65. 0622fe1 image: Do not #if guard board_fit_image_post_process() prototype by Alexandru Gagniuc · 3 years, 10 months ago
  66. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 10 months ago
  67. e53f9d9 tools: mkimage: Add Allwinner eGON support by Andre Przywara · 6 years ago
  68. bfe8ddf image: cleanup pre-processor usage by Sebastian Reichel · 4 years ago
  69. 768d58d common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years, 1 month ago
  70. 9f1622f cosmetic: image: Fix comments and the order of definitions by Naoki Hayama · 4 years, 2 months ago
  71. d7e8291 image: Add a function to modify category information by Naoki Hayama · 4 years, 2 months ago
  72. 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 2 months ago
  73. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  74. d1c2484 image: Add support for ZSTD decompression by Robert Marko · 4 years, 7 months ago
  75. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 8 months ago
  76. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  77. 04e8cd8 image: Add a common compression type detection function. by Atish Patra · 4 years, 9 months ago
  78. 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
  79. d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 9 months ago
  80. 2f3c6c5 image: Correct comment for fit_conf_get_node() by Simon Glass · 4 years, 9 months ago
  81. 3eae5fd include: image.h: add key info to image_sign_info by AKASHI Takahiro · 4 years, 9 months ago
  82. 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 9 months ago
  83. 2c80fc7 image.h: isolate android_image_* functions from tooling by Eugeniu Rosca · 4 years, 9 months ago
  84. 2666a1a image: android: Add routine to get dtbo params by Sam Protsenko · 4 years, 10 months ago
  85. 4fabf40 image: android: Add functions for handling dtb field by Sam Protsenko · 4 years, 10 months ago
  86. 606f09b common: Rename and move source() by Simon Glass · 5 years ago
  87. 85f1378 common: Move the image globals into image.h by Simon Glass · 5 years ago
  88. 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 5 years ago
  89. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 5 years ago
  90. 217f964 image: Add IH_OS_EFI for EFI chain-load boot by Cristian Ciocaltea · 5 years ago
  91. f0b8eb1 tools: image.h: Use portable uint32_t instead of linux-specific __be32 by Bin Meng · 5 years ago
  92. 42594db image: add new "copro" image type by Patrick Delaunay · 5 years ago
  93. 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
  94. 47ef986 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · 5 years ago
  95. c220bd9 configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · 6 years ago
  96. ca99a8a ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading by Tien Fong Chee · 6 years ago
  97. 9acd30c Remove #define CONFIG_CRC32 by Chris Packham · 6 years ago
  98. bb6abce Refactor IMAGE_ENABLE_VERIFY to handle builds without SPL verification by Alex Kiernan · 6 years ago
  99. 1403f39 image: android: allow booting lz4-compressed kernels by Eugeniu Rosca · 6 years ago
  100. 10d7c4b Restore compatibility of image type IDs by Stefano Babic · 6 years ago