This is an automated email from Gerrit.

Jiri Kastner ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2123

-- gerrit

commit 4d51734cc4dbf5c1793e2673bf08f108c6730867
Author: Jiri Kastner <[email protected]>
Date:   Fri May 2 14:55:36 2014 +0200

    added several JATG IDs for TMS570 found in TI datasheets
    
    Change-Id: Idf53a44851e1bb4bde4a74c64b65d4411e56da7c
    Signed-off-by: Jiri Kastner <[email protected]>
    Tested-by: Jiri Kastner <[email protected]>

diff --git a/tcl/target/ti_tms570.cfg b/tcl/target/ti_tms570.cfg
index 014c76c..6035812 100644
--- a/tcl/target/ti_tms570.cfg
+++ b/tcl/target/ti_tms570.cfg
@@ -30,8 +30,17 @@ if { [info exists JRC_TAPID] } {
 } else {
        set _JRC_TAPID 0x0B8A002F
 }
+
+set _JRC_TAPID2 0x2B8A002F
+set _JRC_TAPID3 0x3B8A002F
+set _JRC_TAPID4 0x0B97102F
+
 jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \
-       -expected-id $_JRC_TAPID -ignore-version
+       -expected-id $_JRC_TAPID \
+       -expected-id $_JRC_TAPID2 \
+       -expected-id $_JRC_TAPID3 \
+       -expected-id $_JRC_TAPID4 \
+       -ignore-version
 jtag configure $_CHIPNAME.jrc -event setup "jtag tapenable $_CHIPNAME.dap"
 jtag configure $_CHIPNAME.jrc -event post-reset "runtest 100"
 

-- 

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to