summaryrefslogtreecommitdiffstats
path: root/commands/nandtest.c
Commit message (Expand)AuthorAgeFilesLines
* commands: nandtest: Fix wrong format specifierSascha Hauer2016-03-301-1/+1
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-10/+11
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* treewide: fix signedness mixups in printf format specifiersLucas Stach2014-04-231-1/+1
* mtd: Update internal API to support 64-bit device sizeDmitry Lavnikevich2014-03-121-1/+1
* commands: nandtest: Fix signed/unsigned arguments for printfAlexander Shiyan2013-11-111-2/+2
* commands: nandtest: Fix incorrect size for memset in do_nandtestAlexander Shiyan2013-07-091-1/+1
* nandtest: fix length calculationAlexander Aring2013-02-201-4/+4
* fs: add pread and pwrite functionsAlexander Aring2013-02-201-30/+6
* nandtest: add another constraints checkAlexander Aring2012-10-231-0/+7
* nandtest: use loff_t instead off_tAlexander Aring2012-10-231-29/+28
* nandtest: clean up codeAlexander Aring2012-10-231-18/+16
* nandtest: use get_random_bytes instead of for loopAlexander Aring2012-10-231-4/+1
* nandtest: change flash length variable typeAlexander Aring2012-10-231-7/+6
* nandtest: rename command argument p to iAlexander Aring2012-10-231-8/+8
* nandtest: add progressbar instead of offset printAlexander Aring2012-10-231-17/+25
* nandtest: stat ecc per page not per eraseblockAlexander Aring2012-10-231-31/+39
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* mtd: fix bad block ioctlsSascha Hauer2012-07-101-2/+2
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* nandtest: fix typoAlexander Aring2012-01-061-1/+1
* nandtest: add nandtest commandAlexander Aring2012-01-041-0/+364