From: <oh...@ma...> - 2009-07-06 23:16:14
|
Author: oharboe Date: 2009-07-06 23:16:11 +0200 (Mon, 06 Jul 2009) New Revision: 2484 Modified: trunk/doc/openocd.texi trunk/tcl/target/ti_dm355.cfg trunk/tcl/target/ti_dm365.cfg trunk/tcl/target/ti_dm6446.cfg Log: David Brownell <da...@pa...> 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. Modified: trunk/doc/openocd.texi =================================================================== --- trunk/doc/openocd.texi 2009-07-06 15:41:55 UTC (rev 2483) +++ trunk/doc/openocd.texi 2009-07-06 21:16:11 UTC (rev 2484) @@ -4631,6 +4631,8 @@ 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}) Modified: trunk/tcl/target/ti_dm355.cfg =================================================================== --- trunk/tcl/target/ti_dm355.cfg 2009-07-06 15:41:55 UTC (rev 2483) +++ trunk/tcl/target/ti_dm355.cfg 2009-07-06 21:16:11 UTC (rev 2484) @@ -83,7 +83,6 @@ -work-area-size 0x4000 \ -work-area-backup 0 -arm7_9 dbgrq enable arm7_9 fast_memory_access enable arm7_9 dcc_downloads enable Modified: trunk/tcl/target/ti_dm365.cfg =================================================================== --- trunk/tcl/target/ti_dm365.cfg 2009-07-06 15:41:55 UTC (rev 2483) +++ trunk/tcl/target/ti_dm365.cfg 2009-07-06 21:16:11 UTC (rev 2484) @@ -88,7 +88,6 @@ -work-area-size 0x4000 \ -work-area-backup 0 -arm7_9 dbgrq enable arm7_9 fast_memory_access enable arm7_9 dcc_downloads enable Modified: trunk/tcl/target/ti_dm6446.cfg =================================================================== --- trunk/tcl/target/ti_dm6446.cfg 2009-07-06 15:41:55 UTC (rev 2483) +++ trunk/tcl/target/ti_dm6446.cfg 2009-07-06 21:16:11 UTC (rev 2484) @@ -68,7 +68,6 @@ 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 |