summaryrefslogtreecommitdiff
path: root/tcl/board/ti_beagleboard_xm.cfg
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2010-09-18 09:55:29 -0600
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-09-20 09:17:28 +0200
commit60501bb0fb0cb69f66ebb3ce3b64b69f3cadf4ff (patch)
treee9e49e40fe84bb25d6fa8b2435b5501f7e199697 /tcl/board/ti_beagleboard_xm.cfg
parentc14852385fde55abc5d5ffb076510cd1814432e0 (diff)
downloadopenocd+libswd-60501bb0fb0cb69f66ebb3ce3b64b69f3cadf4ff.tar.gz
openocd+libswd-60501bb0fb0cb69f66ebb3ce3b64b69f3cadf4ff.tar.bz2
openocd+libswd-60501bb0fb0cb69f66ebb3ce3b64b69f3cadf4ff.tar.xz
openocd+libswd-60501bb0fb0cb69f66ebb3ce3b64b69f3cadf4ff.zip
AM/DM37x: Unify configuration scripts and add support for TI Beagleboard xM.
Diffstat (limited to 'tcl/board/ti_beagleboard_xm.cfg')
-rw-r--r--tcl/board/ti_beagleboard_xm.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/tcl/board/ti_beagleboard_xm.cfg b/tcl/board/ti_beagleboard_xm.cfg
new file mode 100644
index 00000000..e4e93e33
--- /dev/null
+++ b/tcl/board/ti_beagleboard_xm.cfg
@@ -0,0 +1,12 @@
+# BeagleBoard xM (DM37x)
+# http://beagleboard.org
+
+set CHIPTYPE "dm37x"
+source [find target/amdm37x.cfg]
+
+# The TI-14 JTAG connector does not have srst. CPU reset is handled in
+# hardware.
+reset_config trst_only
+
+# "amdm37x_dbginit dm37x.cpu" needs to be run after init.
+