1. 9e3cd3c mkimage: fix missing break for -p switch by Teddy Reed · 8 years ago
  2. eaa2540 mkimage: Show item lists for all categories by Simon Glass · 8 years ago
  3. be42159 mkimage: Use generic code for showing an 'image type' error by Simon Glass · 8 years ago
  4. 1d138b5 mkimage: Allow display of a list of any image header category by Simon Glass · 8 years ago
  5. 781d1e7 mkimage: Drop blank line before main() by Simon Glass · 8 years ago
  6. 62db64a mkimage: Drop premature setting of params.fit_image_type by Simon Glass · 8 years ago
  7. 79b5ee5 mkimage: Require a data file when auto-fit is used by Simon Glass · 8 years ago
  8. 156c349 mkimage: Explain the auto-fit imagefile special case by Simon Glass · 8 years ago
  9. a89857d mkimage: Honour the default image type with auto-fit by Simon Glass · 8 years ago
  10. a845762 mkimage: fit: spl: Add an optional static offset for external data by Teddy Reed · 8 years ago
  11. da1805f mkimage: Add a quiet mode by Simon Glass · 9 years ago
  12. ddd3477 mkimage: fix generation of FIT image by Andreas Bießmann · 9 years ago
  13. f400158 mkimage: fix argument parsing on BSD systems by Andreas Bießmann · 9 years ago
  14. afd728c mkimage: Support placing data outside the FIT by Simon Glass · 9 years ago
  15. bd8bc5d mkimage: Support adding device tree files to a FIT by Simon Glass · 9 years ago
  16. 88e31cb mkimage: Support automatic creating of a FIT without a .its by Simon Glass · 9 years ago
  17. 04b4607 mkimage: Allow a FIT to include an image of any type by Simon Glass · 9 years ago
  18. 52322d6 mkimage: Make 'params' static by Simon Glass · 9 years ago
  19. 01168b3 mkimage: Show an error message when usage() is called by Simon Glass · 9 years ago
  20. 99a7c26 mkimage: Move usage() up to the top by Simon Glass · 9 years ago
  21. f6fe5f6 mkimage: Sort the option processing code by option by Simon Glass · 9 years ago
  22. cf76cd2 mkimage: Convert to use getopt() by Simon Glass · 9 years ago
  23. 7106bd4 mkimage: Move argument processing into its own function by Simon Glass · 9 years ago
  24. a4e80c5 Gracefully handle 64-bit signed-extended 32-bit Load addresses by William Cohen · 9 years ago
  25. 4cc8627 mkimage: Fix warning from fix for generating multi and script images again by Marek Vasut · 9 years ago
  26. 3edd041 mkimage : Fix generating multi and script images by Philippe De Swert · 9 years ago
  27. e140a46 tools/mkimage.c: Clarify help text for -D slightly by Tom Rini · 9 years ago
  28. 46409cc mkimage: Allow padding to any length by Simon Glass · 9 years ago
  29. 139651f mkimage: Set up a file size parameter and keep it updated by Simon Glass · 9 years ago
  30. 434a31b mkimage: Display a better list of available image types by Simon Glass · 9 years ago
  31. 40bf563 dumpimage: add 'T' option to explicitly set the image type by Guilherme Maciel Ferreira · 10 years ago
  32. 28be1cf imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · 10 years ago
  33. 0b33803 imagetool: move common code to imagetool module by Guilherme Maciel Ferreira · 10 years ago
  34. 98c689b mkimage: fix compilation issues on OpenBSD by Luka Perkov · 10 years ago
  35. 8ed4d1c tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · 11 years ago
  36. ff0fa61 mkimage: added 'static' specifier to match function's prototype. by Guilherme Maciel Ferreira · 11 years ago
  37. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  38. 6531bd9 tools: add variable padding of data image in mkimage by Stefano Babic · 11 years ago
  39. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  40. 817278a mkimage: Add -r option to specify keys that must be verified by Simon Glass · 11 years ago
  41. bf27d3d mkimage: Add -c option to specify a comment for key signing by Simon Glass · 11 years ago
  42. ce8c3ca mkimage: Add -F option to modify an existing .fit file by Simon Glass · 11 years ago
  43. b4d8b09 mkimage: Add -K to write public keys to an FDT blob by Simon Glass · 11 years ago
  44. b148974 mkimage: Add -k option to specify key directory by Simon Glass · 11 years ago
  45. ea65fd8 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  46. c14f281 mkimage: Fix variable length header support by Christian Riesch · 13 years ago
  47. 3885551 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  48. 4a96330 mkimage: Add variable lenght header support by Stefano Babic · 13 years ago
  49. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  50. 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  51. e97ab72 mkimage: add "-V" option to print version information by Wolfgang Denk · 14 years ago
  52. 632d9ca mkimage: Fix strict-aliasing compiler warning by Peter Tyser · 15 years ago
  53. 23416b8 mkimage: fix Segmentation Fault when run without "-n name" option by Wolfgang Denk · 15 years ago
  54. bca17ea mkimage: dont force entry point with xip by Mike Frysinger · 15 years ago
  55. 7b07f09 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
  56. 54cd539 tools/mkimage: Remove duplicate line of code by Peter Tyser · 15 years ago
  57. b2f8b94 tools/mkimage: Print FIT image contents after creation by Peter Tyser · 15 years ago
  58. 94734e6 tools/mkimage: Assume FDT image type for FIT images by Peter Tyser · 15 years ago
  59. 903fc15 Building of FIT images does not work. by Remy Bohmer · 15 years ago
  60. 0732941 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago
  61. fabf3cf tools: mkimage: split code into core, default and FIT image specific by Prafulla Wadaskar · 15 years ago
  62. 4d4d67d tools: mkimage: Fixed build warnings by Prafulla Wadaskar · 15 years ago
  63. 139cb08 tools: mkimage : bugfix returns correct value for list command by Prafulla Wadaskar · 15 years ago
  64. dbd8bcb License cleanup: remove unintended "All Rights Reserved" notices. by Wolfgang Denk · 15 years ago
  65. 4ad8e9f compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  66. cd7e1a3 mkimage: make mmap() checks consistent by Mike Frysinger · 17 years ago
  67. 4786859 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
  68. d7816fb [new uImage] Add support for new uImage format to mkimage tool by Bartlomiej Sieka · 17 years ago
  69. c3c7eb2 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  70. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  71. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  72. fecb2a0 Fix compilation issues on MACOSX by Aubrey.Li · 18 years ago
  73. 5995ac7 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  74. df86f15 Define IH_CPU_AVR32 by Stefan Roese · 18 years ago
  75. 283a81e Fix mkimage -l bug with multifile images on 64bit platforms by Wolfgang Denk · 18 years ago
  76. 16485a6 * Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · 18 years ago
  77. dce59c5 Fixed handling of bad checksums with "mkimage -l" by Wolfgang Denk · 19 years ago
  78. 46d2b52 Add ADI Blackfin support by Wolfgang Denk · 19 years ago
  79. 31f14c2 Fix mkimage bug with multifile images created on 64 bit systems. by Wolfgang Denk · 19 years ago
  80. 1873b60 * Patch by Scott McNutt, 01 Nov 2004: by wdenk · 20 years ago
  81. 20dd2fa * Update for AT91RM9200DK and CMC_PU2 boards: by wdenk · 20 years ago
  82. 265d217 * Rename SBC8560 into sbc8560 for consistency by wdenk · 20 years ago
  83. db82c8e * Patch by Rahul Shanbhag, 19 Feb 2004: by wdenk · 21 years ago
  84. c6abb7e * Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools by wdenk · 21 years ago
  85. 1ee550e * Patch by Anders Larsen, 18 Sep 2003: by wdenk · 21 years ago
  86. e97dcd0 Fix build problems under FreeBSD by wdenk · 21 years ago
  87. 6cd4a5e Add generic filesystem image type by wdenk · 21 years ago
  88. 6e2bf7a Make IPB clock on MGT5100/MPC5200 configurable in board config file; by wdenk · 21 years ago
  89. 0a65855 * Map ISP1362 USB OTG controller for NSCU board by wdenk · 21 years ago
  90. dccbda0 * Patches by Yuli Barcohen, 13 Jul 2003: by wdenk · 21 years ago
  91. 0893c47 * Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board by wdenk · 22 years ago
  92. 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 22 years ago
  93. 9dd2b88 * Fix startup problems with VFD display on TRAB by wdenk · 22 years ago
  94. 5b1d713 Initial revision by wdenk · 22 years ago