openocd/src/flash/nand
richard vegh ab5f98edcd lpc3180: LPC3180(LPC3250) SLC driver implemented
Until this time only basic  SLC functionality exists when you want to use SLC to access external nand flash.
Basic functionality can be selected with command:
     lpc3180 select 0 slc
It is anyway very slow to write/read to/from nand flash.

With the new command, SLC speed improved about 20 times, and hardware ECC info also read/written from/to nand flash OOB area:
     lpc3180 select 0 slc bulk
Speed improvement achieved by using working are in SRAM of the LPC3250 chip and controlling DMA controller to interact between SRAM and SLC peripheral.

Here are the patches, and if they are ok than take them.
Tested with hitex LPC3250 usb stick.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2010-03-16 10:46:41 +01:00
..
arm_io.c ARM: use <target/arm.h> not armv4_5.h 2009-12-07 14:57:44 -08:00
arm_io.h rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
at91sam9.c NAND: help/usage/doc updates 2010-01-08 23:18:46 -08:00
core.c NAND write data page refactoring. 2009-12-18 01:33:19 -08:00
core.h NAND write data page refactoring. 2009-12-18 01:33:19 -08:00
davinci.c rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
driver.c nand flash support for s3c64xx 2010-01-14 21:07:46 +01:00
driver.h Comment and doxygen fixes 2009-12-09 10:25:52 -08:00
ecc_kw.c rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
ecc.c rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
fileio.c rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
fileio.h split nand.c into nand/{core,fileio,tcl}.c 2009-12-04 21:41:23 -08:00
imp.h add missing call to add new NAND devices 2009-12-11 18:45:34 -08:00
lpc3180.c lpc3180: LPC3180(LPC3250) SLC driver implemented 2010-03-16 10:46:41 +01:00
lpc3180.h lpc3180: LPC3180(LPC3250) SLC driver implemented 2010-03-16 10:46:41 +01:00
Makefile.am nand flash support for s3c64xx 2010-01-14 21:07:46 +01:00
mx3.c rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
mx3.h rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
nonce.c rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
orion.c ARM: use <target/arm.h> not armv4_5.h 2009-12-07 14:57:44 -08:00
s3c24xx_regs.h move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c24xx.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c24xx.h rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
s3c2410.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c2412.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c2440.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c2443.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c6400.c nand flash support for s3c64xx 2010-01-14 21:07:46 +01:00
tcl.c NAND: help/usage/doc updates 2010-01-08 23:18:46 -08:00