This is an automated email from Gerrit. Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1373
-- gerrit commit f16c9bd38a61b2665885e54d663592dd8f6a34de Author: Spencer Oliver <s...@spen-soft.co.uk> Date: Wed May 1 23:02:58 2013 +0100 cfg: ignore icepick jrc tap version Change-Id: Ic78414c54af2545c817e1bb2c860970c1b587259 Signed-off-by: Spencer Oliver <s...@spen-soft.co.uk> diff --git a/tcl/target/am335x.cfg b/tcl/target/am335x.cfg index 9a24ef0..a5376c1 100644 --- a/tcl/target/am335x.cfg +++ b/tcl/target/am335x.cfg @@ -55,7 +55,7 @@ if { [info exists JRC_TAPID ] } { } else { set _JRC_TAPID 0x0b94402f } -jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f -expected-id $_JRC_TAPID +jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f -expected-id $_JRC_TAPID -ignore-version jtag configure $_CHIPNAME.jrc -event setup "jtag tapenable $_CHIPNAME.dap" # some TCK tycles are required to activate the DEBUG power domain jtag configure $_CHIPNAME.jrc -event post-reset "runtest 100" diff --git a/tcl/target/omapl138.cfg b/tcl/target/omapl138.cfg index d3e472c..9a10d53 100644 --- a/tcl/target/omapl138.cfg +++ b/tcl/target/omapl138.cfg @@ -35,7 +35,7 @@ if { [info exists JRC_TAPID] } { } else { set _JRC_TAPID 0x0b7d102f } -jtag newtap $_CHIPNAME jrc -irlen 6 -irmask 0x3f -expected-id $_JRC_TAPID +jtag newtap $_CHIPNAME jrc -irlen 6 -irmask 0x3f -expected-id $_JRC_TAPID -ignore-version jtag configure $_CHIPNAME.jrc -event setup \ "jtag tapenable $_CHIPNAME.etb; jtag tapenable $_CHIPNAME.arm" -- ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel