aboutsummaryrefslogtreecommitdiff
path: root/miscutils/nandwrite.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make --help texts more uniformDenys Vlasenko2017-01-211-2/+2
* nandwrite: implement -n (read/write without ecc)Aaro Koskinen2016-01-021-8/+14
* nanddump: don't show --bb in usage when disabledBaruch Siach2014-12-181-1/+3
* nandwrite: fix build when long options are disabledBaruch Siach2014-12-171-3/+4
* nanddump: change default to --bb=skipbadRichard Genoud2014-06-251-1/+1
* nanddump: kill -b Omit bad blockRichard Genoud2014-06-251-26/+12
* nanddump: add options --bb=skipbad and padbadRichard Genoud2014-06-251-9/+56
* nanddump: correct rounding to next page (lead to infinite loop)Richard Genoud2014-06-251-2/+2
* nanddump: fix build if nandwrite isn't enabledAlexander Shiyan2013-03-151-4/+4
* nanddump: invert the meaning of the -o parameter to match upstreamBaruch Siach2012-10-151-4/+4
* nanddump: skip bad blocks when instructed to do soBaruch Siach2012-10-151-1/+1
* nanddump: use the right operator of logic ANDBaruch Siach2012-10-151-1/+1
* nanddump: make dumping read-only partitions workMatt Reimer2012-06-131-1/+1
* conspy,nandwrite,nanddump: enable in defconfigDenys Vlasenko2011-08-131-8/+8
* typo fixesDan Fandrich2011-07-081-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-2/+2
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
* *: whitespace fixesDenys Vlasenko2010-10-281-6/+6
* nanddump: make oobbuf allocation dynamicBaruch Siach2010-10-181-6/+6
* nanddump: new appletBaruch Siach2010-10-181-28/+127
* nandwrite: always check the first erase blockBaruch Siach2010-08-291-2/+14
* nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-291-0/+2
* nandwrite: allow hex values in the -s parameterBaruch Siach2010-08-291-1/+1
* nandwrite: new appletBaruch Siach2010-08-251-0/+128