On Fri, 2009-05-22 at 10:43 -0700, David Brownell wrote:
> 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).
> ---
>  doc/openocd.texi              |   17
>  src/flash/Makefile.am         |    2
>  src/flash/davinci_nand.c      |  744 ++++++++++++++++++++++++++++++++++++++++
>  src/flash/nand.c              |    2
>  src/target/board/dm355evm.cfg |   12
>  5 files changed, 774 insertions(+), 3 deletions(-)

Committed as r1903.

Cheers,

Zach
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to