| Commit message (Expand) | Author | Age | Lines |
* | 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 |
* | Update MTD to that of Linux 2.6.22.1 | William Juul | 2008-08-12 | -142/+131 |
* | Fix some more print() format errors. | Wolfgang Denk | 2008-07-11 | -2/+2 |
* | MTD/NAND: Fix printf format warning in nand code | Stefan Roese | 2008-07-10 | -6/+6 |
* | Delay FIT format check on sector based devices | Marian Balakowicz | 2008-06-30 | -18/+20 |
* | Cleanup nand_info[] declaration. | Stelian Pop | 2008-05-28 | -2/+0 |
* | cmd_nand.c: fix another 'incompatible pointer type' warning. | Wolfgang Denk | 2008-04-30 | -1/+1 |
* | cmd_nand.c: fix "differ in signedness" problem | Wolfgang Denk | 2008-04-28 | -6/+7 |
* | NAND: fix some strict-aliasing compiler warnings | Wolfgang Denk | 2008-04-28 | -9/+10 |
* | [new uImage] Use show_boot_progress() for new uImage format | Marian Balakowicz | 2008-03-12 | -0/+4 |
* | [new uImage] Add new uImage format handling to other bootm related commands | Marian Balakowicz | 2008-03-12 | -23/+42 |
* | [new uImage] Update naming convention for bootm/uImage related code | Marian Balakowicz | 2008-02-29 | -2/+2 |
* | [new uImage] Add dual format uImage support framework | Marian Balakowicz | 2008-02-25 | -16/+43 |
* | [new uImage] Rename and move print_image_hdr() routine | Marian Balakowicz | 2008-02-21 | -2/+2 |
* | [new uImage] Define a API for image handling operations | Marian Balakowicz | 2008-02-07 | -7/+7 |
* | cmd_nand : fix compiler warning. | Jean-Christophe PLAGNIOL-VILLARD | 2008-01-13 | -2/+2 |
* | Re-introduce the 'nand read.oob' and 'nand write.oob' commands | Harald Welte | 2008-01-09 | -0/+8 |
* | Fix do_div() usage in nand process output | Matthias Fuchs | 2007-09-15 | -1/+1 |
* | NAND: Add CFG_NAND_QUIET option | Matthias Fuchs | 2007-09-15 | -0/+4 |
* | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-08-15 | -32/+38 |
|\ |
|
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-testing | Wolfgang Denk | 2007-08-06 | -9/+9 |
| |\ |
|
| | * | Merge branch 'testing' into working | Andy Fleming | 2007-08-03 | -9/+9 |
| | |\ |
|
| | | * | common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. | Jon Loeliger | 2007-07-08 | -14/+9 |
| | | * | common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -7/+12 |
| * | | | make show_boot_progress () weak. | Heiko Schocher | 2007-07-13 | -37/+29 |
| |/ / |
|
| * | | [PCS440EP] upgrade the PCS440EP board: | Heiko Schocher | 2007-06-22 | -12/+26 |
| |/ |
|
* | | [NAND] Bad block skipping for command nboot | Thomas Knobloch | 2007-07-06 | -5/+32 |
|/ |
|
* | Code cleanup. | Wolfgang Denk | 2006-11-30 | -140/+144 |
* | [PATCH] NAND: Partition name support added to NAND subsystem | Stefan Roese | 2006-10-28 | -152/+194 |
* | Add board/cpu specific NAND chip select function to 440 NDFC | Stefan Roese | 2006-10-20 | -0/+8 |
* | Fix spelling; minor code cleanup. | Wolfgang Denk | 2006-10-12 | -1/+1 |
* | Cleanup of NAND update patch (remove changelog from cmd_nand.c) | Stefan Roese | 2006-10-11 | -1/+0 |
* | * Several improvements to the new NAND subsystem: | Stefan Roese | 2006-10-10 | -25/+201 |
* | Add loads of ntohl() in image header handling | Wolfgang Denk | 2006-03-12 | -1/+1 |
* | Minor code cleanup | Wolfgang Denk | 2006-03-06 | -2/+0 |