* Several improvements to the new NAND subsystem:
authorStefan Roese <sr@denx.de>
Tue, 10 Oct 2006 10:36:02 +0000 (12:36 +0200)
committerStefan Roese <sr@denx.de>
Tue, 10 Oct 2006 10:38:50 +0000 (12:38 +0200)
commit2255b2d2044d434463eb2661e18018e50f1643d9
tree68cddf330cb3d40c29e0e3c01a5c0f85b706f82f
parenta3bb7bfc06a9ccb7e2f91ccc54a90ae69177214f
* Several improvements to the new NAND subsystem:
  - JFFS2 related commands implemented in mtd-utils style
  - Support for bad blocks
  - Bad block testing commands
  - NAND lock commands
  Please take a look at doc/README.nand for more details
  Patch by Guido Classen, 10 Oct 2006
CHANGELOG
common/cmd_nand.c
doc/README.nand
drivers/nand/Makefile
drivers/nand/nand_util.c [new file with mode: 0644]
include/nand.h
lib_generic/crc32.c