From 91305bfa7f550c96b967008c1512864cffdaa52a Mon Sep 17 00:00:00 2001 From: Ben Gardiner Date: Mon, 9 Aug 2010 14:41:56 -0400 Subject: 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 --- tcl/board/da850evm.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tcl/board/da850evm.cfg (limited to 'tcl/board') 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 -- cgit v1.2.3