From c0fc8f93f1eabe8a4adfed7784b1416b257cf035 Mon Sep 17 00:00:00 2001 From: zwelch Date: Sun, 24 May 2009 01:38:19 +0000 Subject: David Brownell : NAND support for DaVinci-family drivers, with HW ECC support. Declare the NAND chip on the DM355 EVM board. Currently tested on DM355 for Linux interop using the standard large page (2KB) chip in the EVM socket; "hwecc1" and "hwecc4" work fine. (Using hwecc4 relies on patches that haven't quite made it through the Linux-MTD bottlenecks yet.) Not yet tested: 1-bit on small-page (although it's hard to see how that could fail); 4-bit on small page (picky layout issues); the "hwecc_infix" mode (primarily for older boot ROMs; testing there is blocked on having new bootloader code). git-svn-id: svn://svn.berlios.de/openocd/trunk@1903 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/Makefile.am') diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index e5b76cb6..64fc54f5 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = \ METASOURCES = AUTO noinst_LTLIBRARIES = libflash.la libflash_la_SOURCES = \ - flash.c lpc2000.c cfi.c non_cfi.c at91sam7.c \ + flash.c lpc2000.c cfi.c non_cfi.c at91sam7.c davinci_nand.c \ str7x.c str9x.c aduc702x.c nand.c nand_ecc.c nand_ecc_kw.c \ lpc3180_nand_controller.c stellaris.c str9xpec.c stm32x.c tms470.c \ ecos.c orion_nand.c s3c24xx_nand.c s3c2410_nand.c s3c2412_nand.c \ -- cgit v1.2.3