Packaging fix, NEWS update
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
parent
b963e17be7
commit
07c06ec5e2
2
NEWS
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue