aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-01-20 14:35:10 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-01-23 11:44:50 +0000
commita559f8a79187ec179d9950143c65dd107eb419f5 (patch)
tree2ddc271d58c1c44eedb24e8c247ca5aa2997b869
parent769064de4bd8fc59804c37a418b83fcdba6fd36f (diff)
downloadriscv-openocd-a559f8a79187ec179d9950143c65dd107eb419f5.zip
riscv-openocd-a559f8a79187ec179d9950143c65dd107eb419f5.tar.gz
riscv-openocd-a559f8a79187ec179d9950143c65dd107eb419f5.tar.bz2
cfg: add missing Stellaris Blizzard info
Change-Id: I1d6fb9a2ec8d87267a266f68c01ce032450e45d5 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/392 Tested-by: jenkins
-rw-r--r--tcl/target/stellaris.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg
index a272e66..0afe2e7 100644
--- a/tcl/target/stellaris.cfg
+++ b/tcl/target/stellaris.cfg
@@ -28,7 +28,8 @@ if { [info exists CHIPNAME] } {
# CPU TAP ID 0x1ba00477 for early Sandstorm parts
# CPU TAP ID 0x2ba00477 for later SandStorm parts, e.g. lm3s811 Rev C2
# CPU TAP ID 0x3ba00477 for Cortex-M3 r1p2 (on Fury, DustDevil)
-# CPU TAP ID 0x4ba00477 for Cortex-M3 r2p0 (on Tempest)
+# CPU TAP ID 0x4ba00477 for Cortex-M3 r2p0 (on Tempest, Firestorm)
+# CPU TAP ID 0x4ba00477 for Cortex-M4 r0p1 (on Blizzard)
# ... we'll ignore the JTAG version field, rather than list every
# chip revision that turns up.
if { [info exists CPUTAPID] } {