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