1. 1b92aed mkimage: Fix argument parsing with signature comment by Karl Beldan · 8 years ago
  2. b6fefa7 mkimage: fix missing break for -p switch by Teddy Reed · 8 years ago
  3. 51f03e6 mkimage: Show item lists for all categories by Simon Glass · 8 years ago
  4. f24e105 mkimage: Use generic code for showing an 'image type' error by Simon Glass · 8 years ago
  5. 3066422 mkimage: Allow display of a list of any image header category by Simon Glass · 8 years ago
  6. 58b2247 mkimage: Drop blank line before main() by Simon Glass · 8 years ago
  7. 63ef31b mkimage: Drop premature setting of params.fit_image_type by Simon Glass · 8 years ago
  8. e324a92 mkimage: Require a data file when auto-fit is used by Simon Glass · 8 years ago
  9. 3c23c0f mkimage: Explain the auto-fit imagefile special case by Simon Glass · 8 years ago
  10. 20deadd mkimage: Honour the default image type with auto-fit by Simon Glass · 8 years ago
  11. f8f9107 mkimage: fit: spl: Add an optional static offset for external data by Teddy Reed · 8 years ago
  12. bd6e142 mkimage: Add a quiet mode by Simon Glass · 8 years ago
  13. 8edeac8 mkimage: fix generation of FIT image by Andreas Bießmann · 8 years ago
  14. 7a439ca mkimage: fix argument parsing on BSD systems by Andreas Bießmann · 8 years ago
  15. 722ebc8 mkimage: Support placing data outside the FIT by Simon Glass · 8 years ago
  16. fb4cce0 mkimage: Support adding device tree files to a FIT by Simon Glass · 8 years ago
  17. 8e35bb0 mkimage: Support automatic creating of a FIT without a .its by Simon Glass · 8 years ago
  18. d505a09 mkimage: Allow a FIT to include an image of any type by Simon Glass · 8 years ago
  19. cc7a644 mkimage: Make 'params' static by Simon Glass · 8 years ago
  20. 1531034 mkimage: Show an error message when usage() is called by Simon Glass · 8 years ago
  21. b0a487a mkimage: Move usage() up to the top by Simon Glass · 8 years ago
  22. 0745008 mkimage: Sort the option processing code by option by Simon Glass · 8 years ago
  23. a02221f mkimage: Convert to use getopt() by Simon Glass · 8 years ago
  24. 0b443de mkimage: Move argument processing into its own function by Simon Glass · 8 years ago
  25. c190fbd Gracefully handle 64-bit signed-extended 32-bit Load addresses by William Cohen · 8 years ago
  26. 3463314 mkimage: Fix warning from fix for generating multi and script images again by Marek Vasut · 9 years ago
  27. 6ae6e16 mkimage : Fix generating multi and script images by Philippe De Swert · 9 years ago
  28. 3549730 tools/mkimage.c: Clarify help text for -D slightly by Tom Rini · 9 years ago
  29. 424b86a mkimage: Allow padding to any length by Simon Glass · 9 years ago
  30. 92a655c mkimage: Set up a file size parameter and keep it updated by Simon Glass · 9 years ago
  31. 5b9d44d mkimage: Display a better list of available image types by Simon Glass · 9 years ago
  32. f41f5b7 dumpimage: add 'T' option to explicitly set the image type by Guilherme Maciel Ferreira · 10 years ago
  33. a93648d imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · 10 years ago
  34. 0ca6691 imagetool: move common code to imagetool module by Guilherme Maciel Ferreira · 10 years ago
  35. 31cbe80 mkimage: fix compilation issues on OpenBSD by Luka Perkov · 10 years ago
  36. f86ed6a tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · 11 years ago
  37. f1cc458 mkimage: added 'static' specifier to match function's prototype. by Guilherme Maciel Ferreira · 11 years ago
  38. bce8837 ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  39. 9bac0bb tools: add variable padding of data image in mkimage by Stefano Babic · 11 years ago
  40. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  41. 399c744 mkimage: Add -r option to specify keys that must be verified by Simon Glass · 11 years ago
  42. 4f61042 mkimage: Add -c option to specify a comment for key signing by Simon Glass · 11 years ago
  43. 95d77b4 mkimage: Add -F option to modify an existing .fit file by Simon Glass · 11 years ago
  44. e29495d mkimage: Add -K to write public keys to an FDT blob by Simon Glass · 11 years ago
  45. 80e4df8 mkimage: Add -k option to specify key directory by Simon Glass · 11 years ago
  46. 5d898a0 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  47. d1be8f9 mkimage: Fix variable length header support by Christian Riesch · 13 years ago
  48. 4962e38 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  49. f066210 mkimage: Add variable lenght header support by Stefano Babic · 13 years ago
  50. 3decb14 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  51. 7816f2c mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  52. 976b38c mkimage: add "-V" option to print version information by Wolfgang Denk · 13 years ago
  53. a2513e2 mkimage: Fix strict-aliasing compiler warning by Peter Tyser · 14 years ago
  54. 04387d2 mkimage: fix Segmentation Fault when run without "-n name" option by Wolfgang Denk · 14 years ago
  55. 1b691bb mkimage: dont force entry point with xip by Mike Frysinger · 15 years ago
  56. 8edcde5 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
  57. fbc1c8f tools/mkimage: Remove duplicate line of code by Peter Tyser · 15 years ago
  58. c81296c tools/mkimage: Print FIT image contents after creation by Peter Tyser · 15 years ago
  59. 1a99de2 tools/mkimage: Assume FDT image type for FIT images by Peter Tyser · 15 years ago
  60. 6a590c5 Building of FIT images does not work. by Remy Bohmer · 15 years ago
  61. aa0c7a8 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago
  62. 89a4d6b tools: mkimage: split code into core, default and FIT image specific by Prafulla Wadaskar · 15 years ago
  63. 449609f tools: mkimage: Fixed build warnings by Prafulla Wadaskar · 15 years ago
  64. f7644c0 tools: mkimage : bugfix returns correct value for list command by Prafulla Wadaskar · 15 years ago
  65. 46ff6d4 License cleanup: remove unintended "All Rights Reserved" notices. by Wolfgang Denk · 15 years ago
  66. 3756609 compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  67. fa956fd mkimage: make mmap() checks consistent by Mike Frysinger · 16 years ago
  68. edbed24 Memory footprint optimizations by Bartlomiej Sieka · 16 years ago
  69. 9d25438 [new uImage] Add support for new uImage format to mkimage tool by Bartlomiej Sieka · 16 years ago
  70. 570abb0 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 16 years ago
  71. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 16 years ago
  72. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  73. 5dfaa50 Fix compilation issues on MACOSX by Aubrey.Li · 17 years ago
  74. fb883a5 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  75. 1a1b737 Define IH_CPU_AVR32 by Stefan Roese · 18 years ago
  76. 0dab03b Fix mkimage -l bug with multifile images on 64bit platforms by Wolfgang Denk · 18 years ago
  77. 25c751e * Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · 18 years ago
  78. 3577d3a Fixed handling of bad checksums with "mkimage -l" by Wolfgang Denk · 18 years ago
  79. 0afe519 Add ADI Blackfin support by Wolfgang Denk · 18 years ago
  80. 3bb6680 Fix mkimage bug with multifile images created on 64 bit systems. by Wolfgang Denk · 19 years ago
  81. c1a11c1 * Patch by Scott McNutt, 01 Nov 2004: by wdenk · 19 years ago
  82. 9d5028c * Update for AT91RM9200DK and CMC_PU2 boards: by wdenk · 20 years ago
  83. 466b741 * Rename SBC8560 into sbc8560 for consistency by wdenk · 20 years ago
  84. 0c852a2 * Patch by Rahul Shanbhag, 19 Feb 2004: by wdenk · 20 years ago
  85. 5bb226e * Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools by wdenk · 21 years ago
  86. ef1464c * Patch by Anders Larsen, 18 Sep 2003: by wdenk · 21 years ago
  87. 147031a Fix build problems under FreeBSD by wdenk · 21 years ago
  88. 887b372 Add generic filesystem image type by wdenk · 21 years ago
  89. acf98e7 Make IPB clock on MGT5100/MPC5200 configurable in board config file; by wdenk · 21 years ago
  90. bdccc4f * Map ISP1362 USB OTG controller for NSCU board by wdenk · 21 years ago
  91. 8564acf * Patches by Yuli Barcohen, 13 Jul 2003: by wdenk · 21 years ago
  92. 7f70e85 * Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board by wdenk · 21 years ago
  93. d791b1d * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 21 years ago
  94. a6c7ad2 * Fix startup problems with VFD display on TRAB by wdenk · 22 years ago
  95. 5b1d713 Initial revision by wdenk · 22 years ago