Browse Source

Packaging fix, NEWS update

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
tags/v0.4.0-rc1
David Brownell 14 years ago
parent
commit
07c06ec5e2
2 changed files with 5 additions and 1 deletions
  1. +2
    -0
      NEWS
  2. +3
    -1
      src/flash/nand/Makefile.am

+ 2
- 0
NEWS View File

@@ -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


+ 3
- 1
src/flash/nand/Makefile.am View 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


Loading…
Cancel
Save