nand flash support for s3c64xx
commit000a1cfd011d0b1e9ae30446df4eabe269202550
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 11 Jan 2010 21:59:29 +0000 (11 22:59 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Thu, 14 Jan 2010 20:07:46 +0000 (14 21:07 +0100)
treeb64f965e4ea20b532fe3f9827dfcb2aa9c55f1ba
parent24653c950a18c49d267efb17a36423d9c455a886
nand flash support for s3c64xx

Identical to the existing 2412/2443 support except for the base address
and NFCONF value (bit 2 is reserved and should be written as 1 ref UM).

Tested on a s3c6410 board, but controller is identical in 6400/6410
except for 8bit MLC ECC support in 6410 which isn't supported by the
driver.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
doc/openocd.texi
src/flash/nand/Makefile.am
src/flash/nand/driver.c
src/flash/nand/s3c6400.c [new file with mode: 0644]