aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/nuc910.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
Change-Id: I429f7fd51f77b0e7c86d7a7f110ca31afd76c173 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1426 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
2012-02-06build: cleanup src/flash/nand directorySpencer Oliver1-15/+18
Change-Id: I21bb466a35168cf04743f5baafac9fef50d01707 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/419 Tested-by: jenkins
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel1-1/+1
Fixed in many other places, and submitted in response to Øyvind's invitation.
2011-01-02NAND/NUC910: remove private "target" copyAntonio Borneo1-21/+7
Remove "target" form private data, and use common one in struct nand_block. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
2010-07-19flash: add nuc910 nand driverSpencer Oliver1-0/+240
This adds a nand driver support for the nuc910 target. Note that ECC is not currently supported by this driver, although it is supported by the peripheral. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>