- cleanup target config scripts
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 3 Dec 2008 12:02:46 +0000 (12:02 +0000)
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 3 Dec 2008 12:02:46 +0000 (12:02 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1202 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/target/lm3s3748.cfg
src/target/target/lm3s6965.cfg
src/target/target/lm3s811.cfg
src/target/target/stm32.cfg
src/target/target/stm32stick.cfg
src/target/target/str710.cfg
src/target/target/str730.cfg
src/target/target/str750.cfg
src/target/target/str910-eval.cfg
src/target/target/str912.cfg
src/target/target/str9comstick.cfg

index f3ed12e21fa830f6c325b371a2876023aa14b477..7321cb8ac7679dfe557656a9f8bf3174ebce7a02 100644 (file)
@@ -20,7 +20,7 @@ if { [info exists CPUTAPID ] } {
    set _CPUTAPID $CPUTAPID
 } else {
   # force an error till we get a good number
-   set _CPUTAPID 0xffffffff
+   set _CPUTAPID 0x3ba00477
 }
 
 # RCLK 
index 8fdc9c89ffb30956710ed8dbfa7090ec64cbcfec..27b104ff786fd522ce5a65c4ee10e8cbc45d4eda 100644 (file)
@@ -18,7 +18,7 @@ if { [info exists CPUTAPID ] } {
    set _CPUTAPID $CPUTAPID
 } else {
   # force an error till we get a good number
-   set _CPUTAPID 0xffffffff
+   set _CPUTAPID 0x3ba00477
 }
 
 # jtag speed
@@ -33,7 +33,6 @@ reset_config srst_only
 #jtag scan chain
 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 1 -irmask 0xf -expected-id $_CPUTAPID
 
-
 # the luminary variant causes a software reset rather than asserting SRST
 # this stops the debug registers from being cleared
 # this will be fixed in later revisions of silicon
index e6a7d05faf157030d802cb4321964acbdf26e0bf..2fa914faf3724a29664b0778b301a13eb2b639e8 100644 (file)
@@ -17,7 +17,7 @@ if { [info exists CPUTAPID ] } {
    set _CPUTAPID $CPUTAPID
 } else {
   # force an error till we get a good number
-   set _CPUTAPID 0xffffffff
+   set _CPUTAPID 0x3ba00477
 }
 
 # jtag speed
index c9581d4994479ca3546b6a9f4e35f8beb2c3380e..ed6cec4cd4e0e0d52c46e7ce709609e20738ac5a 100644 (file)
@@ -12,7 +12,6 @@ if { [info exists ENDIAN] } {
    set  _ENDIAN little
 }
 
-
 # jtag speed
 jtag_khz 500
 
@@ -51,7 +50,6 @@ target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNA
 
 $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 16384 -work-area-backup 0
 
-
 flash bank stm32x 0 0 0 0 0
 
 # For more information about the configuration files, take a look at:
index bb297dd77b94ac589b6f864c7afb8f6e01715755..3e9997d798a5d155016e09b467012ceaf7a31b6d 100644 (file)
@@ -35,7 +35,7 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0xf -irmask 0xe -expected-id $_CP
 # The boundery scan register, leave the "expected-id" undefined.
 jtag newtap $_CHIPNAME bs  -irlen 5 -ircapture 0x1 -irmask 0x1e 
 
-# What is this? It must be some extra chip on the stm32stick...
+# configure str750 connected to jtag chain
 jtag newtap $_CHIPNAME unknown -irlen 4 -ircapture 0x1 -irmask 0x0f
 
 set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
index de3b0b9e77eb86ccf93e36dff30459f073fc289d..150656d7f1ac867018667013b4c3f537a3c2233a 100644 (file)
@@ -16,10 +16,9 @@ if { [info exists ENDIAN] } {
 if { [info exists CPUTAPID] } {        
    set  _CPUTAPID $CPUTAPID    
 } else {        
-   set  _CPUTAPID 0xffffffff
+   set  _CPUTAPID 0x3f0f0f0f
 }
 
-
 #use combined on interfaces or targets that can't set TRST/SRST separately
 reset_config trst_and_srst srst_pulls_trst
 
index c0dfcdd16e141d203da918e6c78c23fb6cc55796..65c8a57f0a2542832b78bf045558094ec8bd8ca5 100644 (file)
@@ -17,10 +17,9 @@ if { [info exists ENDIAN] } {
 if { [info exists CPUTAPID] } {        
    set  _CPUTAPID $CPUTAPID    
 } else {        
-   set  _CPUTAPID 0xffffffff
+   set  _CPUTAPID 0x3f0f0f0f
 }
 
-
 #use combined on interfaces or targets that can't set TRST/SRST separately
 #reset_config trst_and_srst srst_pulls_trst
 reset_config trst_and_srst srst_pulls_trst
index 806bbfa1c5a8c5debb2fce30d6422621b3ed49bb..b17fd2170c5679936b0825bdacc7113f4a8d1bc0 100644 (file)
@@ -15,13 +15,12 @@ if { [info exists ENDIAN] } {
 if { [info exists CPUTAPID] } {        
    set  _CPUTAPID $CPUTAPID    
 } else {        
-   set  _CPUTAPID 0xffffffff
+   set  _CPUTAPID 0x4f1f0041
 }
 
 # jtag speed
 jtag_khz 10
 
-
 #use combined on interfaces or targets that can't set TRST/SRST separately
 #reset_config trst_and_srst srst_pulls_trst
 reset_config trst_and_srst srst_pulls_trst
index 44edeaa4150211264e76aa191606cb15fca89f18..df0ce379b7cdddf28ce023d3345c0ece46b4418b 100644 (file)
@@ -18,8 +18,7 @@ if { [info exists ENDIAN] } {
 if { [info exists FLASHTAPID ] } {
    set _FLASHTAPID $FLASHTAPID
 } else {
-  # Fixme with a correct number!
-   set _FLASHTAPID 0xFFFFFFFF
+   set _FLASHTAPID 0x04570041
 }
 jtag newtap $_CHIPNAME flash -irlen 8 -ircapture 0x1 -irmask 0xfe -expected-id $_FLASHTAPID
 
@@ -34,7 +33,7 @@ jtag newtap $_CHIPNAME cpu   -irlen 4 -ircapture 0x1 -irmask 0xe -expected-id $_
 if { [info exists BSTAPID ] } {
    set _BSTAPID $BSTAPID
 } else {
-   set _BSTAPID 0xFFFFFFFF
+   set _BSTAPID 0x1457f041
 }
 jtag newtap $_CHIPNAME bs    -irlen 5 -ircapture 0x1 -irmask 0x1e -expected-id $_BSTAPID
 
@@ -42,9 +41,21 @@ set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
 target create $_TARGETNAME arm966e -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm966e
 $_TARGETNAME configure -work-area-phys 0x50000000 -work-area-virt 0x50000000 -work-area-size 16384 -work-area-backup 1
 
-flash bank str9xpec 0x00000000 0x00080000 0 0 0
+$_TARGETNAME configure -event reset-init {
+       # We can increase speed now that we know the target is halted.
+       #jtag_rclk 3000
+       
+       # -- Enable 96K RAM
+       # PFQBC enabled / DTCM & AHB wait-states disabled
+       mww 0x5C002034 0x0191 
 
-str9xpec enable_turbo 0
-str9xpec options_read 0
-str9xpec options_cmap 0 bank 1
-str9xpec options_write 0
+       str9x flash_config 0 4 2 0 0x80000
+       flash protect 0 0 7 off
+}
+
+#flash bank str9x <base> <size> 0 0 <target#> <variant>
+flash bank str9x 0x00000000 0x00080000 0 0 0
+flash bank str9x 0x00080000 0x00008000 0 0 0
+
+# For more information about the configuration files, take a look at:
+# openocd.texi
index 3b7d7ff1082e6fc21b236ad985f869380c61a1b8..a794d2b4efd535e264244007c85c20cb5600aae1 100644 (file)
@@ -12,8 +12,6 @@ if { [info exists ENDIAN] } {
    set  _ENDIAN little
 }
 
-
-
 # jtag speed. We need to stick to 16kHz until we've finished reset.
 jtag_rclk 16
 
@@ -26,7 +24,7 @@ reset_config trst_and_srst
 if { [info exists FLASHTAPID ] } {
    set _FLASHTAPID $FLASHTAPID
 } else {
-   set _FLASHTAPID 0x25966041
+   set _FLASHTAPID 0x04570041
 }
 jtag newtap $_CHIPNAME flash -irlen 8 -ircapture 0x1 -irmask 0xfe -expected-id $_FLASHTAPID
 
index 0696c1213c00c3195569bb140e2c52a01f2115a6..eebfddfdd0048bff81fa21f4d87f60153cc9fce8 100644 (file)
@@ -14,7 +14,7 @@ reset_config trst_and_srst
 if { [info exists FLASHTAPID ] } {
    set _FLASHTAPID $FLASHTAPID
 } else {
-   set _FLASHTAPID 0xFFFFFFFF
+   set _FLASHTAPID 0x04570041
 }
 jtag newtap $_CHIPNAME flash -irlen 8 -ircapture 0x1 -irmask 0x1 -expected-id $_FLASHTAPID
 
@@ -29,7 +29,7 @@ jtag newtap $_CHIPNAME cpu   -irlen 4 -ircapture 0xf -irmask 0xe -expected-id $_
 if { [info exists BSTAPID ] } {
    set _BSTAPID $BSTAPID
 } else {
-   set _BSTAPID 0xFFFFFFFF
+   set _BSTAPID 0x1457f041
 }
 jtag newtap $_CHIPNAME bs    -irlen 5 -ircapture 0x1 -irmask 0x1 -expected-id $_BSTAPID