summaryrefslogtreecommitdiffstats
path: root/commands/nand.c
Commit message (Expand)AuthorAgeFilesLines
* Make some help comments less confusingJuergen Beisert2010-03-181-1/+1
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* commands/nand.c: Fix memory holeSascha Hauer2009-12-211-5/+17
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-3/+3
* nand bb: Be sure that fd is at the beginning when erasingSascha Hauer2009-12-101-0/+2
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* call getopt_reset only onceSascha Hauer2009-10-191-2/+0
* nand bb: fix handling of two subsequent bad blocksSascha Hauer2009-10-121-0/+1
* nand bb: fix removal of bb devicesSascha Hauer2009-09-111-5/+3
* nand bb: fix check when erasing a bb deviceSascha Hauer2009-09-111-2/+2
* nand bb: Fix writing of nand page unaligned dataSascha Hauer2009-08-131-14/+53
* Get rid of remaining DEVICE_TYPE_* usageSascha Hauer2009-07-211-4/+0
* introduce cdevSascha Hauer2009-07-211-77/+67
* fix compiler warningSascha Hauer2009-03-191-2/+1
* Commands:NAND: Rmove unwanted prints remove unwanted prints which can interfe...Nishanth Menon2008-09-151-2/+2
* NAND: Calculate size of bb devicesSascha Hauer2008-09-031-2/+24
* NAND: fix reading of bad block aware devicesSascha Hauer2008-09-031-2/+4
* nand: add nand -b for marking blocks as badSascha Hauer2008-09-021-13/+43
* nand: Allow adding/removing of more than one bad block aware device at onceSascha Hauer2008-08-131-63/+107
* NAND: nand command updatesSascha Hauer2008-08-131-16/+43
* [NAND] continue to make it work. Now works partly on at91sam9260Sascha Hauer2008-06-061-15/+19
* add basic at91sam9260 support. Currently only second stageSascha Hauer2008-06-061-0/+205