AT91SAM9 NAND flash driver.
commit3ac2a440419a52752a5e11eba8ab2722a1fe73bf
authorDean Glazeski <dnglaze@gmail.com>
Wed, 9 Dec 2009 18:40:54 +0000 (9 12:40 -0600)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 19 Dec 2009 21:26:33 +0000 (19 13:26 -0800)
treec2b9cc1b558654e26cdc146431e4504c2f32e757
parent28f8e9dfb7bfaf87957c95790c3ffe5d9fbd8834
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>
doc/openocd.texi
src/flash/nand/Makefile.am
src/flash/nand/at91sam9.c [new file with mode: 0644]
src/flash/nand/driver.c