1. f8f134d tools: kwbimage: Properly set srcaddr in kwbimage v0 by Pali Rohár · Mon Nov 08 18:12:51 2021 +0100
  2. ecb3ca7 tools: kwbimage: Properly calculate and align kwbimage v0 header size by Pali Rohár · Mon Nov 08 18:12:50 2021 +0100
  3. e411842 tools: kwbimage: Fill the real header size into the main header by Pali Rohár · Mon Nov 08 18:12:49 2021 +0100
  4. 14c0596 tools: kwbimage: Align kwbimage header to proper size by Pali Rohár · Mon Nov 08 18:12:48 2021 +0100
  5. dce60c5 tools: kwbimage: Do not put final image padding to the image data size by Pali Rohár · Mon Nov 08 18:12:47 2021 +0100
  6. deba0ad tools: kwbimage: Align final UART image to 128 bytes by Pali Rohár · Mon Nov 08 18:12:46 2021 +0100
  7. ac0c348 tools: kwbimage: Remove unused enums and prototypes by Pali Rohár · Mon Nov 08 18:12:45 2021 +0100
  8. 17414cb tools: kwbimage: Fix validation of kwbimage v0 by Pali Rohár · Mon Nov 08 18:12:44 2021 +0100
  9. 1e2d7fb tools: kwbimage: Set BOOT_FROM by default to SPI by Pali Rohár · Mon Nov 08 18:12:43 2021 +0100
  10. c990f94 tools: kwbimage: Explicitly set version also for kwbimage v0 by Pali Rohár · Mon Nov 08 18:12:42 2021 +0100
  11. d884094 tools: kwbimage: Add support for new commands UART_PORT and UART_MPP by Pali Rohár · Mon Nov 08 18:12:41 2021 +0100
  12. bf9a89e tools: kwbimage: Add support for NAND_PAGE_SIZE command also for v1 images by Pali Rohár · Fri Oct 22 12:37:46 2021 +0200
  13. 46ebc0e tools: kwbimage: Align BIN header executable code to 128-bit boundary by Pali Rohár · Thu Oct 21 16:46:07 2021 +0200
  14. beddea8 tools: kwbimage: Update comments describing kwbimage v1 structures by Pali Rohár · Fri Sep 24 23:07:02 2021 +0200
  15. d1b0b03 tools: kwbimage: Refactor kwbimage header size determination by Marek Behún · Fri Sep 24 23:07:01 2021 +0200
  16. fa9caec tools: kwbimage: Refactor image_version() by Marek Behún · Fri Sep 24 23:07:00 2021 +0200
  17. b1a7650 tools: kwbimage: Simplify iteration over version 1 optional headers by Marek Behún · Wed Aug 18 00:59:15 2021 +0200
  18. f7b7f7c tools: kwbimage: Fix printf format warning by Marek Behún · Fri Sep 24 23:06:38 2021 +0200
  19. bebe146 tools: kwbimage: Remove comment about unimplemented register headers in v1 images by Pali Rohár · Sun Aug 22 12:31:35 2021 +0200
  20. d8f0f1a kwbimage: check return value of image_get_csk_index by Heinrich Schuchardt · Tue Aug 17 07:11:58 2021 +0200
  21. 379ec09 kwbimage: check fopen() return value by Heinrich Schuchardt · Tue Aug 17 07:03:20 2021 +0200
  22. 611a16b tools: kwbimage: Use IBR_HDR_* constants instead of raw numbers by Pali Rohár · Wed Aug 11 10:14:17 2021 +0200
  23. e27c00b tools: kwbimage: Verify size of image data by Pali Rohár · Wed Aug 11 10:14:16 2021 +0200
  24. a98cc27 tools: kwbimage: Verify size of v0 image header by Pali Rohár · Wed Aug 11 10:14:15 2021 +0200
  25. 010e252 tools: kwbimage: Verify supported image version by Pali Rohár · Wed Aug 11 10:14:14 2021 +0200
  26. 18d8ea9 kwbimage: Update help message about how to extract from an existing image by Pali Rohár · Fri Jul 23 11:14:35 2021 +0200
  27. 5ec2c58 kwbimage: Add support for extracting images via dumpimage tool by Pali Rohár · Fri Jul 23 11:14:34 2021 +0200
  28. 16bf703 tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes by Pali Rohár · Fri Jul 23 11:14:31 2021 +0200
  29. 99534ec tools: dumpimage: Show error message when trying to extract data from kwbimage by Pali Rohár · Fri Jul 23 11:14:16 2021 +0200
  30. a265629 tools: dumpimage: Fix crashing when trying to extract data from kwbimage by Pali Rohár · Fri Jul 23 11:14:15 2021 +0200
  31. 39f3896 tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X by Pali Rohár · Fri Jul 23 11:14:13 2021 +0200
  32. c0cfd1a tools: kwbimage: Add support for a new DATA_DELAY command by Pali Rohár · Fri Jul 23 11:14:12 2021 +0200
  33. fbe10ac tools: kwbimage: Add support for DATA command also for v1 images by Pali Rohár · Fri Jul 23 11:14:11 2021 +0200
  34. 1be2ad1 tools: kwbimage: Don't parse PAYLOAD keyword by Pali Rohár · Fri Jul 23 11:14:10 2021 +0200
  35. e0a6dc7 tools: kwbimage: Add support for more BINARY headers by Pali Rohár · Fri Jul 23 11:14:09 2021 +0200
  36. d79cbc9 tools: kwbimage: Fix calculating size of binary header by Pali Rohár · Fri Jul 23 11:14:08 2021 +0200
  37. 13b7040 tools: kwbimage: Change maximum number of arguments in binary header to 256 by Pali Rohár · Fri Jul 23 11:14:07 2021 +0200
  38. f8171a5 tools: kwbimage: Use -a parameter (load address) for v1 images by Pali Rohár · Fri Jul 23 11:14:06 2021 +0200
  39. cd614ad tools: kwbimage: Print size of binary header in kwbimage_print_header() by Pali Rohár · Fri Jul 23 11:14:04 2021 +0200
  40. 48bc68c tools: kwbimage: Validate data checksum of v1 images by Pali Rohár · Fri Jul 23 11:14:03 2021 +0200
  41. fdb575a tools: kwbimage: Validate extended headers of v1 images by Pali Rohár · Fri Jul 23 11:14:02 2021 +0200
  42. 03345b9 tools: kwbimage: Fix check for v0 extended header checksum by Pali Rohár · Fri Jul 23 11:14:01 2021 +0200
  43. eba7819 tools: kwbimage: Don't crash when binary file name does not contain '/' by Pali Rohár · Fri Jul 23 11:14:00 2021 +0200
  44. 6f6f65e tools: kwbimage: Fix generation of SATA, SDIO and PCIe images by Pali Rohár · Fri Jul 23 11:13:59 2021 +0200
  45. 0478515 tools: kwbimage: Align SPI and NAND images to 256 bytes by Pali Rohár · Fri Jul 23 11:13:57 2021 +0200
  46. cfb60a9 tools: kwbimage: Simplify aligning and calculating checksum by Pali Rohár · Fri Jul 23 11:13:56 2021 +0200
  47. 0b21cde tools: kwbimage: use common ALIGN to do the size align by Kever Yang · Mon Mar 30 11:56:20 2020 +0800
  48. da575f5 kwbimage: fixing the issue with proper return code checking by Young Xiao · Wed Apr 17 17:20:24 2019 +0800
  49. 229b0e5 tools: kwbimage: don't adjust for image_header for Armada MSYS by Chris Packham · Tue Feb 19 20:28:44 2019 +1300
  50. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  51. 22e87fc kwbimage: Fix out of bounds access by Alexander Graf · Thu Mar 15 11:14:19 2018 +0100
  52. 237d059 tools/kwbimage: fix LibreSSL build by Jonathan Gray · Wed Feb 21 02:59:01 2018 +1100
  53. 4a5b99b tools/kwbimage: fix v1 header verification by Baruch Siach · Tue Jul 04 20:23:40 2017 +0300
  54. 58444c7 tools/kwbimage: Support building with LibreSSL by Marek Behún · Tue Jun 06 15:17:27 2017 +0200
  55. ef84f82 arm: mvebu: kwbimage: inline function to fix use-after-free by Patrick Wildt · Wed May 10 22:18:54 2017 +0200
  56. e0e5559 tools: kwbimage fix build with OpenSSL 1.1.x by Jelle van der Waa · Mon May 08 21:31:20 2017 +0200
  57. e3edf16 tools: kwbimage: Fix unchecked return value and fd leak by Mario Six · Mon Feb 13 10:11:55 2017 +0100
  58. 10d1449 arm: mvebu: Implement secure boot by Mario Six · Wed Jan 11 16:01:00 2017 +0100
  59. 62da676 tools: kwbimage: Refactor line parsing and fix error by Mario Six · Wed Jan 11 16:00:59 2017 +0100
  60. 030ca16 tools: kwbimage: Factor out add_binary_header_v1 by Mario Six · Wed Jan 11 16:00:58 2017 +0100
  61. 855cf9e tools: kwbimage: Remove unused parameter by Mario Six · Wed Jan 11 16:00:57 2017 +0100
  62. 6f27363 tools: kwbimage: Reduce scope of variables by Mario Six · Wed Jan 11 16:00:56 2017 +0100
  63. 7497cd6 tools: kwbimage: Fix arithmetic with void pointers by Mario Six · Wed Jan 11 16:00:55 2017 +0100
  64. d6009d7 tools: kwbimage: Fix style violations by Mario Six · Wed Jan 11 16:00:54 2017 +0100
  65. 7e40763 tools: kwbimage: Fix dest addr by Mario Six · Wed Jan 11 16:00:53 2017 +0100
  66. 1e0728a tools/kwbimage: add DEBUG option by Chris Packham · Wed Nov 09 22:21:45 2016 +1300
  67. 883bf45 tools/kwbimage: add BAUDRATE option by Chris Packham · Wed Nov 09 22:07:45 2016 +1300
  68. 5286c0d tools/kwbimage: fix size computations for v1 images by Reinhard Pfau · Sun Nov 29 15:52:14 2015 +0100
  69. 3efeaae tools/kwbimage: fix endianess issue by Reinhard Pfau · Sun Nov 29 15:48:25 2015 +0100
  70. da43fd3 tools/kwbimage.c: Make sure that the resulting image is 4-byte aligned by Stefan Roese · Tue Nov 24 09:14:59 2015 +0100
  71. a4279a5 tools/kwbimage.c: Fix generation of binary header by Stefan Roese · Wed Oct 28 07:53:58 2015 +0100
  72. 48676a3 kwbimage: Align payload size to 4 bytes by Stefan Roese · Tue Sep 01 13:46:35 2015 +0200
  73. c74165d tools: kwboot: Add support for UART boot mode patching for Armada XP/38x by Stefan Roese · Tue Sep 29 09:19:59 2015 +0200
  74. 69e9dde kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS by Stefan Roese · Mon Jul 20 11:20:38 2015 +0200
  75. 539fe4a kwbimage: Add support for SDIO/MMC boot device selection by Stefan Roese · Mon Jul 20 11:20:37 2015 +0200
  76. 8880949 tools/kwbimage.c: Correct header size for SPI boot by Kevin Smith · Mon Mar 16 14:58:21 2015 +0000
  77. 3a1fc23 kwbimage: align v1 binary header to 4B by Chris Packham · Mon Feb 23 11:25:20 2015 +1300
  78. c1715cf kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFS by Tom Rini · Sat Feb 07 07:03:00 2015 -0500
  79. 6e8e9b6 tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFS by Stefan Roese · Mon Jan 19 11:33:44 2015 +0100
  80. 28be1cf imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · Thu Jan 15 02:48:07 2015 -0200
  81. 4c40e35 tools/kwbimage.c: fix parser error handling by Andreas Bießmann · Fri Oct 24 23:25:52 2014 +0200
  82. f04dab4 fix: tools: kwbimage.c: Initialize headersz to suppress warning by Łukasz Majewski · Fri Nov 21 09:22:43 2014 +0100
  83. 8f9e583 ARM: kwimage: fix v0 format by Gerald Kerma · Fri Oct 31 01:03:27 2014 +0100
  84. 933918c tools/kwbimage: Fix compilation warning by Stefan Roese · Tue Oct 28 11:32:24 2014 +0100
  85. 7abec5b tools/kwbimage.c: fix build on darwin by Andreas Bießmann · Fri Oct 24 23:39:11 2014 +0200
  86. 3b8b19d tools: kwbimage: Add image version 1 support for Armada XP / 370 by Stefan Roese · Wed Oct 22 12:13:23 2014 +0200
  87. 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
  88. 9696eaa tools/Makefile: Move _GNU_SOURCE to Makefile by York Sun · Tue Jul 30 15:26:11 2013 -0700
  89. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  90. 22b1733 kwbimage: Fix check variable of checksum by Nobuhiro Iwamatsu · Tue May 10 17:33:08 2011 +0000
  91. f891690 Fix typo ("comand" instead of "command") by Loïc Minier · Tue Jan 04 02:32:35 2011 +0100
  92. faef8c2 kwbimage.c: Fix compile warning when building on 64 bit systems (again) by Wolfgang Denk · Tue Sep 15 21:13:27 2009 +0200
  93. 671c3d7 kwbimage.c: Fix compile warning when building on 64 bit systems by Wolfgang Denk · Fri Sep 11 08:58:11 2009 +0200
  94. 0732941 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · Mon Sep 07 15:05:02 2009 +0530