aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_nand.c
AgeCommit message (Expand)Author
2010-10-18Fix warning in nand unlock commandScott Wood
2010-10-11nand commands: make only "dump" repeatable.Scott Wood
2010-10-11nand erase: .spread, .part, .chip subcommandsScott Wood
2010-10-11cmd_nand: some infrastructure fixes and refactoringScott Wood
2010-08-09various cmd_* files: fixed layout a little bitFrans Meulenbroeks
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-12NAND: formatting cleanups from env.oob supportScott Wood
2010-07-12NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-05-21Fix "par[t]ition" typo.Wolfgang Denk
2010-03-23cmd_nand: show nand scrub confirmation characterFlorian Fainelli
2009-11-13cmd_nand: Move conditional compilation to MakefilePeter Tyser
2009-11-13cmd_nand: Remove duplicate includePeter Tyser
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood
2009-07-07nand/onenand: Fix missing argument checking for "markbad" commandWolfgang Denk
2009-06-12General help message cleanupWolfgang Denk
2009-04-28Separate mtdparts command from jffs2Ladislav Michl
2009-04-16cmd_nand: drop duplicate NULL ptr checkMike Frysinger
2009-03-23Enable multi chip support in the NAND layerWolfgang Grandegger
2009-03-20Separate mtdparts command from jffs2Stefan Roese
2009-03-17NAND: Have nboot accept .e and .i as legacy no-ops.Scott Wood
2009-03-17NAND: Make nboot skip bad blocksLadislav Michl
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2009-01-23nand: fixup printf modifiers to match types usedMike Frysinger
2009-01-23nand read.jffs2 (nand_legacy) in common/cmd_nand.cSchlaegl Manfred jun
2009-01-23NAND: Enable nand lock, unlock featureNishanth Menon
2008-10-29NAND: Align right column of the shorthelp with other commands.Scott Wood
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-12NAND read/write fixScott Wood
2008-08-12NAND: Always skip blocks on read/write/boot.Scott Wood
2008-08-12NAND: Fix compilation warning and small coding style issueStefan Roese
2008-08-12make nand dump and nand dump.oob workWilliam Juul
2008-08-12Whitespace cleanup and marking broken code.William Juul
2008-08-12Fixing coding style issuesWilliam Juul
2008-08-12Remove white space at end.William Juul
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul
2008-07-11Fix some more print() format errors.Wolfgang Denk
2008-07-10MTD/NAND: Fix printf format warning in nand codeStefan Roese
2008-06-30Delay FIT format check on sector based devicesMarian Balakowicz
2008-05-28Cleanup nand_info[] declaration.Stelian Pop
2008-04-30cmd_nand.c: fix another 'incompatible pointer type' warning.Wolfgang Denk
2008-04-28cmd_nand.c: fix "differ in signedness" problemWolfgang Denk
2008-04-28NAND: fix some strict-aliasing compiler warningsWolfgang Denk
2008-03-12[new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz
2008-03-12[new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz