aboutsummaryrefslogtreecommitdiff
path: root/tools/kwbimage.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-29tools/kwbimage: fix size computations for v1 imagesReinhard Pfau1-3/+4
2015-11-29tools/kwbimage: fix endianess issueReinhard Pfau1-19/+24
2015-11-29tools/kwbimage.c: Make sure that the resulting image is 4-byte alignedStefan Roese1-1/+9
2015-11-17tools/kwbimage.c: Fix generation of binary headerStefan Roese1-3/+9
2015-10-21kwbimage: Align payload size to 4 bytesStefan Roese1-0/+3
2015-10-01tools: kwboot: Add support for UART boot mode patching for Armada XP/38xStefan Roese1-94/+0
2015-07-24kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFSStefan Roese1-6/+6
2015-07-24kwbimage: Add support for SDIO/MMC boot device selectionStefan Roese1-0/+1
2015-06-14tools/kwbimage.c: Correct header size for SPI bootKevin Smith1-10/+12
2015-03-05kwbimage: align v1 binary header to 4BChris Packham1-0/+1
2015-02-07kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFSTom Rini1-1/+0
2015-02-06tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFSStefan Roese1-0/+11
2015-01-29imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira1-16/+14
2015-01-11tools/kwbimage.c: fix parser error handlingAndreas Bießmann1-6/+8
2015-01-10fix: tools: kwbimage.c: Initialize headersz to suppress warningŁukasz Majewski1-1/+1
2014-11-04ARM: kwimage: fix v0 formatGerald Kerma1-4/+6
2014-10-31tools/kwbimage: Fix compilation warningStefan Roese1-6/+17
2014-10-31tools/kwbimage.c: fix build on darwinAndreas Bießmann1-3/+11
2014-10-23tools: kwbimage: Add image version 1 support for Armada XP / 370Stefan Roese1-268/+782
2013-12-13tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira1-5/+5
2013-08-16tools/Makefile: Move _GNU_SOURCE to MakefileYork Sun1-3/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2011-05-12kwbimage: Fix check variable of checksumNobuhiro Iwamatsu1-1/+1
2011-01-19Fix typo ("comand" instead of "command")Loïc Minier1-1/+1
2009-09-15kwbimage.c: Fix compile warning when building on 64 bit systems (again)Wolfgang Denk1-1/+1
2009-09-11kwbimage.c: Fix compile warning when building on 64 bit systemsWolfgang Denk1-1/+1
2009-09-10mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar1-0/+405