riscv-openocd/src
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
..
flash lpc3180: LPC3180(LPC3250) SLC driver implemented 2010-03-16 10:46:41 +01:00
helper gpl: fix GPL startup message 2010-02-15 22:59:41 +01:00
jtag move "reset_config" out of JTAG command group 2010-03-15 08:43:16 -07:00
pld jtag: jtag_add_ir_scan() now takes a single field 2010-03-08 08:12:25 +01:00
server telnet: fix strage blank spaces at beginning of telnet lines 2010-01-31 15:06:02 +01:00
svf rename jtag_khz as adapter_khz 2010-03-15 08:37:43 -07:00
target image loading: fix problem with offsets > 0x80000000 2010-03-16 10:11:40 +01:00
xsvf jtag: simplify jtag_add_plain_ir/dr_scan 2010-03-08 08:12:26 +01:00
Makefile.am Driver for USB-JTAG, Altera USB-Blaster and compatibles 2009-12-26 15:05:06 -08:00
ecosboard.c zy1000: complete zy1000_uart to jim command switch 2010-02-05 14:38:26 +01:00
hello.c Doc/examples: clarify usage messages 2010-01-08 23:13:39 -08:00
hello.h improve command handling examples 2009-11-25 10:29:05 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c rename jtag_interface_{init,quit}() 2010-03-14 13:13:39 -07:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00