summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-01-07 16:25:03 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-01-07 16:25:03 -0800
commite0b6e5deef2d7b0054058116b6ddf9c684053739 (patch)
tree833bd69e7bee37e86142aeb2c080abf9d56ca78a /doc
parent199abf49ea02f03aedd1239b6ef3928d35f5dbb7 (diff)
downloadopenocd+libswd-e0b6e5deef2d7b0054058116b6ddf9c684053739.tar.gz
openocd+libswd-e0b6e5deef2d7b0054058116b6ddf9c684053739.tar.bz2
openocd+libswd-e0b6e5deef2d7b0054058116b6ddf9c684053739.tar.xz
openocd+libswd-e0b6e5deef2d7b0054058116b6ddf9c684053739.zip
ARM720: help/usage updates
Deprecate the "pass an instruction opcode" flavor of cp15 access in favor of the "arm mcr ..." and "arm mrc ..." commands, which offer fewer ways to break things. Use the same EBNF syntax in the code as for the user's guide. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index a6fb9707..ea23bf72 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -5921,9 +5921,13 @@ which are implementations of the ARMv4T architecture
based on the ARM7TDMI-S integer core.
They are available in addition to the ARM and ARM7/ARM9 commands.
-@deffn Command {arm720t cp15} regnum [value]
-Display cp15 register @var{regnum};
+@deffn Command {arm720t cp15} opcode [value]
+@emph{DEPRECATED -- avoid using this.
+Use the @command{arm mrc} or @command{arm mcr} commands instead.}
+
+Display cp15 register returned by the ARM instruction @var{opcode};
else if a @var{value} is provided, that value is written to that register.
+The @var{opcode} should be the value of either an MRC or MCR instruction.
@end deffn
@subsection ARM9 specific commands