summaryrefslogtreecommitdiff
path: root/tools/kwbimage.c
AgeCommit message (Expand)Author
2019-05-03kwbimage: fixing the issue with proper return code checkingYoung Xiao
2019-04-12tools: kwbimage: don't adjust for image_header for Armada MSYSChris Packham
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-30kwbimage: Fix out of bounds accessAlexander Graf
2018-02-23tools/kwbimage: fix LibreSSL buildJonathan Gray
2017-07-12tools/kwbimage: fix v1 header verificationBaruch Siach
2017-06-09tools/kwbimage: Support building with LibreSSLMarek Behún
2017-05-31arm: mvebu: kwbimage: inline function to fix use-after-freePatrick Wildt
2017-05-12tools: kwbimage fix build with OpenSSL 1.1.xJelle van der Waa
2017-02-17tools: kwbimage: Fix unchecked return value and fd leakMario Six
2017-02-01arm: mvebu: Implement secure bootMario Six
2017-02-01tools: kwbimage: Refactor line parsing and fix errorMario Six
2017-02-01tools: kwbimage: Factor out add_binary_header_v1Mario Six
2017-02-01tools: kwbimage: Remove unused parameterMario Six
2017-02-01tools: kwbimage: Reduce scope of variablesMario Six
2017-02-01tools: kwbimage: Fix arithmetic with void pointersMario Six
2017-02-01tools: kwbimage: Fix style violationsMario Six
2017-02-01tools: kwbimage: Fix dest addrMario Six
2016-12-01tools/kwbimage: add DEBUG optionChris Packham
2016-12-01tools/kwbimage: add BAUDRATE optionChris Packham
2015-11-29tools/kwbimage: fix size computations for v1 imagesReinhard Pfau
2015-11-29tools/kwbimage: fix endianess issueReinhard Pfau
2015-11-29tools/kwbimage.c: Make sure that the resulting image is 4-byte alignedStefan Roese
2015-11-17tools/kwbimage.c: Fix generation of binary headerStefan Roese
2015-10-21kwbimage: Align payload size to 4 bytesStefan Roese
2015-10-01tools: kwboot: Add support for UART boot mode patching for Armada XP/38xStefan Roese
2015-07-24kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFSStefan Roese
2015-07-24kwbimage: Add support for SDIO/MMC boot device selectionStefan Roese
2015-06-14tools/kwbimage.c: Correct header size for SPI bootKevin Smith
2015-03-05kwbimage: align v1 binary header to 4BChris Packham
2015-02-07kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFSTom Rini
2015-02-06tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFSStefan Roese
2015-01-29imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira
2015-01-11tools/kwbimage.c: fix parser error handlingAndreas Bießmann
2015-01-10fix: tools: kwbimage.c: Initialize headersz to suppress warningŁukasz Majewski
2014-11-04ARM: kwimage: fix v0 formatGerald Kerma
2014-10-31tools/kwbimage: Fix compilation warningStefan Roese
2014-10-31tools/kwbimage.c: fix build on darwinAndreas Bießmann
2014-10-23tools: kwbimage: Add image version 1 support for Armada XP / 370Stefan Roese
2013-12-13tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira
2013-08-16tools/Makefile: Move _GNU_SOURCE to MakefileYork Sun
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2011-05-12kwbimage: Fix check variable of checksumNobuhiro Iwamatsu
2011-01-19Fix typo ("comand" instead of "command")Loïc Minier
2009-09-15kwbimage.c: Fix compile warning when building on 64 bit systems (again)Wolfgang Denk
2009-09-11kwbimage.c: Fix compile warning when building on 64 bit systemsWolfgang Denk
2009-09-10mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar