summaryrefslogtreecommitdiff
path: root/tools/kwbimage.c
Commit message (Expand)AuthorAgeFilesLines
* kwbimage: Update help message about how to extract from an existing imagePali Rohár2021-07-311-1/+1
* kwbimage: Add support for extracting images via dumpimage toolPali Rohár2021-07-311-8/+64
* tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytesPali Rohár2021-07-311-13/+0
* tools: dumpimage: Show error message when trying to extract data from kwbimagePali Rohár2021-07-311-0/+5
* tools: dumpimage: Fix crashing when trying to extract data from kwbimagePali Rohár2021-07-311-1/+1
* tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38XPali Rohár2021-07-311-22/+0
* tools: kwbimage: Add support for a new DATA_DELAY commandPali Rohár2021-07-311-1/+23
* tools: kwbimage: Add support for DATA command also for v1 imagesPali Rohár2021-07-311-1/+31
* tools: kwbimage: Don't parse PAYLOAD keywordPali Rohár2021-07-311-13/+0
* tools: kwbimage: Add support for more BINARY headersPali Rohár2021-07-311-31/+28
* tools: kwbimage: Fix calculating size of binary headerPali Rohár2021-07-311-9/+2
* tools: kwbimage: Change maximum number of arguments in binary header to 256Pali Rohár2021-07-311-1/+1
* tools: kwbimage: Use -a parameter (load address) for v1 imagesPali Rohár2021-07-311-9/+1
* tools: kwbimage: Print size of binary header in kwbimage_print_header()Pali Rohár2021-07-311-0/+24
* tools: kwbimage: Validate data checksum of v1 imagesPali Rohár2021-07-311-0/+43
* tools: kwbimage: Validate extended headers of v1 imagesPali Rohár2021-07-311-0/+29
* tools: kwbimage: Fix check for v0 extended header checksumPali Rohár2021-07-311-7/+11
* tools: kwbimage: Don't crash when binary file name does not contain '/'Pali Rohár2021-07-311-1/+1
* tools: kwbimage: Fix generation of SATA, SDIO and PCIe imagesPali Rohár2021-07-311-0/+25
* tools: kwbimage: Align SPI and NAND images to 256 bytesPali Rohár2021-07-311-1/+18
* tools: kwbimage: Simplify aligning and calculating checksumPali Rohár2021-07-311-21/+15
* tools: kwbimage: use common ALIGN to do the size alignKever Yang2020-04-241-4/+4
* kwbimage: fixing the issue with proper return code checkingYoung Xiao2019-05-031-1/+1
* tools: kwbimage: don't adjust for image_header for Armada MSYSChris Packham2019-04-121-0/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* kwbimage: Fix out of bounds accessAlexander Graf2018-03-301-0/+4
* tools/kwbimage: fix LibreSSL buildJonathan Gray2018-02-231-2/+3
* tools/kwbimage: fix v1 header verificationBaruch Siach2017-07-121-6/+28
* tools/kwbimage: Support building with LibreSSLMarek Behún2017-06-091-1/+1
* arm: mvebu: kwbimage: inline function to fix use-after-freePatrick Wildt2017-05-311-45/+48
* tools: kwbimage fix build with OpenSSL 1.1.xJelle van der Waa2017-05-121-6/+30
* tools: kwbimage: Fix unchecked return value and fd leakMario Six2017-02-171-2/+11
* arm: mvebu: Implement secure bootMario Six2017-02-011-6/+738
* tools: kwbimage: Refactor line parsing and fix errorMario Six2017-02-011-71/+106
* tools: kwbimage: Factor out add_binary_header_v1Mario Six2017-02-011-67/+79
* tools: kwbimage: Remove unused parameterMario Six2017-02-011-4/+3
* tools: kwbimage: Reduce scope of variablesMario Six2017-02-011-4/+5
* tools: kwbimage: Fix arithmetic with void pointersMario Six2017-02-011-10/+12
* tools: kwbimage: Fix style violationsMario Six2017-02-011-8/+17
* tools: kwbimage: Fix dest addrMario Six2017-02-011-1/+2
* tools/kwbimage: add DEBUG optionChris Packham2016-12-011-0/+9
* tools/kwbimage: add BAUDRATE optionChris Packham2016-12-011-0/+31
* tools/kwbimage: fix size computations for v1 imagesReinhard Pfau2015-11-291-3/+4
* tools/kwbimage: fix endianess issueReinhard Pfau2015-11-291-19/+24
* tools/kwbimage.c: Make sure that the resulting image is 4-byte alignedStefan Roese2015-11-291-1/+9
* tools/kwbimage.c: Fix generation of binary headerStefan Roese2015-11-171-3/+9
* kwbimage: Align payload size to 4 bytesStefan Roese2015-10-211-0/+3
* tools: kwboot: Add support for UART boot mode patching for Armada XP/38xStefan Roese2015-10-011-94/+0
* kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFSStefan Roese2015-07-241-6/+6
* kwbimage: Add support for SDIO/MMC boot device selectionStefan Roese2015-07-241-0/+1