aboutsummaryrefslogtreecommitdiff
path: root/tools/kwbimage.c
AgeCommit message (Expand)Author
2021-07-31tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytesPali Rohár
2021-07-31tools: dumpimage: Show error message when trying to extract data from kwbimagePali Rohár
2021-07-31tools: dumpimage: Fix crashing when trying to extract data from kwbimagePali Rohár
2021-07-31tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38XPali Rohár
2021-07-31tools: kwbimage: Add support for a new DATA_DELAY commandPali Rohár
2021-07-31tools: kwbimage: Add support for DATA command also for v1 imagesPali Rohár
2021-07-31tools: kwbimage: Don't parse PAYLOAD keywordPali Rohár
2021-07-31tools: kwbimage: Add support for more BINARY headersPali Rohár
2021-07-31tools: kwbimage: Fix calculating size of binary headerPali Rohár
2021-07-31tools: kwbimage: Change maximum number of arguments in binary header to 256Pali Rohár
2021-07-31tools: kwbimage: Use -a parameter (load address) for v1 imagesPali Rohár
2021-07-31tools: kwbimage: Print size of binary header in kwbimage_print_header()Pali Rohár
2021-07-31tools: kwbimage: Validate data checksum of v1 imagesPali Rohár
2021-07-31tools: kwbimage: Validate extended headers of v1 imagesPali Rohár
2021-07-31tools: kwbimage: Fix check for v0 extended header checksumPali Rohár
2021-07-31tools: kwbimage: Don't crash when binary file name does not contain '/'Pali Rohár
2021-07-31tools: kwbimage: Fix generation of SATA, SDIO and PCIe imagesPali Rohár
2021-07-31tools: kwbimage: Align SPI and NAND images to 256 bytesPali Rohár
2021-07-31tools: kwbimage: Simplify aligning and calculating checksumPali Rohár
2020-04-24tools: kwbimage: use common ALIGN to do the size alignKever Yang
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