cfg: add omapl138 support and da850evm preliminary support
commit91305bfa7f550c96b967008c1512864cffdaa52a
authorBen Gardiner <bengardiner@nanometrics.ca>
Mon, 9 Aug 2010 18:41:56 +0000 (9 14:41 -0400)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 10 Aug 2010 07:43:30 +0000 (10 09:43 +0200)
tree9e687014b91447b41f70cf5e907d6ab3f4e38b23
parent3e71449adec41bf2a9f498d027aae0ba6e83721f
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 [new file with mode: 0644]
tcl/target/omapl138.cfg [new file with mode: 0644]