aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_nand.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-25autostart: unify duplicated logic into the bootm codeMike Frysinger1-14/+2
2011-07-01cmd_nand: add nand write.trimffs commandBen Gardiner1-0/+16
2011-07-01nand_util: convert nand_write_skip_bad() to flagsBen Gardiner1-1/+2
2011-05-24cmd_nand: fix help of nand erase subcommandDaniel Hobi1-1/+1
2011-01-12NAND: add the ability to directly write yaffs imageLei Wen1-1/+14
2011-01-11Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk1-2/+2
2010-11-28boot cmds: convert to getenv_yesno() with autostartMike Frysinger1-2/+2
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger1-1/+0
2010-10-18Fix warning in nand unlock commandScott Wood1-1/+1
2010-10-11nand commands: make only "dump" repeatable.Scott Wood1-8/+13
2010-10-11nand erase: .spread, .part, .chip subcommandsScott Wood1-6/+38
2010-10-11cmd_nand: some infrastructure fixes and refactoringScott Wood1-107/+167
2010-08-09various cmd_* files: fixed layout a little bitFrans Meulenbroeks1-1/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-6/+3
2010-07-12NAND: formatting cleanups from env.oob supportScott Wood1-26/+28
2010-07-12NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner1-1/+106
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2010-05-21Fix "par[t]ition" typo.Wolfgang Denk1-1/+1
2010-03-23cmd_nand: show nand scrub confirmation characterFlorian Fainelli1-2/+8
2009-11-13cmd_nand: Move conditional compilation to MakefilePeter Tyser1-4/+0
2009-11-13cmd_nand: Remove duplicate includePeter Tyser1-8/+0
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood1-412/+0
2009-07-07nand/onenand: Fix missing argument checking for "markbad" commandWolfgang Denk1-10/+21
2009-06-12General help message cleanupWolfgang Denk1-22/+23
2009-04-28Separate mtdparts command from jffs2Ladislav Michl1-5/+5
2009-04-16cmd_nand: drop duplicate NULL ptr checkMike Frysinger1-1/+1
2009-03-23Enable multi chip support in the NAND layerWolfgang Grandegger1-6/+15
2009-03-20Separate mtdparts command from jffs2Stefan Roese1-5/+5
2009-03-17NAND: Have nboot accept .e and .i as legacy no-ops.Scott Wood1-1/+1
2009-03-17NAND: Make nboot skip bad blocksLadislav Michl1-3/+2
2009-01-28Command usage cleanupPeter Tyser1-4/+4
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-8/+8
2009-01-23nand: fixup printf modifiers to match types usedMike Frysinger1-2/+2
2009-01-23nand read.jffs2 (nand_legacy) in common/cmd_nand.cSchlaegl Manfred jun1-4/+3
2009-01-23NAND: Enable nand lock, unlock featureNishanth Menon1-47/+49
2008-10-29NAND: Align right column of the shorthelp with other commands.Scott Wood1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-19/+19
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk1-28/+28
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-08-12NAND read/write fixScott Wood1-27/+9
2008-08-12NAND: Always skip blocks on read/write/boot.Scott Wood1-13/+14
2008-08-12NAND: Fix compilation warning and small coding style issueStefan Roese1-3/+2
2008-08-12make nand dump and nand dump.oob workWilliam Juul1-19/+27
2008-08-12Whitespace cleanup and marking broken code.William Juul1-44/+52
2008-08-12Fixing coding style issuesWilliam Juul1-52/+58
2008-08-12Remove white space at end.William Juul1-1/+1
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul1-142/+131
2008-07-11Fix some more print() format errors.Wolfgang Denk1-2/+2
2008-07-10MTD/NAND: Fix printf format warning in nand codeStefan Roese1-6/+6
2008-06-30Delay FIT format check on sector based devicesMarian Balakowicz1-18/+20