]> git.sur5r.net Git - openocd/commitdiff
Michael Schwingen <rincewind@discworld.dascon.de> - add jedec_probe to doc
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 8 Aug 2008 14:34:35 +0000 (14:34 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 8 Aug 2008 14:34:35 +0000 (14:34 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@901 b42882b7-edfa-0310-969c-e2dbd0fdcd60

doc/openocd.texi

index ef921536ed9ed89c8a5998a6ab79eb962c3ac4dc..74c60bd7d33f5f6c9c5babd890cb581e329fbd59 100644 (file)
@@ -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