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:
committed by
David Brownell
parent
28f8e9dfb7
commit
3ac2a44041
@@ -24,7 +24,8 @@ NAND_DRIVERS = \
|
||||
s3c2410.c \
|
||||
s3c2412.c \
|
||||
s3c2440.c \
|
||||
s3c2443.c
|
||||
s3c2443.c \
|
||||
at91sam9.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
arm_io.h \
|
||||
|
||||
Reference in New Issue
Block a user