- f8f134d tools: kwbimage: Properly set srcaddr in kwbimage v0 by Pali Rohár · 3 years, 1 month ago
- ecb3ca7 tools: kwbimage: Properly calculate and align kwbimage v0 header size by Pali Rohár · 3 years, 1 month ago
- e411842 tools: kwbimage: Fill the real header size into the main header by Pali Rohár · 3 years, 1 month ago
- 14c0596 tools: kwbimage: Align kwbimage header to proper size by Pali Rohár · 3 years, 1 month ago
- dce60c5 tools: kwbimage: Do not put final image padding to the image data size by Pali Rohár · 3 years, 1 month ago
- deba0ad tools: kwbimage: Align final UART image to 128 bytes by Pali Rohár · 3 years, 1 month ago
- ac0c348 tools: kwbimage: Remove unused enums and prototypes by Pali Rohár · 3 years, 1 month ago
- 17414cb tools: kwbimage: Fix validation of kwbimage v0 by Pali Rohár · 3 years, 1 month ago
- 1e2d7fb tools: kwbimage: Set BOOT_FROM by default to SPI by Pali Rohár · 3 years, 1 month ago
- c990f94 tools: kwbimage: Explicitly set version also for kwbimage v0 by Pali Rohár · 3 years, 1 month ago
- d884094 tools: kwbimage: Add support for new commands UART_PORT and UART_MPP by Pali Rohár · 3 years, 1 month ago
- bf9a89e tools: kwbimage: Add support for NAND_PAGE_SIZE command also for v1 images by Pali Rohár · 3 years, 1 month ago
- 46ebc0e tools: kwbimage: Align BIN header executable code to 128-bit boundary by Pali Rohár · 3 years, 1 month ago
- beddea8 tools: kwbimage: Update comments describing kwbimage v1 structures by Pali Rohár · 3 years, 2 months ago
- d1b0b03 tools: kwbimage: Refactor kwbimage header size determination by Marek Behún · 3 years, 2 months ago
- fa9caec tools: kwbimage: Refactor image_version() by Marek Behún · 3 years, 2 months ago
- b1a7650 tools: kwbimage: Simplify iteration over version 1 optional headers by Marek Behún · 3 years, 3 months ago
- f7b7f7c tools: kwbimage: Fix printf format warning by Marek Behún · 3 years, 2 months ago
- bebe146 tools: kwbimage: Remove comment about unimplemented register headers in v1 images by Pali Rohár · 3 years, 3 months ago
- d8f0f1a kwbimage: check return value of image_get_csk_index by Heinrich Schuchardt · 3 years, 3 months ago
- 379ec09 kwbimage: check fopen() return value by Heinrich Schuchardt · 3 years, 3 months ago
- 611a16b tools: kwbimage: Use IBR_HDR_* constants instead of raw numbers by Pali Rohár · 3 years, 4 months ago
- e27c00b tools: kwbimage: Verify size of image data by Pali Rohár · 3 years, 4 months ago
- a98cc27 tools: kwbimage: Verify size of v0 image header by Pali Rohár · 3 years, 4 months ago
- 010e252 tools: kwbimage: Verify supported image version by Pali Rohár · 3 years, 4 months ago
- 18d8ea9 kwbimage: Update help message about how to extract from an existing image by Pali Rohár · 3 years, 4 months ago
- 5ec2c58 kwbimage: Add support for extracting images via dumpimage tool by Pali Rohár · 3 years, 4 months ago
- 16bf703 tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes by Pali Rohár · 3 years, 4 months ago
- 99534ec tools: dumpimage: Show error message when trying to extract data from kwbimage by Pali Rohár · 3 years, 4 months ago
- a265629 tools: dumpimage: Fix crashing when trying to extract data from kwbimage by Pali Rohár · 3 years, 4 months ago
- 39f3896 tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X by Pali Rohár · 3 years, 4 months ago
- c0cfd1a tools: kwbimage: Add support for a new DATA_DELAY command by Pali Rohár · 3 years, 4 months ago
- fbe10ac tools: kwbimage: Add support for DATA command also for v1 images by Pali Rohár · 3 years, 4 months ago
- 1be2ad1 tools: kwbimage: Don't parse PAYLOAD keyword by Pali Rohár · 3 years, 4 months ago
- e0a6dc7 tools: kwbimage: Add support for more BINARY headers by Pali Rohár · 3 years, 4 months ago
- d79cbc9 tools: kwbimage: Fix calculating size of binary header by Pali Rohár · 3 years, 4 months ago
- 13b7040 tools: kwbimage: Change maximum number of arguments in binary header to 256 by Pali Rohár · 3 years, 4 months ago
- f8171a5 tools: kwbimage: Use -a parameter (load address) for v1 images by Pali Rohár · 3 years, 4 months ago
- cd614ad tools: kwbimage: Print size of binary header in kwbimage_print_header() by Pali Rohár · 3 years, 4 months ago
- 48bc68c tools: kwbimage: Validate data checksum of v1 images by Pali Rohár · 3 years, 4 months ago
- fdb575a tools: kwbimage: Validate extended headers of v1 images by Pali Rohár · 3 years, 4 months ago
- 03345b9 tools: kwbimage: Fix check for v0 extended header checksum by Pali Rohár · 3 years, 4 months ago
- eba7819 tools: kwbimage: Don't crash when binary file name does not contain '/' by Pali Rohár · 3 years, 4 months ago
- 6f6f65e tools: kwbimage: Fix generation of SATA, SDIO and PCIe images by Pali Rohár · 3 years, 4 months ago
- 0478515 tools: kwbimage: Align SPI and NAND images to 256 bytes by Pali Rohár · 3 years, 4 months ago
- cfb60a9 tools: kwbimage: Simplify aligning and calculating checksum by Pali Rohár · 3 years, 4 months ago
- 0b21cde tools: kwbimage: use common ALIGN to do the size align by Kever Yang · 4 years, 8 months ago
- da575f5 kwbimage: fixing the issue with proper return code checking by Young Xiao · 6 years ago
- 229b0e5 tools: kwbimage: don't adjust for image_header for Armada MSYS by Chris Packham · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 22e87fc kwbimage: Fix out of bounds access by Alexander Graf · 7 years ago
- 237d059 tools/kwbimage: fix LibreSSL build by Jonathan Gray · 7 years ago
- 4a5b99b tools/kwbimage: fix v1 header verification by Baruch Siach · 7 years ago
- 58444c7 tools/kwbimage: Support building with LibreSSL by Marek Behún · 7 years ago
- ef84f82 arm: mvebu: kwbimage: inline function to fix use-after-free by Patrick Wildt · 8 years ago
- e0e5559 tools: kwbimage fix build with OpenSSL 1.1.x by Jelle van der Waa · 8 years ago
- e3edf16 tools: kwbimage: Fix unchecked return value and fd leak by Mario Six · 8 years ago
- 10d1449 arm: mvebu: Implement secure boot by Mario Six · 8 years ago
- 62da676 tools: kwbimage: Refactor line parsing and fix error by Mario Six · 8 years ago
- 030ca16 tools: kwbimage: Factor out add_binary_header_v1 by Mario Six · 8 years ago
- 855cf9e tools: kwbimage: Remove unused parameter by Mario Six · 8 years ago
- 6f27363 tools: kwbimage: Reduce scope of variables by Mario Six · 8 years ago
- 7497cd6 tools: kwbimage: Fix arithmetic with void pointers by Mario Six · 8 years ago
- d6009d7 tools: kwbimage: Fix style violations by Mario Six · 8 years ago
- 7e40763 tools: kwbimage: Fix dest addr by Mario Six · 8 years ago
- 1e0728a tools/kwbimage: add DEBUG option by Chris Packham · 8 years ago
- 883bf45 tools/kwbimage: add BAUDRATE option by Chris Packham · 8 years ago
- 5286c0d tools/kwbimage: fix size computations for v1 images by Reinhard Pfau · 9 years ago
- 3efeaae tools/kwbimage: fix endianess issue by Reinhard Pfau · 9 years ago
- da43fd3 tools/kwbimage.c: Make sure that the resulting image is 4-byte aligned by Stefan Roese · 9 years ago
- a4279a5 tools/kwbimage.c: Fix generation of binary header by Stefan Roese · 9 years ago
- 48676a3 kwbimage: Align payload size to 4 bytes by Stefan Roese · 9 years ago
- c74165d tools: kwboot: Add support for UART boot mode patching for Armada XP/38x by Stefan Roese · 9 years ago
- 69e9dde kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS by Stefan Roese · 9 years ago
- 539fe4a kwbimage: Add support for SDIO/MMC boot device selection by Stefan Roese · 9 years ago
- 8880949 tools/kwbimage.c: Correct header size for SPI boot by Kevin Smith · 10 years ago
- 3a1fc23 kwbimage: align v1 binary header to 4B by Chris Packham · 10 years ago
- c1715cf kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFS by Tom Rini · 10 years ago
- 6e8e9b6 tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFS by Stefan Roese · 10 years ago
- 28be1cf imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · 10 years ago
- 4c40e35 tools/kwbimage.c: fix parser error handling by Andreas Bießmann · 10 years ago
- f04dab4 fix: tools: kwbimage.c: Initialize headersz to suppress warning by Łukasz Majewski · 10 years ago
- 8f9e583 ARM: kwimage: fix v0 format by Gerald Kerma · 10 years ago
- 933918c tools/kwbimage: Fix compilation warning by Stefan Roese · 10 years ago
- 7abec5b tools/kwbimage.c: fix build on darwin by Andreas Bießmann · 10 years ago
- 3b8b19d tools: kwbimage: Add image version 1 support for Armada XP / 370 by Stefan Roese · 10 years ago
- 8ed4d1c tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · 11 years ago
- 9696eaa tools/Makefile: Move _GNU_SOURCE to Makefile by York Sun · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 22b1733 kwbimage: Fix check variable of checksum by Nobuhiro Iwamatsu · 14 years ago
- f891690 Fix typo ("comand" instead of "command") by Loïc Minier · 14 years ago
- faef8c2 kwbimage.c: Fix compile warning when building on 64 bit systems (again) by Wolfgang Denk · 15 years ago
- 671c3d7 kwbimage.c: Fix compile warning when building on 64 bit systems by Wolfgang Denk · 15 years ago
- 0732941 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago