]> git.sur5r.net Git - openocd/commitdiff
use "armv4_5 core_state arm" instead of soft_reset_halt, fewer side effects
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 4 Sep 2009 11:03:26 +0000 (11:03 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 4 Sep 2009 11:03:26 +0000 (11:03 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2672 b42882b7-edfa-0310-969c-e2dbd0fdcd60

tcl/target/lpc1768.cfg
tcl/target/lpc2148.cfg
tcl/target/lpc2378.cfg

index 7afcf71200ace951d3c72433b29dbc4609d1a62f..fbf7117cae7f405636225da6397f01267a9da49f 100644 (file)
@@ -34,7 +34,8 @@ target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNA
 $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x10000000 -work-area-size 0x8000 -work-area-backup 0
 
 $_TARGETNAME configure -event reset-init {
-       soft_reset_halt
+       # Force target into ARM state
+       armv4_5 core_state arm
        #do not remap 0x0000-0x0020 to anything but the flash
 #      mwb 0xE01FC040 0x01
        mwb 0xE000ED08 0x00
index 0410d3665e425f45782995b8331b82331f5cb46a..fd939d996974d3559929969aa8a43e6443152b9b 100644 (file)
@@ -38,8 +38,8 @@ target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAM
 $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0
 
 $_TARGETNAME configure -event reset-init {
-       # Force target into ARM state.
-       soft_reset_halt
+       # Force target into ARM state
+       armv4_5 core_state arm
 
        # Do not remap 0x0000-0x0020 to anything but the flash (i.e. select
        # "User Flash Mode" where interrupt vectors are _not_ remapped,
index 270cd4d1d56c3cdd73c6d2d7decd6a54aed63262..d34ffae66deb648e59f4925cbc7d0158e82c7138 100644 (file)
@@ -35,7 +35,7 @@ $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-s
 
 $_TARGETNAME configure -event reset-init {
        # Force target into ARM state
-       soft_reset_halt
+       armv4_5 core_state arm
        #do not remap 0x0000-0x0020 to anything but the flash
        mwb 0xE01FC040 0x01
 }