summaryrefslogtreecommitdiffstats
path: root/common/cmd_nand.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning in nand unlock commandScott Wood2010-10-181-1/+1
* nand commands: make only "dump" repeatable.Scott Wood2010-10-111-8/+13
* nand erase: .spread, .part, .chip subcommandsScott Wood2010-10-111-6/+38
* cmd_nand: some infrastructure fixes and refactoringScott Wood2010-10-111-107/+167
* various cmd_* files: fixed layout a little bitFrans Meulenbroeks2010-08-091-1/+2
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-6/+3
* NAND: formatting cleanups from env.oob supportScott Wood2010-07-121-26/+28
* NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner2010-07-121-1/+106
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-3/+3
* Fix "par[t]ition" typo.Wolfgang Denk2010-05-211-1/+1
* cmd_nand: show nand scrub confirmation characterFlorian Fainelli2010-03-231-2/+8
* cmd_nand: Move conditional compilation to MakefilePeter Tyser2009-11-131-4/+0
* cmd_nand: Remove duplicate includePeter Tyser2009-11-131-8/+0
* Remove legacy NAND and disk on chip code.Scott Wood2009-07-161-412/+0
* nand/onenand: Fix missing argument checking for "markbad" commandWolfgang Denk2009-07-071-10/+21
* General help message cleanupWolfgang Denk2009-06-121-22/+23
* Separate mtdparts command from jffs2Ladislav Michl2009-04-281-5/+5
* cmd_nand: drop duplicate NULL ptr checkMike Frysinger2009-04-161-1/+1
* Enable multi chip support in the NAND layerWolfgang Grandegger2009-03-231-6/+15
* Separate mtdparts command from jffs2Stefan Roese2009-03-201-5/+5
* NAND: Have nboot accept .e and .i as legacy no-ops.Scott Wood2009-03-171-1/+1
* NAND: Make nboot skip bad blocksLadislav Michl2009-03-171-3/+2
* Command usage cleanupPeter Tyser2009-01-281-4/+4
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-8/+8
* nand: fixup printf modifiers to match types usedMike Frysinger2009-01-231-2/+2
* nand read.jffs2 (nand_legacy) in common/cmd_nand.cSchlaegl Manfred jun2009-01-231-4/+3
* NAND: Enable nand lock, unlock featureNishanth Menon2009-01-231-47/+49
* NAND: Align right column of the shorthelp with other commands.Scott Wood2008-10-291-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-19/+19
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-08-141-28/+28
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-3/+3
* NAND read/write fixScott Wood2008-08-121-27/+9
* NAND: Always skip blocks on read/write/boot.Scott Wood2008-08-121-13/+14
* NAND: Fix compilation warning and small coding style issueStefan Roese2008-08-121-3/+2
* make nand dump and nand dump.oob workWilliam Juul2008-08-121-19/+27
* Whitespace cleanup and marking broken code.William Juul2008-08-121-44/+52
* Fixing coding style issuesWilliam Juul2008-08-121-52/+58
* Remove white space at end.William Juul2008-08-121-1/+1
* Update MTD to that of Linux 2.6.22.1William Juul2008-08-121-142/+131
* Fix some more print() format errors.Wolfgang Denk2008-07-111-2/+2
* MTD/NAND: Fix printf format warning in nand codeStefan Roese2008-07-101-6/+6
* Delay FIT format check on sector based devicesMarian Balakowicz2008-06-301-18/+20
* Cleanup nand_info[] declaration.Stelian Pop2008-05-281-2/+0
* cmd_nand.c: fix another 'incompatible pointer type' warning.Wolfgang Denk2008-04-301-1/+1
* cmd_nand.c: fix "differ in signedness" problemWolfgang Denk2008-04-281-6/+7
* NAND: fix some strict-aliasing compiler warningsWolfgang Denk2008-04-281-9/+10
* [new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz2008-03-121-0/+4
* [new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz2008-03-121-23/+42
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-2/+2
* [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-16/+43
OpenPOWER on IntegriCloud