summaryrefslogtreecommitdiff
path: root/src/flash/nand/lpc3180.h
Commit message (Collapse)AuthorAgeFilesLines
* NAND/LPC3180: remove private "target" copyAntonio Borneo2011-01-021-1/+0
| | | | | | | Remove "target" form private data, and use common one in struct nand_block. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
* lpc3180: LPC3180(LPC3250) SLC driver implementedrichard vegh2010-03-161-0/+1
| | | | | | | | | | | | | | | | 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>
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-021-0/+40
Moves NAND drivers to src/flash/nand/. Adds src/flash/nand/Makefile.am. Builds libocdflashnand.la.