]> git.sur5r.net Git - openocd/commitdiff
Packaging fix, NEWS update
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 21 Dec 2009 20:50:17 +0000 (12:50 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 21 Dec 2009 20:50:17 +0000 (12:50 -0800)
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
NEWS
src/flash/nand/Makefile.am

diff --git a/NEWS b/NEWS
index e122912264d09ed222f0492644957469af610dc3..173d06af81e6dd8207d9aa3a98823196ad7a7c19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,7 @@ Target Layer:
        ETM, ETB
                - "trigger_percent" command moved ETM --> ETB
                - "etm trigger_debug" command added
+       Freescale DSP563xx cores (partial support)
 
 Flash Layer:
        'flash bank' and 'nand device' take <bank_name> as first argument.
@@ -44,6 +45,7 @@ Flash Layer:
        New 'nand verify' command to check bank against an image file.
        The "flash erase_address" command now rejects partial sectors;
                previously it would silently erase extra data.
+       New at91sam9 NAND controller driver.
 
 Board, Target, and Interface Configuration Scripts:
        ARM9
index bb9998e5f06dddfd6e0254b3e31a538aaccf41ed..2ffa4c49cd4162dc652f6d91309d7adb10fe116b 100644 (file)
@@ -30,8 +30,10 @@ NAND_DRIVERS = \
 noinst_HEADERS = \
        arm_io.h \
        core.h \
-       lpc3180.h \
        driver.h \
+       fileio.h \
+       imp.h \
+       lpc3180.h \
        mx3.h \
        s3c24xx.h \
        s3c24xx_regs.h