lpc32xx: Flash driver
commit3f4b9e334b867a16c35b1c6d9a1f9aefd35fd91b
authorBjarne Steinsbo <bsteinsbo@gmail.com>
Tue, 15 Feb 2011 19:23:40 +0000 (15 20:23 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 15 Feb 2011 19:23:40 +0000 (15 20:23 +0100)
tree3b599ba715c6f74ffdc07d93a22e9dc950f2a50f
parentfe0894015fd3d25593ce3a7211b1540ebfbab1f3
lpc32xx: Flash driver

Based on the lpc3180 driver, but released as a separate driver for two reasons:
 1) I don't have an lpc3180 to test it against, so it might unintentionally break compatibility.
 2) It's using a different OOB layout than lpc3180.

Rewritten so that it no longer borrows code from the NXP CDL library.  Instead borrowing code from the u-boot port to lpc32xx, written by Kevin Wells.

Tested on lpc3250 (Hitex LPC3250-Stick).  OOB layout is compatible with LPCLinux.
src/flash/nand/Makefile.am
src/flash/nand/driver.c
src/flash/nand/ecc.c
src/flash/nand/lpc32xx.c [new file with mode: 0644]
src/flash/nand/lpc32xx.h [new file with mode: 0644]