diff options
author | dbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-17 08:02:43 +0000 |
---|---|---|
committer | dbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-17 08:02:43 +0000 |
commit | cb7ad25c0404147a0a60f04c3b8fa8ac7386bb29 (patch) | |
tree | 110150b4b0181ce2be0414c4250375c30d4a0359 /doc | |
parent | e18bd3b55e3351a38f6bcc5ec17373e022210e9e (diff) | |
download | openocd+libswd-cb7ad25c0404147a0a60f04c3b8fa8ac7386bb29.tar.gz openocd+libswd-cb7ad25c0404147a0a60f04c3b8fa8ac7386bb29.tar.bz2 openocd+libswd-cb7ad25c0404147a0a60f04c3b8fa8ac7386bb29.tar.xz openocd+libswd-cb7ad25c0404147a0a60f04c3b8fa8ac7386bb29.zip |
The "arm9tdmi.c" file is more of a generic ARM9 support file:
- update comments to say so.
- update docs to clarify that the "arm9tdmi" command prefix
is a misnomer.
- bugfix some messages that wrongly assume only ARM9TDMI
based processors use this code.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2719 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 9960468c..0b6ecf02 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -4932,13 +4932,18 @@ Translate a virtual address @var{va} to a physical address and display the result. @end deffn -@subsection ARM9TDMI specific commands -@cindex ARM9TDMI +@subsection ARM9 specific commands +@cindex ARM9 -Many ARM9-family CPUs are built around ARM9TDMI integer cores, -or processors resembling ARM9TDMI, and can use these commands. +ARM9-family cores are built around ARM9TDMI or ARM9E (including ARM9EJS) +integer processors. Such cores include the ARM920T, ARM926EJ-S, and ARM966. +For historical reasons, one command shared by these cores starts +with the @command{arm9tdmi} prefix. +This is true even for ARM9E based processors, which implement the +ARMv5TE architecture instead of ARMv4T. + @c 9-june-2009: tried this on arm920t, it didn't work. @c no-params always lists nothing caught, and that's how it acts. |