From: David B. <dbr...@us...> - 2009-12-21 23:12:28
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 07c06ec5e23ae90a3a1f8faba60828b453ff6be7 (commit) via b963e17be718fe5f01cb4f1238e22fd9c39e7c06 (commit) from b5962b23d83fa692e023512a5b63e736a06d6422 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 07c06ec5e23ae90a3a1f8faba60828b453ff6be7 Author: David Brownell <dbr...@us...> Date: Mon Dec 21 12:50:17 2009 -0800 Packaging fix, NEWS update Signed-off-by: David Brownell <dbr...@us...> diff --git a/NEWS b/NEWS index e122912..173d06a 100644 --- 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 diff --git a/src/flash/nand/Makefile.am b/src/flash/nand/Makefile.am index bb9998e..2ffa4c4 100644 --- a/src/flash/nand/Makefile.am +++ b/src/flash/nand/Makefile.am @@ -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 commit b963e17be718fe5f01cb4f1238e22fd9c39e7c06 Author: David Brownell <dbr...@us...> Date: Mon Dec 21 12:31:12 2009 -0800 Packaging fix Don't forget to list target/arm_opcodes.h Signed-off-by: David Brownell <dbr...@us...> diff --git a/src/target/Makefile.am b/src/target/Makefile.am index df54a03..ad0ff7c 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -105,6 +105,7 @@ noinst_HEADERS = \ arm_jtag.h \ arm_adi_v5.h \ arm_disassembler.h \ + arm_opcodes.h \ arm_simulator.h \ arm_semihosting.h \ arm7_9_common.h \ ----------------------------------------------------------------------- Summary of changes: NEWS | 2 ++ src/flash/nand/Makefile.am | 4 +++- src/target/Makefile.am | 1 + 3 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |