Skip to content
Snippets Groups Projects
Commit 42115c09 authored by oharboe's avatar oharboe
Browse files

David Brownell <david-b@pacbell.net> Update docs to say that "arm7_9 dbgrq enable" is the default

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
parent cd1b2c15
No related branches found
No related tags found
No related merge requests found
...@@ -4631,6 +4631,8 @@ and any other core-specific commands that may be available. ...@@ -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, Control use of the EmbeddedIce DBGRQ signal to force entry into debug mode,
instead of breakpoints. This should be instead of breakpoints. This should be
safe for all but ARM7TDMI--S cores (like Philips LPC). 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 @end deffn
@deffn Command {arm7_9 dcc_downloads} (@option{enable}|@option{disable}) @deffn Command {arm7_9 dcc_downloads} (@option{enable}|@option{disable})
......
...@@ -83,7 +83,6 @@ $_TARGETNAME configure \ ...@@ -83,7 +83,6 @@ $_TARGETNAME configure \
-work-area-size 0x4000 \ -work-area-size 0x4000 \
-work-area-backup 0 -work-area-backup 0
arm7_9 dbgrq enable
arm7_9 fast_memory_access enable arm7_9 fast_memory_access enable
arm7_9 dcc_downloads enable arm7_9 dcc_downloads enable
......
...@@ -88,7 +88,6 @@ $_TARGETNAME configure \ ...@@ -88,7 +88,6 @@ $_TARGETNAME configure \
-work-area-size 0x4000 \ -work-area-size 0x4000 \
-work-area-backup 0 -work-area-backup 0
arm7_9 dbgrq enable
arm7_9 fast_memory_access enable arm7_9 fast_memory_access enable
arm7_9 dcc_downloads enable arm7_9 dcc_downloads enable
......
...@@ -68,7 +68,6 @@ set _TARGETNAME $_CHIPNAME.arm ...@@ -68,7 +68,6 @@ set _TARGETNAME $_CHIPNAME.arm
target create $_TARGETNAME arm926ejs -chain-position $_TARGETNAME target create $_TARGETNAME arm926ejs -chain-position $_TARGETNAME
$_TARGETNAME configure -work-area-phys 0x0000a000 -work-area-size 0x2000 $_TARGETNAME configure -work-area-phys 0x0000a000 -work-area-size 0x2000
arm7_9 dbgrq enable
arm7_9 fast_memory_access enable arm7_9 fast_memory_access enable
arm7_9 dcc_downloads enable arm7_9 dcc_downloads enable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment