Packaging fix, NEWS update

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell 2009-12-21 12:50:17 -08:00
parent b963e17be7
commit 07c06ec5e2
2 changed files with 5 additions and 1 deletions

2
NEWS
View File

@ -35,6 +35,7 @@ Target Layer:
ETM, ETB ETM, ETB
- "trigger_percent" command moved ETM --> ETB - "trigger_percent" command moved ETM --> ETB
- "etm trigger_debug" command added - "etm trigger_debug" command added
Freescale DSP563xx cores (partial support)
Flash Layer: Flash Layer:
'flash bank' and 'nand device' take <bank_name> as first argument. '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. New 'nand verify' command to check bank against an image file.
The "flash erase_address" command now rejects partial sectors; The "flash erase_address" command now rejects partial sectors;
previously it would silently erase extra data. previously it would silently erase extra data.
New at91sam9 NAND controller driver.
Board, Target, and Interface Configuration Scripts: Board, Target, and Interface Configuration Scripts:
ARM9 ARM9

View File

@ -30,8 +30,10 @@ NAND_DRIVERS = \
noinst_HEADERS = \ noinst_HEADERS = \
arm_io.h \ arm_io.h \
core.h \ core.h \
lpc3180.h \
driver.h \ driver.h \
fileio.h \
imp.h \
lpc3180.h \
mx3.h \ mx3.h \
s3c24xx.h \ s3c24xx.h \
s3c24xx_regs.h s3c24xx_regs.h