summaryrefslogtreecommitdiffstats
path: root/flashrom.8
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2012-09-26 00:46:02 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2012-09-26 00:46:02 +0000
commitfbc71ac494a798ed6b19f5895c0f4a5183e9866c (patch)
tree5db8dd8d0a8bbf9798cc0729383ec73a44d1620c /flashrom.8
parentfd0d41353777804d890caf150c749da928da4d79 (diff)
downloadast2050-flashrom-fbc71ac494a798ed6b19f5895c0f4a5183e9866c.zip
ast2050-flashrom-fbc71ac494a798ed6b19f5895c0f4a5183e9866c.tar.gz
Add support for all 4 possible channels to the ft2232_spi programmer
Add a check to validate the selected channel/interface, which not even libftdi seems to do yet. This patch changes default behavior: the new default channel/interface is A. Also, this patch uses the word 'channel' in addition or in place of 'interface' where possible without too much hassle because it is the term FTDI uses. Corresponding to flashrom svn r1608. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flashrom.8')
-rw-r--r--flashrom.86
1 files changed, 3 insertions, 3 deletions
diff --git a/flashrom.8 b/flashrom.8
index 2519a78..ae6b398 100644
--- a/flashrom.8
+++ b/flashrom.8
@@ -555,7 +555,7 @@ Example:
.SS
.BR "ft2232_spi " programmer
An optional parameter specifies the controller
-type and interface/port it should support. For that you have to use the
+type and channel/interface/port it should support. For that you have to use the
.sp
.B " flashrom \-p ft2232_spi:type=model,port=interface"
.sp
@@ -568,11 +568,11 @@ arm-usb-tiny ", " arm-usb-tiny-h ", " arm-usb-ocd ", " arm-usb-ocd-h \
and
.B interface
can be
-.BR A ", or " B .
+.BR A ", " B ", " C ", or " D .
The default model is
.B 4232H
and the default interface is
-.BR B .
+.BR A .
.sp
If there is more than one ft2232_spi-compatible device connected, you can select which one should be used by
specifying its serial number with the
OpenPOWER on IntegriCloud