summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-11-05 06:39:33 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-11-05 06:39:33 +0000
commit4ad68fb6d6107a5b80918c33961a35fa61aa6d46 (patch)
tree028058f4f5723a699d521cd8cae4410a4eddced1 /doc
parent56a1fed30982c01f76cdfe3544a5943b7192df17 (diff)
downloadopenocd+libswd-4ad68fb6d6107a5b80918c33961a35fa61aa6d46.tar.gz
openocd+libswd-4ad68fb6d6107a5b80918c33961a35fa61aa6d46.tar.bz2
openocd+libswd-4ad68fb6d6107a5b80918c33961a35fa61aa6d46.tar.xz
openocd+libswd-4ad68fb6d6107a5b80918c33961a35fa61aa6d46.zip
John McCarthy <jgmcc@magma.ca> - mips_4k options
git-svn-id: svn://svn.berlios.de/openocd/trunk@1133 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 4fb60629..cae6a6d3 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -576,11 +576,13 @@ Currently, there are no options available for the ep93xx interface.
@item @b{cortex_m3}
@item @b{feroceon}
@item @b{xscale}
+@item @b{arm11}
@item @b{mips_m4k}
@end itemize
If you want to use a target board that is not on this list, see Adding a new
-target board
+target board.
+The @option{target types} command can be used to get the list of targets supported from within openocd.
Endianess may be @option{little} or @option{big}.
@@ -638,6 +640,16 @@ be detected and the normal reset behaviour used.
Supported variants are @option{ixp42x}, @option{ixp45x}, @option{ixp46x},
@option{pxa250}, @option{pxa255}, @option{pxa26x}.
+@subsection arm11 options
+@cindex arm11 options
+
+@subsection mips_m4k options
+@cindex mips_m4k options
+Use variant @option{ejtag_srst} when debugging targets that
+do not provide a functional SRST line on the EJTAG connector.
+This causes openocd to instead use an EJTAG software reset command to reset the processor.
+You still need to enable @option{srst} on the reset configuration command to enable openocd hardware reset functionality.
+
@section Flash configuration
@cindex Flash configuration