| Commit message (Expand) | Author | Age | Lines |
* | NAND: Make page, erase, oob size available via cmd_nand | Marek Vasut | 2011-10-03 | -3/+19 |
* | NAND: Add -y option to nand scrub command | Marek Vasut | 2011-10-03 | -15/+19 |
* | NAND: Add nand read.raw and write.raw commands | Marek Vasut | 2011-10-03 | -0/+19 |
* | GCC4,6: Squash warning in cmd_nand.c | Marek Vasut | 2011-10-01 | -4/+0 |
* | autostart: unify duplicated logic into the bootm code | Mike Frysinger | 2011-07-25 | -14/+2 |
* | cmd_nand: add nand write.trimffs command | Ben Gardiner | 2011-07-01 | -0/+16 |
* | nand_util: convert nand_write_skip_bad() to flags | Ben Gardiner | 2011-07-01 | -1/+2 |
* | cmd_nand: fix help of nand erase subcommand | Daniel Hobi | 2011-05-24 | -1/+1 |
* | NAND: add the ability to directly write yaffs image | Lei Wen | 2011-01-12 | -1/+14 |
* | Revert "boot cmds: convert to getenv_yesno() with autostart" | Wolfgang Denk | 2011-01-11 | -2/+2 |
* | boot cmds: convert to getenv_yesno() with autostart | Mike Frysinger | 2010-11-28 | -2/+2 |
* | do_bootm: unify duplicate prototypes | Mike Frysinger | 2010-11-28 | -1/+0 |
* | Fix warning in nand unlock command | Scott Wood | 2010-10-18 | -1/+1 |
* | nand commands: make only "dump" repeatable. | Scott Wood | 2010-10-11 | -8/+13 |
* | nand erase: .spread, .part, .chip subcommands | Scott Wood | 2010-10-11 | -6/+38 |
* | cmd_nand: some infrastructure fixes and refactoring | Scott Wood | 2010-10-11 | -107/+167 |
* | various cmd_* files: fixed layout a little bit | Frans Meulenbroeks | 2010-08-09 | -1/+2 |
* | cmd_usage(): simplify return code handling | Wolfgang Denk | 2010-07-24 | -6/+3 |
* | NAND: formatting cleanups from env.oob support | Scott Wood | 2010-07-12 | -26/+28 |
* | NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) | Ben Gardiner | 2010-07-12 | -1/+106 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -3/+3 |
* | Fix "par[t]ition" typo. | Wolfgang Denk | 2010-05-21 | -1/+1 |
* | cmd_nand: show nand scrub confirmation character | Florian Fainelli | 2010-03-23 | -2/+8 |
* | cmd_nand: Move conditional compilation to Makefile | Peter Tyser | 2009-11-13 | -4/+0 |
* | cmd_nand: Remove duplicate include | Peter Tyser | 2009-11-13 | -8/+0 |
* | Remove legacy NAND and disk on chip code. | Scott Wood | 2009-07-16 | -412/+0 |
* | nand/onenand: Fix missing argument checking for "markbad" command | Wolfgang Denk | 2009-07-07 | -10/+21 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | -22/+23 |
* | Separate mtdparts command from jffs2 | Ladislav Michl | 2009-04-28 | -5/+5 |
* | cmd_nand: drop duplicate NULL ptr check | Mike Frysinger | 2009-04-16 | -1/+1 |
* | Enable multi chip support in the NAND layer | Wolfgang Grandegger | 2009-03-23 | -6/+15 |
* | Separate mtdparts command from jffs2 | Stefan Roese | 2009-03-20 | -5/+5 |
* | NAND: Have nboot accept .e and .i as legacy no-ops. | Scott Wood | 2009-03-17 | -1/+1 |
* | NAND: Make nboot skip bad blocks | Ladislav Michl | 2009-03-17 | -3/+2 |
* | Command usage cleanup | Peter Tyser | 2009-01-28 | -4/+4 |
* | Standardize command usage messages with cmd_usage() | Peter Tyser | 2009-01-28 | -8/+8 |
* | nand: fixup printf modifiers to match types used | Mike Frysinger | 2009-01-23 | -2/+2 |
* | nand read.jffs2 (nand_legacy) in common/cmd_nand.c | Schlaegl Manfred jun | 2009-01-23 | -4/+3 |
* | NAND: Enable nand lock, unlock feature | Nishanth Menon | 2009-01-23 | -47/+49 |
* | NAND: Align right column of the shorthelp with other commands. | Scott Wood | 2008-10-29 | -1/+1 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -19/+19 |
* | Coding Style cleanup, update CHANGELOG | Wolfgang Denk | 2008-08-14 | -28/+28 |
* | drivers/mtd/nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -3/+3 |
* | NAND read/write fix | Scott Wood | 2008-08-12 | -27/+9 |
* | NAND: Always skip blocks on read/write/boot. | Scott Wood | 2008-08-12 | -13/+14 |
* | NAND: Fix compilation warning and small coding style issue | Stefan Roese | 2008-08-12 | -3/+2 |
* | make nand dump and nand dump.oob work | William Juul | 2008-08-12 | -19/+27 |
* | Whitespace cleanup and marking broken code. | William Juul | 2008-08-12 | -44/+52 |
* | Fixing coding style issues | William Juul | 2008-08-12 | -52/+58 |
* | Remove white space at end. | William Juul | 2008-08-12 | -1/+1 |