summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-08 14:34:35 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-08 14:34:35 +0000
commitdc63c051a8f8d90eba991d2180c43a201db1ea9e (patch)
tree9c0bb1828daa3a2c8b8ae499e297c388f749b612 /doc
parentbd85f16e39eaa4a3e41282232526b2a2dd8fd5df (diff)
downloadopenocd_libswd-dc63c051a8f8d90eba991d2180c43a201db1ea9e.tar.gz
openocd_libswd-dc63c051a8f8d90eba991d2180c43a201db1ea9e.tar.bz2
openocd_libswd-dc63c051a8f8d90eba991d2180c43a201db1ea9e.tar.xz
openocd_libswd-dc63c051a8f8d90eba991d2180c43a201db1ea9e.zip
Michael Schwingen <rincewind@discworld.dascon.de> - add jedec_probe to doc
git-svn-id: svn://svn.berlios.de/openocd/trunk@901 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index ef921536..74c60bd7 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -623,13 +623,17 @@ vector table.
@cindex cfi options
@b{flash bank cfi} <@var{base}> <@var{size}> <@var{chip_width}> <@var{bus_width}>
-<@var{target#}>
+<@var{target#}> [@var{jedec_probe}|@var{x16_as_x8}]
CFI flashes require the number of the target they're connected to as an additional
argument. The CFI driver makes use of a working area (specified for the target)
to significantly speed up operation.
@var{chip_width} and @var{bus_width} are specified in bytes.
+The @var{jedec_probe} option is used to detect certain non-CFI flash roms, like AM29LV010 and similar types.
+
+@var{x16_as_x8} ???
+
@subsection at91sam7 options
@cindex at91sam7 options