]> git.sur5r.net Git - openocd/commitdiff
David Brownell <david-b@pacbell.net> Update docs to say that "arm7_9 dbgrq enable...
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 6 Jul 2009 21:16:11 +0000 (21:16 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 6 Jul 2009 21:16:11 +0000 (21:16 +0000)
on ARM9 cores, and update the DaVinci config files so they
no longer explicitly specify it.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2484 b42882b7-edfa-0310-969c-e2dbd0fdcd60

doc/openocd.texi
tcl/target/ti_dm355.cfg
tcl/target/ti_dm365.cfg
tcl/target/ti_dm6446.cfg

index 12827cd23cc4115614b7b8771979dceb862ea694..5537ba809e2d4763685561bf7b728be17fd137cc 100644 (file)
@@ -4631,6 +4631,8 @@ and any other core-specific commands that may be available.
 Control use of the EmbeddedIce DBGRQ signal to force entry into debug mode,
 instead of breakpoints.  This should be
 safe for all but ARM7TDMI--S cores (like Philips LPC). 
+This feature is enabled by default on most ARM9 cores,
+including ARM9TDMI, ARM920T, and ARM926EJ-S.
 @end deffn
 
 @deffn Command {arm7_9 dcc_downloads} (@option{enable}|@option{disable})
index 1bd5cda57478f1f9d5e759f1e48853695ad9d4bd..da05e73435324d3288b847a079bd02547d1b0b2a 100644 (file)
@@ -83,7 +83,6 @@ $_TARGETNAME configure \
        -work-area-size 0x4000 \
        -work-area-backup 0
 
-arm7_9 dbgrq enable
 arm7_9 fast_memory_access enable
 arm7_9 dcc_downloads enable
 
index d357c6e1579cdece5b74b4c20d7fd1e0a52fb117..4f22ea27dd05b05d672dd7433872e6c15b43cd7e 100644 (file)
@@ -88,7 +88,6 @@ $_TARGETNAME configure \
        -work-area-size 0x4000 \
        -work-area-backup 0
 
-arm7_9 dbgrq enable
 arm7_9 fast_memory_access enable
 arm7_9 dcc_downloads enable
 
index f951a090f654a05f4d5e3aaf86c6ccdd5323c6ee..289518b790e43645fed31860b86ab1b23e380b32 100644 (file)
@@ -68,7 +68,6 @@ set _TARGETNAME $_CHIPNAME.arm
 target create $_TARGETNAME arm926ejs -chain-position $_TARGETNAME
 $_TARGETNAME configure -work-area-phys 0x0000a000 -work-area-size 0x2000
 
-arm7_9 dbgrq enable
 arm7_9 fast_memory_access enable
 arm7_9 dcc_downloads enable