diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-01-07 16:39:32 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-01-07 16:39:32 -0800 |
commit | 82c0fb527783a56f7cf82e21b85546b425378b00 (patch) | |
tree | c756b4994fe3a28c2e2f9d5b5058a5dd293622f8 /doc | |
parent | e7965cd3eb6204e618f9555331b7172e3dba7df8 (diff) | |
download | openocd+libswd-82c0fb527783a56f7cf82e21b85546b425378b00.tar.gz openocd+libswd-82c0fb527783a56f7cf82e21b85546b425378b00.tar.bz2 openocd+libswd-82c0fb527783a56f7cf82e21b85546b425378b00.tar.xz openocd+libswd-82c0fb527783a56f7cf82e21b85546b425378b00.zip |
ARM966: help/usage updates
Usage syntax messages have the same EBNF as the User's Guide;
there should be no angle brackets in either place.
Fix the User's Guide to say where the magic CP15 bits are defined;
and add comments in case someone provides mcr/mrc methods.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 285603a9..84bdb3c4 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -6030,6 +6030,10 @@ and ARM9 commands. @deffn Command {arm966e cp15} regnum [value] Display cp15 register @var{regnum}; else if a @var{value} is provided, that value is written to that register. +The six bit @var{regnum} values are bits 37..32 from table 7-2 of the +ARM966E-S TRM. +There is no current control over bits 31..30 from that table, +as required for BIST support. @end deffn @subsection XScale specific commands |