- 3d7b93d kwbimage: Update help message about how to extract from an existing image by Pali Rohár · 3 years, 4 months ago
- aa6943c kwbimage: Add support for extracting images via dumpimage tool by Pali Rohár · 3 years, 4 months ago
- ad90675 tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes by Pali Rohár · 3 years, 4 months ago
- 19a81bd tools: dumpimage: Show error message when trying to extract data from kwbimage by Pali Rohár · 3 years, 4 months ago
- a18ae18 tools: dumpimage: Fix crashing when trying to extract data from kwbimage by Pali Rohár · 3 years, 4 months ago
- b4f3cc2 tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X by Pali Rohár · 3 years, 4 months ago
- f63c583 tools: kwbimage: Add support for a new DATA_DELAY command by Pali Rohár · 3 years, 4 months ago
- 02ba70a tools: kwbimage: Add support for DATA command also for v1 images by Pali Rohár · 3 years, 4 months ago
- c9b2134 tools: kwbimage: Don't parse PAYLOAD keyword by Pali Rohár · 3 years, 4 months ago
- d9fb82c tools: kwbimage: Add support for more BINARY headers by Pali Rohár · 3 years, 4 months ago
- 6458fd4 tools: kwbimage: Fix calculating size of binary header by Pali Rohár · 3 years, 4 months ago
- 6c7f152 tools: kwbimage: Change maximum number of arguments in binary header to 256 by Pali Rohár · 3 years, 4 months ago
- cc3443f tools: kwbimage: Use -a parameter (load address) for v1 images by Pali Rohár · 3 years, 4 months ago
- 34dcf95 tools: kwbimage: Print size of binary header in kwbimage_print_header() by Pali Rohár · 3 years, 4 months ago
- e0c243c tools: kwbimage: Validate data checksum of v1 images by Pali Rohár · 3 years, 4 months ago
- 9380445 tools: kwbimage: Validate extended headers of v1 images by Pali Rohár · 3 years, 4 months ago
- fe2c0e2 tools: kwbimage: Fix check for v0 extended header checksum by Pali Rohár · 3 years, 4 months ago
- 4efbf1c tools: kwbimage: Don't crash when binary file name does not contain '/' by Pali Rohár · 3 years, 4 months ago
- 501a54a tools: kwbimage: Fix generation of SATA, SDIO and PCIe images by Pali Rohár · 3 years, 4 months ago
- c934aad tools: kwbimage: Align SPI and NAND images to 256 bytes by Pali Rohár · 3 years, 4 months ago
- 37cb9c1 tools: kwbimage: Simplify aligning and calculating checksum by Pali Rohár · 3 years, 4 months ago
- e002ee7 tools: kwbimage: use common ALIGN to do the size align by Kever Yang · 4 years, 7 months ago
- 2251512 kwbimage: fixing the issue with proper return code checking by Young Xiao · 6 years ago
- 8cbafd1 tools: kwbimage: don't adjust for image_header for Armada MSYS by Chris Packham · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 6cd5678 kwbimage: Fix out of bounds access by Alexander Graf · 7 years ago
- a2d5efd tools/kwbimage: fix LibreSSL build by Jonathan Gray · 7 years ago
- db7cd4ed tools/kwbimage: fix v1 header verification by Baruch Siach · 7 years ago
- 56491f9 tools/kwbimage: Support building with LibreSSL by Marek Behún · 7 years ago
- 6cbf7ed arm: mvebu: kwbimage: inline function to fix use-after-free by Patrick Wildt · 7 years ago
- e15843b tools: kwbimage fix build with OpenSSL 1.1.x by Jelle van der Waa · 8 years ago
- 1f6c8a5 tools: kwbimage: Fix unchecked return value and fd leak by Mario Six · 8 years ago
- a1b6b0a arm: mvebu: Implement secure boot by Mario Six · 8 years ago
- 4991b4f tools: kwbimage: Refactor line parsing and fix error by Mario Six · 8 years ago
- 79066ef tools: kwbimage: Factor out add_binary_header_v1 by Mario Six · 8 years ago
- e93cf53 tools: kwbimage: Remove unused parameter by Mario Six · 8 years ago
- e89016c tools: kwbimage: Reduce scope of variables by Mario Six · 8 years ago
- 885fba1 tools: kwbimage: Fix arithmetic with void pointers by Mario Six · 8 years ago
- 94490a4 tools: kwbimage: Fix style violations by Mario Six · 8 years ago
- 94084ee tools: kwbimage: Fix dest addr by Mario Six · 8 years ago
- 2611c05 tools/kwbimage: add DEBUG option by Chris Packham · 8 years ago
- 4bdb547 tools/kwbimage: add BAUDRATE option by Chris Packham · 8 years ago
- 76b391c tools/kwbimage: fix size computations for v1 images by Reinhard Pfau · 9 years ago
- a8840dc tools/kwbimage: fix endianess issue by Reinhard Pfau · 9 years ago
- 7772085 tools/kwbimage.c: Make sure that the resulting image is 4-byte aligned by Stefan Roese · 9 years ago
- ea8b687 tools/kwbimage.c: Fix generation of binary header by Stefan Roese · 9 years ago
- 9b163d8 kwbimage: Align payload size to 4 bytes by Stefan Roese · 9 years ago
- e29f1db tools: kwboot: Add support for UART boot mode patching for Armada XP/38x by Stefan Roese · 9 years ago
- 7ddf8cf kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS by Stefan Roese · 9 years ago
- 1bbe63c kwbimage: Add support for SDIO/MMC boot device selection by Stefan Roese · 9 years ago
- a0aad12 tools/kwbimage.c: Correct header size for SPI boot by Kevin Smith · 10 years ago
- c250ce0 kwbimage: align v1 binary header to 4B by Chris Packham · 10 years ago
- e35c6c7 kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFS by Tom Rini · 10 years ago
- 5632e58 tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFS by Stefan Roese · 10 years ago
- a93648d imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · 10 years ago
- f411b8f tools/kwbimage.c: fix parser error handling by Andreas Bießmann · 10 years ago
- 93e9371 fix: tools: kwbimage.c: Initialize headersz to suppress warning by Łukasz Majewski · 10 years ago
- 26f195c ARM: kwimage: fix v0 format by Gerald Kerma · 10 years ago
- 934a529 tools/kwbimage: Fix compilation warning by Stefan Roese · 10 years ago
- e5f1a58 tools/kwbimage.c: fix build on darwin by Andreas Bießmann · 10 years ago
- 4acd2d2 tools: kwbimage: Add image version 1 support for Armada XP / 370 by Stefan Roese · 10 years ago
- f86ed6a tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · 11 years ago
- 2db1c3f tools/Makefile: Move _GNU_SOURCE to Makefile by York Sun · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 3500e9a kwbimage: Fix check variable of checksum by Nobuhiro Iwamatsu · 14 years ago
- 47aa51c Fix typo ("comand" instead of "command") by Loïc Minier · 14 years ago
- ceb2d57 kwbimage.c: Fix compile warning when building on 64 bit systems (again) by Wolfgang Denk · 15 years ago
- 51003b8 kwbimage.c: Fix compile warning when building on 64 bit systems by Wolfgang Denk · 15 years ago
- aa0c7a8 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago