1. ddc38e6 tools: mkimage: use /* fallthrough */ as needed by Heinrich Schuchardt · Sat May 09 17:10:41 2020 +0200
  2. 8e238b5 mkimage: fit_image: Add option to make fit header align by Kever Yang · Mon Mar 30 11:56:24 2020 +0800
  3. 86f2601 tools: mkimage: use common ALIGN to do the size align by Kever Yang · Mon Mar 30 11:56:19 2020 +0800
  4. ec0d2ea rockchip: mkimage: support packing optional second level boot-loader by Jeffy Chen · Fri Dec 27 11:24:41 2019 +0800
  5. abf8eb2 lib: rsa: add support to other openssl engine types than pkcs11 by Vesa Jääskeläinen · Sun Jun 16 20:53:38 2019 +0300
  6. 408abe9 fdt: Fix mkimage list to try every header type by Jordan Hand · Tue Apr 09 10:36:09 2019 -0700
  7. 256b7f9 fdt: Fix FIT header verification in mkimage and conduct same checks as bootm by Jordan Hand · Tue Mar 05 14:47:56 2019 -0800
  8. 31c51da tools: add i.MX8M image support by Peng Fan · Tue Nov 20 10:19:36 2018 +0000
  9. 60a5607 tools: add i.MX8/8X image support by Peng Fan · Tue Oct 16 04:50:30 2018 +0000
  10. fc49786 tools: mkimage: Ensure munmap unmaps the same length that was mapped by Mark Tomlinson · Wed Aug 29 10:51:14 2018 +1200
  11. 5329d67 tools: zynqmpimage: Add bif support by Alexander Graf · Fri Apr 13 14:18:52 2018 +0200
  12. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  13. 9d74c70 tools: mkimage: Check for datafile when type is script by Alex Kiernan · Sun Apr 22 05:11:17 2018 +0000
  14. dfe25fa mkimage: do not fail if there is no print_header function by Guillaume GARDET · Fri Mar 30 10:28:19 2018 +0200
  15. f77ab20 mkimage: fix display of image types list by Baruch Siach · Thu Jun 29 20:37:08 2017 +0300
  16. 3bb71e0 tools: mkimage: fix sizeof_mismatch found by coverity by Sven Ebenfeld · Tue Jan 17 19:36:51 2017 +0100
  17. 23d1489 mkimage: Add support for signing with pkcs11 by George McCollister · Fri Jan 06 13:14:17 2017 -0600
  18. 59697a2 tools: mkimage: add firmware-ivt image type for HAB verification by Sven Ebenfeld · Sun Nov 06 16:37:56 2016 +0100
  19. 8d83ed2 mkimage: Allow including a ramdisk in FIT auto mode by Tomeu Vizoso · Fri Nov 04 14:22:15 2016 +0100
  20. d435d9f mkimage: Fix missing free() in show_valid_options() by Simon Glass · Thu Oct 27 17:54:03 2016 -0600
  21. 3e9e6d6 Fix spelling of "occur". by Vagrant Cascadian · Sun Oct 23 20:45:17 2016 -0700
  22. 15bd26c mkimage: Fix argument parsing with signature comment by Karl Beldan · Tue Aug 02 18:57:14 2016 +0000
  23. 9e3cd3c mkimage: fix missing break for -p switch by Teddy Reed · Mon Jul 11 22:54:26 2016 -0700
  24. eaa2540 mkimage: Show item lists for all categories by Simon Glass · Thu Jun 30 10:52:19 2016 -0600
  25. be42159 mkimage: Use generic code for showing an 'image type' error by Simon Glass · Thu Jun 30 10:52:18 2016 -0600
  26. 1d138b5 mkimage: Allow display of a list of any image header category by Simon Glass · Thu Jun 30 10:52:17 2016 -0600
  27. 781d1e7 mkimage: Drop blank line before main() by Simon Glass · Thu Jun 30 10:52:11 2016 -0600
  28. 62db64a mkimage: Drop premature setting of params.fit_image_type by Simon Glass · Thu Jun 30 10:52:10 2016 -0600
  29. 79b5ee5 mkimage: Require a data file when auto-fit is used by Simon Glass · Thu Jun 30 10:52:09 2016 -0600
  30. 156c349 mkimage: Explain the auto-fit imagefile special case by Simon Glass · Thu Jun 30 10:52:08 2016 -0600
  31. a89857d mkimage: Honour the default image type with auto-fit by Simon Glass · Thu Jun 30 10:52:07 2016 -0600
  32. a845762 mkimage: fit: spl: Add an optional static offset for external data by Teddy Reed · Thu Jun 09 19:38:02 2016 -0700
  33. da1805f mkimage: Add a quiet mode by Simon Glass · Sun May 01 13:55:38 2016 -0600
  34. ddd3477 mkimage: fix generation of FIT image by Andreas Bießmann · Tue May 03 15:17:03 2016 +0200
  35. f400158 mkimage: fix argument parsing on BSD systems by Andreas Bießmann · Sun May 01 03:01:27 2016 +0200
  36. afd728c mkimage: Support placing data outside the FIT by Simon Glass · Mon Feb 22 22:55:53 2016 -0700
  37. bd8bc5d mkimage: Support adding device tree files to a FIT by Simon Glass · Mon Feb 22 22:55:52 2016 -0700
  38. 88e31cb mkimage: Support automatic creating of a FIT without a .its by Simon Glass · Mon Feb 22 22:55:51 2016 -0700
  39. 04b4607 mkimage: Allow a FIT to include an image of any type by Simon Glass · Mon Feb 22 22:55:48 2016 -0700
  40. 52322d6 mkimage: Make 'params' static by Simon Glass · Mon Feb 22 22:55:38 2016 -0700
  41. 01168b3 mkimage: Show an error message when usage() is called by Simon Glass · Mon Feb 22 22:55:37 2016 -0700
  42. 99a7c26 mkimage: Move usage() up to the top by Simon Glass · Mon Feb 22 22:55:36 2016 -0700
  43. f6fe5f6 mkimage: Sort the option processing code by option by Simon Glass · Mon Feb 22 22:55:35 2016 -0700
  44. cf76cd2 mkimage: Convert to use getopt() by Simon Glass · Mon Feb 22 22:55:34 2016 -0700
  45. 7106bd4 mkimage: Move argument processing into its own function by Simon Glass · Mon Feb 22 22:55:33 2016 -0700
  46. a4e80c5 Gracefully handle 64-bit signed-extended 32-bit Load addresses by William Cohen · Tue Feb 16 08:57:46 2016 -0500
  47. 4cc8627 mkimage: Fix warning from fix for generating multi and script images again by Marek Vasut · Mon Dec 07 18:01:54 2015 +0100
  48. 3edd041 mkimage : Fix generating multi and script images by Philippe De Swert · Fri Dec 04 00:11:23 2015 +0200
  49. e140a46 tools/mkimage.c: Clarify help text for -D slightly by Tom Rini · Wed Aug 26 15:21:23 2015 -0400
  50. 46409cc mkimage: Allow padding to any length by Simon Glass · Sun Aug 30 16:55:22 2015 -0600
  51. 139651f mkimage: Set up a file size parameter and keep it updated by Simon Glass · Tue Jun 23 15:39:12 2015 -0600
  52. 434a31b mkimage: Display a better list of available image types by Simon Glass · Tue Jun 23 15:38:25 2015 -0600
  53. 40bf563 dumpimage: add 'T' option to explicitly set the image type by Guilherme Maciel Ferreira · Thu Jan 15 02:54:40 2015 -0200
  54. 28be1cf imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · Thu Jan 15 02:48:07 2015 -0200
  55. 0b33803 imagetool: move common code to imagetool module by Guilherme Maciel Ferreira · Thu Jan 15 02:48:05 2015 -0200
  56. 98c689b mkimage: fix compilation issues on OpenBSD by Luka Perkov · Sat Aug 09 18:17:47 2014 +0200
  57. 8ed4d1c tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · Sun Dec 01 12:43:10 2013 -0700
  58. ff0fa61 mkimage: added 'static' specifier to match function's prototype. by Guilherme Maciel Ferreira · Sun Dec 01 12:43:09 2013 -0700
  59. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · Mon Aug 26 20:43:33 2013 +0200
  60. 6531bd9 tools: add variable padding of data image in mkimage by Stefano Babic · Mon Aug 19 19:03:19 2013 +0200
  61. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  62. 817278a mkimage: Add -r option to specify keys that must be verified by Simon Glass · Thu Jun 13 15:10:07 2013 -0700
  63. bf27d3d mkimage: Add -c option to specify a comment for key signing by Simon Glass · Thu Jun 13 15:10:06 2013 -0700
  64. ce8c3ca mkimage: Add -F option to modify an existing .fit file by Simon Glass · Thu Jun 13 15:10:05 2013 -0700
  65. b4d8b09 mkimage: Add -K to write public keys to an FDT blob by Simon Glass · Thu Jun 13 15:10:04 2013 -0700
  66. b148974 mkimage: Add -k option to specify key directory by Simon Glass · Thu Jun 13 15:10:03 2013 -0700
  67. ea65fd8 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · Fri Aug 10 02:49:35 2012 +0000
  68. c14f281 mkimage: Fix variable length header support by Christian Riesch · Fri Dec 09 09:47:38 2011 +0000
  69. 3885551 mkimage: adding support for Davinci AIS image by Stefano Babic · Mon Oct 17 00:07:43 2011 +0000
  70. 4a96330 mkimage: Add variable lenght header support by Stefano Babic · Thu Sep 15 23:50:16 2011 +0000
  71. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · Thu Jul 21 09:10:30 2011 -0400
  72. 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · Sat Jul 16 00:06:42 2011 +0000
  73. e97ab72 mkimage: add "-V" option to print version information by Wolfgang Denk · Sat Feb 12 10:37:11 2011 +0100
  74. 632d9ca mkimage: Fix strict-aliasing compiler warning by Peter Tyser · Sun Apr 04 22:36:03 2010 -0500
  75. 23416b8 mkimage: fix Segmentation Fault when run without "-n name" option by Wolfgang Denk · Sat Mar 27 23:37:46 2010 +0100
  76. bca17ea mkimage: dont force entry point with xip by Mike Frysinger · Mon Jan 25 18:50:11 2010 -0500
  77. 7b07f09 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · Wed Jan 20 18:19:10 2010 +0100
  78. 54cd539 tools/mkimage: Remove duplicate line of code by Peter Tyser · Sun Dec 06 01:33:24 2009 -0600
  79. b2f8b94 tools/mkimage: Print FIT image contents after creation by Peter Tyser · Tue Nov 24 16:42:10 2009 -0600
  80. 94734e6 tools/mkimage: Assume FDT image type for FIT images by Peter Tyser · Tue Nov 24 16:42:08 2009 -0600
  81. 903fc15 Building of FIT images does not work. by Remy Bohmer · Wed Oct 28 22:13:35 2009 +0100
  82. 0732941 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · Mon Sep 07 15:05:02 2009 +0530
  83. fabf3cf tools: mkimage: split code into core, default and FIT image specific by Prafulla Wadaskar · Wed Aug 19 17:36:46 2009 +0530
  84. 4d4d67d tools: mkimage: Fixed build warnings by Prafulla Wadaskar · Sun Aug 16 05:28:19 2009 +0530
  85. 139cb08 tools: mkimage : bugfix returns correct value for list command by Prafulla Wadaskar · Mon Aug 10 18:49:37 2009 +0530
  86. dbd8bcb License cleanup: remove unintended "All Rights Reserved" notices. by Wolfgang Denk · Wed Sep 02 14:57:27 2009 +0200
  87. 4ad8e9f compiler.h: unify system ifdef cruft here by Mike Frysinger · Thu Jul 02 19:23:25 2009 -0400
  88. cd7e1a3 mkimage: make mmap() checks consistent by Mike Frysinger · Thu May 01 04:13:05 2008 -0400
  89. 4786859 Memory footprint optimizations by Bartlomiej Sieka · Fri Apr 18 12:39:23 2008 +0200
  90. d7816fb [new uImage] Add support for new uImage format to mkimage tool by Bartlomiej Sieka · Tue Mar 11 12:34:47 2008 +0100
  91. c3c7eb2 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · Fri Feb 29 15:59:59 2008 +0100
  92. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  93. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  94. fecb2a0 Fix compilation issues on MACOSX by Aubrey.Li · Mon May 14 11:47:35 2007 +0800
  95. 5995ac7 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · Wed Oct 11 14:15:21 2006 +0200
  96. df86f15 Define IH_CPU_AVR32 by Stefan Roese · Mon Oct 09 12:55:38 2006 +0200
  97. 283a81e Fix mkimage -l bug with multifile images on 64bit platforms by Wolfgang Denk · Wed Sep 06 23:29:15 2006 +0200
  98. 16485a6 * Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · Wed Aug 16 10:54:09 2006 -0500
  99. dce59c5 Fixed handling of bad checksums with "mkimage -l" by Wolfgang Denk · Fri Apr 28 21:24:32 2006 +0200
  100. 46d2b52 Add ADI Blackfin support by Wolfgang Denk · Sun Mar 12 02:10:00 2006 +0100