1. dcfb633 tools: fix build without LIBCRYPTO support by Paul-Erwan Rio · 11 months ago
  2. 15bdb87 Revert "mkimage: update man page and -h output" by Tom Rini · 1 year, 1 month ago
  3. 55605bd mkimage: update man page and -h output by Rasmus Villemoes · 1 year, 2 months ago
  4. 0ed41e2 tools: imagetool: Extend print_header() by params argument by Pali Rohár · 1 year, 8 months ago
  5. 6ce18eb tools: mkimage: Do not try to open datafile when it is skipped by Pali Rohár · 1 year, 10 months ago
  6. 46781af tools: mkimage: Print human readable error when -d is not specified by Pali Rohár · 1 year, 11 months ago
  7. d73e06e tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP images by Pali Rohár · 1 year, 10 months ago
  8. 13878dd mkimage: fit: Support signed configurations in 'auto' FITs by Massimo Pegorer · 1 year, 11 months ago
  9. adc99e1 tools: mkimage: don't print error message "Success" in case of failure by Marc Kleine-Budde · 2 years ago
  10. fc0453d tools: mkimage: Fix nullptr at strchr() by Mikhail Ilin · 2 years ago
  11. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  12. c4567c5 mkimage: Add long options by Sean Anderson · 2 years, 5 months ago
  13. 5f15029 mkimage: Support signing 'auto' FITs by Sean Anderson · 2 years, 6 months ago
  14. 138d271 mkimage: Document misc options by Sean Anderson · 2 years, 8 months ago
  15. a55eaa5 tools: mkimage: Call verify_header after writing image to disk by Pali Rohár · 2 years, 10 months ago
  16. 4369c97 mkimage: add a flag to describe whether -A is specified by Icenowy Zheng · 3 years, 1 month ago
  17. 8b933b4 mkimage: error handling for FIT image by Heinrich Schuchardt · 2 years, 9 months ago
  18. cdf0d1c tools: mkimage/dumpimage: Allow to use -l with -T by Pali Rohár · 2 years, 9 months ago
  19. e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · 3 years ago
  20. 5a3b8dc mkimage: struct stat.st_size may not be long by Heinrich Schuchardt · 2 years, 10 months ago
  21. 4043f32 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 10 months ago
  22. c8654a5 mkimage: Drop unused OPT_STRING constant by Jan Kiszka · 2 years, 10 months ago
  23. 13895a3 mkimage: clarify error message for empty input files by Thomas Hebb · 3 years, 4 months ago
  24. 774aed5 mkimage: allow -l to work on block devices on Linux by Yann Dirson · 3 years, 6 months ago
  25. 8fcea12 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · 3 years, 9 months ago
  26. 00dffdd mkimage: Move padding commands outside of FIT_SIGNATURE by Joel Stanley · 4 years ago
  27. 089fc92 mkimage: Skip adding non-existent IDs to a list by Naoki Hayama · 4 years, 2 months ago
  28. 472ee0c mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 5 months ago
  29. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  30. ef894c3 mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 5 months ago
  31. 9e0e9a5 mkimage: Fix error message if write less data then expected by Mylène Josserand · 4 years, 5 months ago
  32. ddc38e6 tools: mkimage: use /* fallthrough */ as needed by Heinrich Schuchardt · 4 years, 7 months ago
  33. 8e238b5 mkimage: fit_image: Add option to make fit header align by Kever Yang · 4 years, 8 months ago
  34. 86f2601 tools: mkimage: use common ALIGN to do the size align by Kever Yang · 4 years, 8 months ago
  35. ec0d2ea rockchip: mkimage: support packing optional second level boot-loader by Jeffy Chen · 5 years ago
  36. abf8eb2 lib: rsa: add support to other openssl engine types than pkcs11 by Vesa Jääskeläinen · 5 years ago
  37. 408abe9 fdt: Fix mkimage list to try every header type by Jordan Hand · 6 years ago
  38. 256b7f9 fdt: Fix FIT header verification in mkimage and conduct same checks as bootm by Jordan Hand · 6 years ago
  39. 31c51da tools: add i.MX8M image support by Peng Fan · 6 years ago
  40. 60a5607 tools: add i.MX8/8X image support by Peng Fan · 6 years ago
  41. fc49786 tools: mkimage: Ensure munmap unmaps the same length that was mapped by Mark Tomlinson · 6 years ago
  42. 5329d67 tools: zynqmpimage: Add bif support by Alexander Graf · 7 years ago
  43. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  44. 9d74c70 tools: mkimage: Check for datafile when type is script by Alex Kiernan · 7 years ago
  45. dfe25fa mkimage: do not fail if there is no print_header function by Guillaume GARDET · 7 years ago
  46. f77ab20 mkimage: fix display of image types list by Baruch Siach · 7 years ago
  47. 3bb71e0 tools: mkimage: fix sizeof_mismatch found by coverity by Sven Ebenfeld · 8 years ago
  48. 23d1489 mkimage: Add support for signing with pkcs11 by George McCollister · 8 years ago
  49. 59697a2 tools: mkimage: add firmware-ivt image type for HAB verification by Sven Ebenfeld · 8 years ago
  50. 8d83ed2 mkimage: Allow including a ramdisk in FIT auto mode by Tomeu Vizoso · 8 years ago
  51. d435d9f mkimage: Fix missing free() in show_valid_options() by Simon Glass · 8 years ago
  52. 3e9e6d6 Fix spelling of "occur". by Vagrant Cascadian · 8 years ago
  53. 15bd26c mkimage: Fix argument parsing with signature comment by Karl Beldan · 8 years ago
  54. 9e3cd3c mkimage: fix missing break for -p switch by Teddy Reed · 8 years ago
  55. eaa2540 mkimage: Show item lists for all categories by Simon Glass · 8 years ago
  56. be42159 mkimage: Use generic code for showing an 'image type' error by Simon Glass · 8 years ago
  57. 1d138b5 mkimage: Allow display of a list of any image header category by Simon Glass · 8 years ago
  58. 781d1e7 mkimage: Drop blank line before main() by Simon Glass · 8 years ago
  59. 62db64a mkimage: Drop premature setting of params.fit_image_type by Simon Glass · 8 years ago
  60. 79b5ee5 mkimage: Require a data file when auto-fit is used by Simon Glass · 8 years ago
  61. 156c349 mkimage: Explain the auto-fit imagefile special case by Simon Glass · 8 years ago
  62. a89857d mkimage: Honour the default image type with auto-fit by Simon Glass · 8 years ago
  63. a845762 mkimage: fit: spl: Add an optional static offset for external data by Teddy Reed · 8 years ago
  64. da1805f mkimage: Add a quiet mode by Simon Glass · 9 years ago
  65. ddd3477 mkimage: fix generation of FIT image by Andreas Bießmann · 9 years ago
  66. f400158 mkimage: fix argument parsing on BSD systems by Andreas Bießmann · 9 years ago
  67. afd728c mkimage: Support placing data outside the FIT by Simon Glass · 9 years ago
  68. bd8bc5d mkimage: Support adding device tree files to a FIT by Simon Glass · 9 years ago
  69. 88e31cb mkimage: Support automatic creating of a FIT without a .its by Simon Glass · 9 years ago
  70. 04b4607 mkimage: Allow a FIT to include an image of any type by Simon Glass · 9 years ago
  71. 52322d6 mkimage: Make 'params' static by Simon Glass · 9 years ago
  72. 01168b3 mkimage: Show an error message when usage() is called by Simon Glass · 9 years ago
  73. 99a7c26 mkimage: Move usage() up to the top by Simon Glass · 9 years ago
  74. f6fe5f6 mkimage: Sort the option processing code by option by Simon Glass · 9 years ago
  75. cf76cd2 mkimage: Convert to use getopt() by Simon Glass · 9 years ago
  76. 7106bd4 mkimage: Move argument processing into its own function by Simon Glass · 9 years ago
  77. a4e80c5 Gracefully handle 64-bit signed-extended 32-bit Load addresses by William Cohen · 9 years ago
  78. 4cc8627 mkimage: Fix warning from fix for generating multi and script images again by Marek Vasut · 9 years ago
  79. 3edd041 mkimage : Fix generating multi and script images by Philippe De Swert · 9 years ago
  80. e140a46 tools/mkimage.c: Clarify help text for -D slightly by Tom Rini · 9 years ago
  81. 46409cc mkimage: Allow padding to any length by Simon Glass · 9 years ago
  82. 139651f mkimage: Set up a file size parameter and keep it updated by Simon Glass · 9 years ago
  83. 434a31b mkimage: Display a better list of available image types by Simon Glass · 9 years ago
  84. 40bf563 dumpimage: add 'T' option to explicitly set the image type by Guilherme Maciel Ferreira · 10 years ago
  85. 28be1cf imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · 10 years ago
  86. 0b33803 imagetool: move common code to imagetool module by Guilherme Maciel Ferreira · 10 years ago
  87. 98c689b mkimage: fix compilation issues on OpenBSD by Luka Perkov · 10 years ago
  88. 8ed4d1c tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · 11 years ago
  89. ff0fa61 mkimage: added 'static' specifier to match function's prototype. by Guilherme Maciel Ferreira · 11 years ago
  90. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  91. 6531bd9 tools: add variable padding of data image in mkimage by Stefano Babic · 11 years ago
  92. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  93. 817278a mkimage: Add -r option to specify keys that must be verified by Simon Glass · 11 years ago
  94. bf27d3d mkimage: Add -c option to specify a comment for key signing by Simon Glass · 11 years ago
  95. ce8c3ca mkimage: Add -F option to modify an existing .fit file by Simon Glass · 11 years ago
  96. b4d8b09 mkimage: Add -K to write public keys to an FDT blob by Simon Glass · 11 years ago
  97. b148974 mkimage: Add -k option to specify key directory by Simon Glass · 11 years ago
  98. ea65fd8 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  99. c14f281 mkimage: Fix variable length header support by Christian Riesch · 13 years ago
  100. 3885551 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago