Browse Source

config files: Drop incorrect comments.

There are many "force an error till we get a good number" comments in
target/board files. This refers to the use-case where a config script
sets _CPUTAPID to 0xffffffff (which presumely gets overridden later):

 if { [info exists CPUTAPID ] } {
    set _CPUTAPID $CPUTAPID
 } else {
    # Force an error until we get a good number.
    set _CPUTAPID 0xffffffff
 }

However, the same comment was also copy-pasted in many files which do
_not_ set _CPUTAPID to 0xffffffff, where the comment doesn't make any
sense at all. Drop those comments. Also, add one missing comment, and
fix small whitespace and grammar issues.

Change-Id: Ic4ba3b5ccba87ed40cea0d6a7d66609fbdfa3c71
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Reviewed-on: http://openocd.zylin.com/136
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
tags/v0.6.0-rc1
Uwe Hermann 12 years ago
committed by Peter Stuge
parent
commit
abfd4b19a6
18 changed files with 4 additions and 19 deletions
  1. +0
    -1
      tcl/board/at91eb40a.cfg
  2. +0
    -1
      tcl/board/mini2440.cfg
  3. +1
    -1
      tcl/target/at91sam7se512.cfg
  4. +0
    -2
      tcl/target/at91sam9.cfg
  5. +0
    -1
      tcl/target/avr32.cfg
  6. +0
    -1
      tcl/target/dsp56321.cfg
  7. +0
    -1
      tcl/target/dsp568013.cfg
  8. +0
    -1
      tcl/target/dsp568037.cfg
  9. +1
    -1
      tcl/target/epc9301.cfg
  10. +1
    -1
      tcl/target/is5114.cfg
  11. +0
    -1
      tcl/target/pic32mx.cfg
  12. +1
    -0
      tcl/target/samsung_s3c2410.cfg
  13. +0
    -1
      tcl/target/samsung_s3c2440.cfg
  14. +0
    -1
      tcl/target/samsung_s3c2450.cfg
  15. +0
    -2
      tcl/target/samsung_s3c6410.cfg
  16. +0
    -1
      tcl/target/smp8634.cfg
  17. +0
    -1
      tcl/target/tmpa900.cfg
  18. +0
    -1
      tcl/target/tmpa910.cfg

+ 0
- 1
tcl/board/at91eb40a.cfg View File

@@ -19,7 +19,6 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x1f0f0f0f
}



+ 0
- 1
tcl/board/mini2440.cfg View File

@@ -100,7 +100,6 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x0032409d
}



+ 1
- 1
tcl/target/at91sam7se512.cfg View File

@@ -18,7 +18,7 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
# Force an error until we get a good number.
set _CPUTAPID 0xffffffff
}



+ 0
- 2
tcl/target/at91sam9.cfg View File

@@ -17,13 +17,11 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x0792603f
}

reset_config trst_and_srst separate trst_push_pull srst_open_drain

#
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID

adapter_nsrst_delay 300


+ 0
- 1
tcl/target/avr32.cfg View File

@@ -1,7 +1,6 @@
set _CHIPNAME avr32
set _ENDIAN big

# force an error till we get a good number
set _CPUTAPID 0x21e8203f

jtag_nsrst_delay 100


+ 0
- 1
tcl/target/dsp56321.cfg View File

@@ -17,7 +17,6 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x1181501d
}



+ 0
- 1
tcl/target/dsp568013.cfg View File

@@ -16,7 +16,6 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x01f2401d
}



+ 0
- 1
tcl/target/dsp568037.cfg View File

@@ -16,7 +16,6 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x01f2801d
}



+ 1
- 1
tcl/target/epc9301.cfg View File

@@ -15,7 +15,7 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
# Force an error until we get a good number.
set _CPUTAPID 0xffffffff
}



+ 1
- 1
tcl/target/is5114.cfg View File

@@ -18,7 +18,7 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
# Force an error until we get a good number.
set _CPUTAPID 0xffffffff
}



+ 0
- 1
tcl/target/pic32mx.cfg View File

@@ -14,7 +14,6 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x30938053
}



+ 1
- 0
tcl/target/samsung_s3c2410.cfg View File

@@ -16,6 +16,7 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID] } {
set _CPUTAPID $CPUTAPID
} else {
# Force an error until we get a good number.
set _CPUTAPID 0xffffffff
}



+ 0
- 1
tcl/target/samsung_s3c2440.cfg View File

@@ -19,7 +19,6 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x0032409d
}



+ 0
- 1
tcl/target/samsung_s3c2450.cfg View File

@@ -29,7 +29,6 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x07926f0f
}



+ 0
- 2
tcl/target/samsung_s3c6410.cfg View File

@@ -23,14 +23,12 @@ if { [info exists ENDIAN] } {
if { [info exists ETBTAPID ] } {
set _ETBTAPID $ETBTAPID
} else {
# force an error till we get a good number
set _ETBTAPID 0x2b900f0f
}

if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x07b76f0f
}



+ 0
- 1
tcl/target/smp8634.cfg View File

@@ -15,7 +15,6 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x08630001
}



+ 0
- 1
tcl/target/tmpa900.cfg View File

@@ -14,7 +14,6 @@ set _ENDIAN little
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x07926031
}



+ 0
- 1
tcl/target/tmpa910.cfg View File

@@ -14,7 +14,6 @@ set _ENDIAN little
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
# force an error till we get a good number
set _CPUTAPID 0x07926031
}



Loading…
Cancel
Save