This is an automated email from Gerrit.

Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/150

-- gerrit

commit 6bcdf461c1b4f0c6a72aaa15a909d828547f2e92
Author: Spencer Oliver <s...@spen-soft.co.uk>
Date:   Tue Nov 1 21:12:58 2011 +0000

    cfg: add Blizzard class to stellaris.cfg
    
    Change-Id: I2a1320c696b6d9b070e4a927c4cd4d68178af751
    Signed-off-by: Spencer Oliver <s...@spen-soft.co.uk>

diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg
index 7fef4ec..3ab5c0b 100644
--- a/tcl/target/stellaris.cfg
+++ b/tcl/target/stellaris.cfg
@@ -153,11 +153,12 @@ $_TARGETNAME configure -event reset-start {
           set device_class [expr (([mrw 0x400fe000] >> 16) & 0xff)]
        }
 
-       if {$device_class == 0 || $device_class == 1 || $device_class == 3} {
-               # Sandstorm, Fury and DustDevil are able to use NVIC SYSRESETREQ
+       if {$device_class == 0 || $device_class == 1 ||
+               $device_class == 3 || $device_class == 5} {
+               # Sandstorm, Fury, DustDevil and Blizzard are able to use NVIC 
SYSRESETREQ
                cortex_m3 reset_config sysresetreq
        } else {
-               # Tempest and newer default to using NVIC VECTRESET
+               # Tempest and Firestorm default to using NVIC VECTRESET
                # peripherals will need reseting manually, see proc 
reset_peripherals
                cortex_m3 reset_config vectreset
 

-- 
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to