diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-11 18:34:15 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-11 18:34:15 +0000 |
commit | 4f7761828c91108d4bf4a12e78f23b6483b18ade (patch) | |
tree | f6217430dfd24eb56d033fc1196e031e13cd201a /tcl | |
parent | ec3015db1ab822e1245a00ce4884ef67dea6137f (diff) | |
download | openocd+libswd-4f7761828c91108d4bf4a12e78f23b6483b18ade.tar.gz openocd+libswd-4f7761828c91108d4bf4a12e78f23b6483b18ade.tar.bz2 openocd+libswd-4f7761828c91108d4bf4a12e78f23b6483b18ade.tar.xz openocd+libswd-4f7761828c91108d4bf4a12e78f23b6483b18ade.zip |
tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's after a TAP_RESET.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2696 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/target/omap3530.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl/target/omap3530.cfg b/tcl/target/omap3530.cfg index 22328a21..50a3f473 100644 --- a/tcl/target/omap3530.cfg +++ b/tcl/target/omap3530.cfg @@ -34,6 +34,8 @@ if { [info exists JRC_TAPID ] } { jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \ -expected-id $_JRC_TAPID +jtag configure $_CHIPNAME.jrc -event post-reset "runtest 100" + # GDB target: Cortex-A8, using DAP target create omap3.cpu cortex_a8 -chain-position $_CHIPNAME.dap |