aboutsummaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-11-12 15:06:37 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-12-23 21:46:20 +0000
commitadb8ec32dc7439aa3e34ab19f026e390ec129c10 (patch)
tree2537842bfc568e3e0d6ca0176052553f0bccb30d /tcl/board
parentc7a6f065d2a48730e05eb95bb44ca6a7032d2a31 (diff)
icdi: add TI icdi interface
This is the new proprietary interface replacing the older FTDI based adapters. It is currently fitted to the ek-lm4f232 and Stellaris LaunchPad. Change-Id: I794ad79e31ff61ec8e9f49530aca9308025c0b60 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/922 Tested-by: jenkins
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/ek-lm4f120xl.cfg15
-rw-r--r--tcl/board/ek-lm4f232.cfg10
2 files changed, 21 insertions, 4 deletions
diff --git a/tcl/board/ek-lm4f120xl.cfg b/tcl/board/ek-lm4f120xl.cfg
new file mode 100644
index 00000000..aa6935c9
--- /dev/null
+++ b/tcl/board/ek-lm4f120xl.cfg
@@ -0,0 +1,15 @@
+#
+# TI Stellaris Launchpad ek-lm4f120xl Evaluation Kits
+#
+# http://www.ti.com/tool/ek-lm4f120xl
+#
+
+#
+# NOTE: using the bundled ICDI interface is optional!
+# This interface is not ftdi based as previous boards were
+#
+source [find interface/ti-icdi.cfg]
+
+set WORKAREASIZE 0x8000
+set CHIPNAME lm4f120h5qr
+source [find target/stellaris_icdi.cfg]
diff --git a/tcl/board/ek-lm4f232.cfg b/tcl/board/ek-lm4f232.cfg
index 6e3f8e31..ebbc01d3 100644
--- a/tcl/board/ek-lm4f232.cfg
+++ b/tcl/board/ek-lm4f232.cfg
@@ -4,10 +4,12 @@
# http://www.ti.com/tool/ek-lm4f232
#
-# NOTE: using the bundled FT2232 JTAG/SWD/SWO interface is optional!
-# so is using in JTAG mode, as done here.
-source [find interface/luminary-icdi.cfg]
+#
+# NOTE: using the bundled ICDI interface is optional!
+# This interface is not ftdi based as previous boards were
+#
+source [find interface/ti-icdi.cfg]
set WORKAREASIZE 0x8000
set CHIPNAME lm4f23x
-source [find target/stellaris.cfg]
+source [find target/stellaris_icdi.cfg]