This is an automated email from Gerrit.

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

-- gerrit

commit 003e46f30f7b3d1f36a8daf06f40bad33024651d
Author: Paul Fertser <[email protected]>
Date:   Tue Jul 30 12:49:08 2013 +0400

    imx6: add new id for SJC as found on i.MX6D
    
    Austriancoder on IRC reports getting this ID on his board.
    
    Change-Id: Ie859f0ee422e18fdb94bf817cdd2b41d15b968da
    Signed-off-by: Paul Fertser <[email protected]>

diff --git a/tcl/target/imx6.cfg b/tcl/target/imx6.cfg
index 292b114..d7f0b90 100644
--- a/tcl/target/imx6.cfg
+++ b/tcl/target/imx6.cfg
@@ -26,9 +26,11 @@ if { [info exists SJC_TAPID] } {
         set _SJC_TAPID 0x0191c01d
 }
 set _SJC_TAPID2 0x2191c01d
+set _SJC_TAPID3 0x2191e01d
 
 jtag newtap $_CHIPNAME sjc -irlen 5 -ircapture 0x01 -irmask 0x1f \
-        -expected-id $_SJC_TAPID -expected-id $_SJC_TAPID2
+        -expected-id $_SJC_TAPID -expected-id $_SJC_TAPID2 \
+        -expected-id $_SJC_TAPID3
 
 # GDB target: Cortex-A9, using DAP, configuring only one core
 # Base addresses of cores:

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to