AT91SAM9 NAND flash driver.

This creates the TCL interface for configuring an AT91SAM9 NAND flash
controller and implements the necessary functions to correctly work with
a NAND flash device connected to the chip.  This includes updates to the
driver list and the Makefile.am to support building the driver and also
houses the documentation update in openocd.texi.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
Dean Glazeski
2009-12-09 12:40:54 -06:00
committed by David Brownell
parent 28f8e9dfb7
commit 3ac2a44041
4 changed files with 789 additions and 1 deletions

View File

@@ -24,7 +24,8 @@ NAND_DRIVERS = \
s3c2410.c \
s3c2412.c \
s3c2440.c \
s3c2443.c
s3c2443.c \
at91sam9.c
noinst_HEADERS = \
arm_io.h \