summaryrefslogtreecommitdiffstats
path: root/commands/nand.c
Commit message (Expand)AuthorAgeFilesLines
* nand command: fix null pointer when adding/deleting a bb deviceOleg.Karfich@wago.com2018-08-171-3/+8
* mtd: nand: Add option to print bbt in nand commandSascha Hauer2016-03-151-11/+40
* mtd: Add support for marking blocks as goodSascha Hauer2016-03-151-5/+29
* mtd: core: check offset in mtd_block_markbadStefan Christ2016-02-231-2/+7
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-7/+8
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* nand command: check for <dev> directly after option parsingSascha Hauer2013-03-041-15/+16
* nand command: use enumeration for command instead of bitmaskSascha Hauer2013-03-041-6/+6
* nand command: use loff_t for block offsetSascha Hauer2013-03-041-5/+6
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* mtd: fix bad block ioctlsSascha Hauer2012-07-101-1/+2
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* nand bb: add proper bb remove functionSascha Hauer2011-04-121-12/+1
* nand bb: switch to cdev operationsSascha Hauer2011-04-121-1/+1
* nand: move bb handling code to drivers/mtd/nandSascha Hauer2011-04-121-248/+0
* devfs: remove unused struct filep* argument from open/closeSascha Hauer2011-04-111-2/+2
* nand: Make write support optionalSascha Hauer2011-04-041-1/+6
* nand: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* 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