aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/otrx
Commit message (Expand)AuthorAgeFilesLines
* brcm47xx: rename target to bcm47xxAdrian Schmutzler2020-02-141-1/+1
* treewide: fix syntax errors exposed after kconfig updateJo-Philipp Wich2019-06-201-1/+1
* otrx: fix memory leak in otrx_create_append_zerosRafał Miłecki2017-11-171-0/+3
* otrx: bump buffer size in otrx_create_append_fileRafał Miłecki2017-11-171-1/+1
* otrx: drop unused otrx_create_parse_options functionRafał Miłecki2017-11-171-6/+0
* otrx: always align image to 0x1000Rafał Miłecki2017-11-161-1/+7
* otrx: add support for -A (append) and -a (align) optionsRafał Miłecki2017-11-141-1/+24
* otrx: optimize memory usage when creating TRX imageRafał Miłecki2017-11-141-14/+7
* otrx: use helper function when checking image's CRC32Rafał Miłecki2017-11-141-7/+3
* utils/otrx: drop Build/Prepare rule in favor of default oneAlexandru Ardelean2016-10-151-5/+0
* package: remove duplicate lines from otrx and nvram makefilesJo-Philipp Wich2016-04-261-1/+0
* package: flag further target specific packages as nonsharedJo-Philipp Wich2016-04-261-0/+2
* package: mark nvram and otrx nonshared as they're target specificJo-Philipp Wich2016-04-261-0/+1
* otrx: add extra compilation check before using __BYTE_ORDERRafał Miłecki2015-06-221-0/+4
* otrx: include endian.h to make __BYTE_ORDER work with muslRafał Miłecki2015-06-221-0/+1
* otrx: optimize memory usage by function checking TRX CRCRafał Miłecki2015-06-201-16/+18
* otrx: make crc32 table global for further optimizationsRafał Miłecki2015-06-201-67/+68
* otrx: support for creating simple TRX filesRafał Miłecki2015-04-141-0/+185
* otrx: change command line API to start with a modeRafał Miłecki2015-04-142-56/+70
* otrx: use %zd to fix printf format warningsRafał Miłecki2015-04-141-2/+2
* otrx: check TRX length read from header to avoid Segmentation faultRafał Miłecki2015-04-141-0/+6
* otrx: include byteswap.h to fix compilation with muslRafał Miłecki2015-04-141-0/+1
* otrx: support for extracting partitionsRafał Miłecki2015-04-121-1/+127
* otrx: new package with tiny app verifying TRX imagesRafał Miłecki2015-04-093-0/+287