summaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorBen Gardiner <bengardiner@nanometrics.ca>2010-08-09 14:41:56 -0400
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-08-10 09:43:30 +0200
commit91305bfa7f550c96b967008c1512864cffdaa52a (patch)
tree9e687014b91447b41f70cf5e907d6ab3f4e38b23 /tcl/board
parent3e71449adec41bf2a9f498d027aae0ba6e83721f (diff)
downloadopenocd+libswd-91305bfa7f550c96b967008c1512864cffdaa52a.tar.gz
openocd+libswd-91305bfa7f550c96b967008c1512864cffdaa52a.tar.bz2
openocd+libswd-91305bfa7f550c96b967008c1512864cffdaa52a.tar.xz
openocd+libswd-91305bfa7f550c96b967008c1512864cffdaa52a.zip
cfg: add omapl138 support and da850evm preliminary support
This patch adds support for the omapl138 target and preliminary support for the da850evm. The target cfg file is based on the icepick routing done by the target/ti_dm6446.cfg file. I have performed limited testing with this setup. I am posting this patch in the interest of sharing cfg files and in the hopes that the experts on this list can correct errors I have made or point out enhancements. The testing I have performed is debugging uboot with gdb where I also use the following local.cfg and gdbinit files. Debugging appears to work in so much as 'ni' works. local.cfg: gdb_memory_map disable gdbinit: target remote localhost:3333 set remote hardware-breakpoint-limit 2 set remote hardware-watchpoint-limit 2 monitor poll on Comments welcome. Best Regards, Ben Gardiner
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/da850evm.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/tcl/board/da850evm.cfg b/tcl/board/da850evm.cfg
new file mode 100644
index 00000000..fbec6092
--- /dev/null
+++ b/tcl/board/da850evm.cfg
@@ -0,0 +1,10 @@
+#DA850 EVM board
+# http://focus.ti.com/dsp/docs/thirdparty/catalog/devtoolsproductfolder.tsp?actionPerformed=productFolder&productId=5939
+# http://www.logicpd.com/products/development-kits/zoom-omap-l138-evm-development-kit
+
+source [find target/omapl138.cfg]
+
+reset_config trst_and_srst separate
+
+#currently any pinmux/timing must be setup by UBL before openocd can do debug
+#TODO: implement pinmux/timing on reset like in board/dm365evm.cfg