1. 2972d7d tools: imagetool: Extend print_header() by params argument by Pali Rohár · 1 year, 6 months ago
  2. b07965b tools: mkimage: Do not try to open datafile when it is skipped by Pali Rohár · 1 year, 8 months ago
  3. 2f6855a tools: mkimage: Print human readable error when -d is not specified by Pali Rohár · 1 year, 9 months ago
  4. 27670ac tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP images by Pali Rohár · 1 year, 8 months ago
  5. b93a652 mkimage: fit: Support signed configurations in 'auto' FITs by Massimo Pegorer · 1 year, 9 months ago
  6. 72c3f5d tools: mkimage: don't print error message "Success" in case of failure by Marc Kleine-Budde · 1 year, 10 months ago
  7. 17f8a74 tools: mkimage: Fix nullptr at strchr() by Mikhail Ilin · 1 year, 10 months ago
  8. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  9. dc3a923 mkimage: Add long options by Sean Anderson · 2 years, 3 months ago
  10. 87b0af9 mkimage: Support signing 'auto' FITs by Sean Anderson · 2 years, 4 months ago
  11. deb2638 mkimage: Document misc options by Sean Anderson · 2 years, 6 months ago
  12. d3b1ca2 tools: mkimage: Call verify_header after writing image to disk by Pali Rohár · 2 years, 8 months ago
  13. c2d08f0 mkimage: add a flag to describe whether -A is specified by Icenowy Zheng · 3 years ago
  14. 5017f9b mkimage: error handling for FIT image by Heinrich Schuchardt · 2 years, 7 months ago
  15. 11f29d4 tools: mkimage/dumpimage: Allow to use -l with -T by Pali Rohár · 2 years, 7 months ago
  16. 2d2384b tools: mkimage: Show where signatures/keys are written by Simon Glass · 2 years, 10 months ago
  17. c28f249 mkimage: struct stat.st_size may not be long by Heinrich Schuchardt · 2 years, 8 months ago
  18. 5902a39 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 8 months ago
  19. 6ae2434 mkimage: Drop unused OPT_STRING constant by Jan Kiszka · 2 years, 8 months ago
  20. eaa6442 mkimage: clarify error message for empty input files by Thomas Hebb · 3 years, 2 months ago
  21. 331f080 mkimage: allow -l to work on block devices on Linux by Yann Dirson · 3 years, 4 months ago
  22. 36bfcb6 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · 3 years, 7 months ago
  23. 603e26f mkimage: Move padding commands outside of FIT_SIGNATURE by Joel Stanley · 3 years, 10 months ago
  24. ad5fb9f mkimage: Skip adding non-existent IDs to a list by Naoki Hayama · 4 years ago
  25. 152b246 mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 2 months ago
  26. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  27. 4c63d21 mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 2 months ago
  28. dd85dc5 mkimage: Fix error message if write less data then expected by Mylène Josserand · 4 years, 3 months ago
  29. a29162a tools: mkimage: use /* fallthrough */ as needed by Heinrich Schuchardt · 4 years, 5 months ago
  30. ebfe611 mkimage: fit_image: Add option to make fit header align by Kever Yang · 4 years, 6 months ago
  31. 29e7ab0 tools: mkimage: use common ALIGN to do the size align by Kever Yang · 4 years, 6 months ago
  32. eea6cd8 rockchip: mkimage: support packing optional second level boot-loader by Jeffy Chen · 4 years, 9 months ago
  33. 5b123e0 lib: rsa: add support to other openssl engine types than pkcs11 by Vesa Jääskeläinen · 5 years ago
  34. 73c02e5 fdt: Fix mkimage list to try every header type by Jordan Hand · 5 years ago
  35. d32aa3c fdt: Fix FIT header verification in mkimage and conduct same checks as bootm by Jordan Hand · 6 years ago
  36. 6609c26 tools: add i.MX8M image support by Peng Fan · 6 years ago
  37. a2b96ec tools: add i.MX8/8X image support by Peng Fan · 6 years ago
  38. 8961c8a tools: mkimage: Ensure munmap unmaps the same length that was mapped by Mark Tomlinson · 6 years ago
  39. 6915dcf tools: zynqmpimage: Add bif support by Alexander Graf · 6 years ago
  40. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  41. 8c84287 tools: mkimage: Check for datafile when type is script by Alex Kiernan · 6 years ago
  42. 004d009 mkimage: do not fail if there is no print_header function by Guillaume GARDET · 6 years ago
  43. 79aa33c mkimage: fix display of image types list by Baruch Siach · 7 years ago
  44. b4e923a tools: mkimage: fix sizeof_mismatch found by coverity by Sven Ebenfeld · 8 years ago
  45. f1ca1fd mkimage: Add support for signing with pkcs11 by George McCollister · 8 years ago
  46. d21bd69 tools: mkimage: add firmware-ivt image type for HAB verification by Sven Ebenfeld · 8 years ago
  47. 0f7c6cd mkimage: Allow including a ramdisk in FIT auto mode by Tomeu Vizoso · 8 years ago
  48. 0cd82e2 mkimage: Fix missing free() in show_valid_options() by Simon Glass · 8 years ago
  49. 82bd2f2 Fix spelling of "occur". by Vagrant Cascadian · 8 years ago
  50. 1b92aed mkimage: Fix argument parsing with signature comment by Karl Beldan · 8 years ago
  51. b6fefa7 mkimage: fix missing break for -p switch by Teddy Reed · 8 years ago
  52. 51f03e6 mkimage: Show item lists for all categories by Simon Glass · 8 years ago
  53. f24e105 mkimage: Use generic code for showing an 'image type' error by Simon Glass · 8 years ago
  54. 3066422 mkimage: Allow display of a list of any image header category by Simon Glass · 8 years ago
  55. 58b2247 mkimage: Drop blank line before main() by Simon Glass · 8 years ago
  56. 63ef31b mkimage: Drop premature setting of params.fit_image_type by Simon Glass · 8 years ago
  57. e324a92 mkimage: Require a data file when auto-fit is used by Simon Glass · 8 years ago
  58. 3c23c0f mkimage: Explain the auto-fit imagefile special case by Simon Glass · 8 years ago
  59. 20deadd mkimage: Honour the default image type with auto-fit by Simon Glass · 8 years ago
  60. f8f9107 mkimage: fit: spl: Add an optional static offset for external data by Teddy Reed · 8 years ago
  61. bd6e142 mkimage: Add a quiet mode by Simon Glass · 8 years ago
  62. 8edeac8 mkimage: fix generation of FIT image by Andreas Bießmann · 8 years ago
  63. 7a439ca mkimage: fix argument parsing on BSD systems by Andreas Bießmann · 8 years ago
  64. 722ebc8 mkimage: Support placing data outside the FIT by Simon Glass · 9 years ago
  65. fb4cce0 mkimage: Support adding device tree files to a FIT by Simon Glass · 9 years ago
  66. 8e35bb0 mkimage: Support automatic creating of a FIT without a .its by Simon Glass · 9 years ago
  67. d505a09 mkimage: Allow a FIT to include an image of any type by Simon Glass · 9 years ago
  68. cc7a644 mkimage: Make 'params' static by Simon Glass · 9 years ago
  69. 1531034 mkimage: Show an error message when usage() is called by Simon Glass · 9 years ago
  70. b0a487a mkimage: Move usage() up to the top by Simon Glass · 9 years ago
  71. 0745008 mkimage: Sort the option processing code by option by Simon Glass · 9 years ago
  72. a02221f mkimage: Convert to use getopt() by Simon Glass · 9 years ago
  73. 0b443de mkimage: Move argument processing into its own function by Simon Glass · 9 years ago
  74. c190fbd Gracefully handle 64-bit signed-extended 32-bit Load addresses by William Cohen · 9 years ago
  75. 3463314 mkimage: Fix warning from fix for generating multi and script images again by Marek Vasut · 9 years ago
  76. 6ae6e16 mkimage : Fix generating multi and script images by Philippe De Swert · 9 years ago
  77. 3549730 tools/mkimage.c: Clarify help text for -D slightly by Tom Rini · 9 years ago
  78. 424b86a mkimage: Allow padding to any length by Simon Glass · 9 years ago
  79. 92a655c mkimage: Set up a file size parameter and keep it updated by Simon Glass · 9 years ago
  80. 5b9d44d mkimage: Display a better list of available image types by Simon Glass · 9 years ago
  81. f41f5b7 dumpimage: add 'T' option to explicitly set the image type by Guilherme Maciel Ferreira · 10 years ago
  82. a93648d imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · 10 years ago
  83. 0ca6691 imagetool: move common code to imagetool module by Guilherme Maciel Ferreira · 10 years ago
  84. 31cbe80 mkimage: fix compilation issues on OpenBSD by Luka Perkov · 10 years ago
  85. f86ed6a tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · 11 years ago
  86. f1cc458 mkimage: added 'static' specifier to match function's prototype. by Guilherme Maciel Ferreira · 11 years ago
  87. bce8837 ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  88. 9bac0bb tools: add variable padding of data image in mkimage by Stefano Babic · 11 years ago
  89. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  90. 399c744 mkimage: Add -r option to specify keys that must be verified by Simon Glass · 11 years ago
  91. 4f61042 mkimage: Add -c option to specify a comment for key signing by Simon Glass · 11 years ago
  92. 95d77b4 mkimage: Add -F option to modify an existing .fit file by Simon Glass · 11 years ago
  93. e29495d mkimage: Add -K to write public keys to an FDT blob by Simon Glass · 11 years ago
  94. 80e4df8 mkimage: Add -k option to specify key directory by Simon Glass · 11 years ago
  95. 5d898a0 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  96. d1be8f9 mkimage: Fix variable length header support by Christian Riesch · 13 years ago
  97. 4962e38 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  98. f066210 mkimage: Add variable lenght header support by Stefano Babic · 13 years ago
  99. 3decb14 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  100. 7816f2c mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago