diff options
author | hailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1> | 2009-07-01 00:02:23 +0000 |
---|---|---|
committer | hailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1> | 2009-07-01 00:02:23 +0000 |
commit | 8d7f452bef036cb06e13b518fb4a0333cd4fba27 (patch) | |
tree | 7976f18e7aa76f8a7e2f04e09e8a989bec3a1d9b /flashrom.8 | |
parent | 9fbe8ff751fb1e9036d723f1f9ad949291d4bda4 (diff) | |
download | flashrom-8d7f452bef036cb06e13b518fb4a0333cd4fba27.tar.gz |
ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and
interface A vs. B.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Tested-by: Jakob Bornecrantz <wallbraker@gmail.com>
Acked-by: Jakob Bornecrantz <wallbraker@gmail.com>
git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@638 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'flashrom.8')
-rw-r--r-- | flashrom.8 | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -183,6 +183,23 @@ Example: Currently the following programmers support this mechanism: .BR nic3com , .BR satasii . +.sp +The ft2232spi has an optional parameter specifying the controller type and +interface/port it should support. For that you have to use the +.B "flashrom -p ft2232spi=model,port=interface" +syntax where +.B model +can be any of +.B 2232H 4232H +and +.B interface +can be any of +.B A +.BR B . +The default model is +.B 4232H +and the default interface is +.BR B . .TP .B "\-h, \-\-help" Show a help text and exit. |