aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_nand.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-28Cleanup nand_info[] declaration.Stelian Pop1-2/+0
2008-04-30cmd_nand.c: fix another 'incompatible pointer type' warning.Wolfgang Denk1-1/+1
2008-04-28cmd_nand.c: fix "differ in signedness" problemWolfgang Denk1-6/+7
2008-04-28NAND: fix some strict-aliasing compiler warningsWolfgang Denk1-9/+10
2008-03-12[new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz1-0/+4
2008-03-12[new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz1-23/+42
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-2/+2
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-16/+43
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz1-2/+2
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-7/+7
2008-01-13cmd_nand : fix compiler warning.Jean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-01-09Re-introduce the 'nand read.oob' and 'nand write.oob' commandsHarald Welte1-0/+8
2007-09-15Fix do_div() usage in nand process outputMatthias Fuchs1-1/+1
2007-09-15NAND: Add CFG_NAND_QUIET optionMatthias Fuchs1-0/+4
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese1-32/+38
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-9/+9
2007-08-03Merge branch 'testing' into workingAndy Fleming1-9/+9
2007-07-13make show_boot_progress () weak.Heiko Schocher1-37/+29
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-14/+9
2007-07-06[NAND] Bad block skipping for command nbootThomas Knobloch1-5/+32
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-7/+12
2007-06-22[PCS440EP] upgrade the PCS440EP board:Heiko Schocher1-12/+26
2006-11-30Code cleanup.Wolfgang Denk1-140/+144