From df229657836813f3bd8fbd775e8e8e39e54b6af1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20F=C3=A4rber?= Date: Sun, 18 Jan 2015 17:56:38 +0100 Subject: [PATCH 1/1] tcl/board: Add Infineon XMC4500 Application Kit configs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Tested CPU_45A-V2 (General Purpose) with ARM-USB-TINY-H (via SWD) and with "J-Link Lite-Cortex-M V8 compiled Jul 17 2014 11:40:12" firmware. Tested CPU_45B-V1-006 (SDRAM) with ARM-USB-TINY-H (via SWD) and with "J-Link Lite-XMC4200 Rev.1 compiled Jul 18 2014 17:28:26" firmware. Change-Id: I3451117606551671ec77722f6adf7d7a6a4bd576 Signed-off-by: Andreas Färber Reviewed-on: http://openocd.zylin.com/2481 Tested-by: jenkins Reviewed-by: Spencer Oliver --- tcl/board/xmc4500-application-kit-general.cfg | 8 ++++++++ tcl/board/xmc4500-application-kit-sdram.cfg | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 tcl/board/xmc4500-application-kit-general.cfg create mode 100644 tcl/board/xmc4500-application-kit-sdram.cfg diff --git a/tcl/board/xmc4500-application-kit-general.cfg b/tcl/board/xmc4500-application-kit-general.cfg new file mode 100644 index 0000000000..47d917d7f8 --- /dev/null +++ b/tcl/board/xmc4500-application-kit-general.cfg @@ -0,0 +1,8 @@ +# +# Infineon XMC4500 Application Kit - General Purpose +# + +set CHIPNAME xmc4500 +source [find target/xmc4xxx.cfg] + +reset_config srst_only srst_nogate diff --git a/tcl/board/xmc4500-application-kit-sdram.cfg b/tcl/board/xmc4500-application-kit-sdram.cfg new file mode 100644 index 0000000000..f3d8825955 --- /dev/null +++ b/tcl/board/xmc4500-application-kit-sdram.cfg @@ -0,0 +1,12 @@ +# +# Infineon XMC4500 Application Kit - SDRAM +# + +# +# Segger J-Link Lite XMC4200 on-board +# + +set CHIPNAME xmc4500 +source [find target/xmc4xxx.cfg] + +reset_config srst_only -- 2.30.2