diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-01-11 22:59:29 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-01-14 21:07:46 +0100 |
commit | 000a1cfd011d0b1e9ae30446df4eabe269202550 (patch) | |
tree | b64f965e4ea20b532fe3f9827dfcb2aa9c55f1ba /doc | |
parent | 24653c950a18c49d267efb17a36423d9c455a886 (diff) | |
download | riscv-openocd-000a1cfd011d0b1e9ae30446df4eabe269202550.zip riscv-openocd-000a1cfd011d0b1e9ae30446df4eabe269202550.tar.gz riscv-openocd-000a1cfd011d0b1e9ae30446df4eabe269202550.tar.bz2 |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 4446046..a0fc0fb 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5041,7 +5041,8 @@ change any behavior. @deffnx {NAND Driver} s3c2412 @deffnx {NAND Driver} s3c2440 @deffnx {NAND Driver} s3c2443 -These S3C24xx family controllers don't have any special +@deffnx {NAND Driver} s3c6400 +These S3C family controllers don't have any special @command{nand device} options, and don't define any specialized commands. At this writing, their drivers don't include @code{write_page} |