Updates and fixes from Kees Jongenburger
git-svn-id: svn://svn.berlios.de/openocd/trunk@1239 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
0cba0d4df3
commit
4238dd5053
|
@ -1,9 +1,7 @@
|
||||||
# Target configuration for the Samsung 2440 system on chip
|
# Target configuration for the Samsung 2440 system on chip
|
||||||
# Tested on a S3C2440 Evaluation board
|
# Tested on a S3C2440 Evaluation board by keesj
|
||||||
# Processor : ARM920Tid(wb) rev 0 (v4l)
|
# Processor : ARM920Tid(wb) rev 0 (v4l)
|
||||||
# Info: JTAG device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0)
|
# Info: JTAG tap: s3c2440.cpu tap/device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0)
|
||||||
# [Duane Ellis 27/nov/2008: Above 0x0032409d appears to be copy/paste from other places]
|
|
||||||
# [and I do not believe it to be accurate, hence the 0xffffffff below]
|
|
||||||
|
|
||||||
if { [info exists CHIPNAME] } {
|
if { [info exists CHIPNAME] } {
|
||||||
set _CHIPNAME $CHIPNAME
|
set _CHIPNAME $CHIPNAME
|
||||||
|
@ -22,7 +20,7 @@ if { [info exists CPUTAPID ] } {
|
||||||
set _CPUTAPID $CPUTAPID
|
set _CPUTAPID $CPUTAPID
|
||||||
} else {
|
} else {
|
||||||
# force an error till we get a good number
|
# force an error till we get a good number
|
||||||
set _CPUTAPID 0xFFFFFFFF
|
set _CPUTAPID 0x0032409d
|
||||||
}
|
}
|
||||||
|
|
||||||
#jtag scan chain
|
#jtag scan chain
|
Loading…
Reference in New Issue