]> git.sur5r.net Git - openocd/commitdiff
Xiaofan Chen <xiaofanc@gmail.com> With this patch, OpenOCD can talk to my
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 2 Jul 2009 17:47:10 +0000 (17:47 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 2 Jul 2009 17:47:10 +0000 (17:47 +0000)
Analog Device Eval-ADuC7060 eval board.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2459 b42882b7-edfa-0310-969c-e2dbd0fdcd60

tcl/target/aduc702x.cfg

index ef1beb78d801fd3c4ee99a48ea17f7b4278bca56..cdbcf456c52711c0b90d7d78e1fac70368084cbd 100644 (file)
@@ -5,7 +5,7 @@
 if { [info exists CHIPNAME] } {        
    set  _CHIPNAME $CHIPNAME    
 } else {        
-   set  _CHIPNAME s3c2410
+   set  _CHIPNAME aduc702x
 }
 
 if { [info exists ENDIAN] } {  
@@ -18,7 +18,7 @@ if { [info exists ENDIAN] } {
 if { [info exists CPUTAPID] } {        
    set  _CPUTAPID $CPUTAPID    
 } else {        
-   set  _CPUTAPID 0xffffffff
+   set  _CPUTAPID 0x3f0f0f0f
 }