This is an automated email from Gerrit.

Felipe Balbi (ba...@ti.com) just uploaded a new patch set to Gerrit, which you 
can find at http://openocd.zylin.com/2619

-- gerrit

commit 615e33520bf8eb5c577fd27aab28f91f35df93a9
Author: Felipe Balbi <ba...@ti.com>
Date:   Wed Mar 18 15:23:06 2015 -0500

    target: am437x: fix DebugSS DAP ID
    
    Main DAP (where Cortex A9 sits) ID is actually
    0x46b6902f. Fix it.
    
    Change-Id: Ifa3335186bcf60d264d4ecea477bfe2f5ca10ead
    Signed-off-by: Felipe Balbi <ba...@ti.com>

diff --git a/tcl/target/am437x.cfg b/tcl/target/am437x.cfg
index 75c13e4..8b51f99 100644
--- a/tcl/target/am437x.cfg
+++ b/tcl/target/am437x.cfg
@@ -456,7 +456,7 @@ jtag configure $_CHIPNAME.m3_dap -event tap-enable 
"icepick_d_tapenable $_CHIPNA
 if { [info exists DAP_TAPID] } {
    set _DAP_TAPID $DAP_TAPID
 } else {
-   set _DAP_TAPID 0x4b6b902f
+   set _DAP_TAPID 0x46b6902f
 }
 jtag newtap $_CHIPNAME dap -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 
$_DAP_TAPID -disable
 jtag configure $_CHIPNAME.dap -event tap-enable "icepick_d_tapenable 
$_CHIPNAME.jrc 12"

-- 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to