1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 06:23:18 +02:00

ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vs

B.

Corresponding to flashrom svn r638.

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>
This commit is contained in:
Carl-Daniel Hailfinger
2009-07-01 00:02:23 +00:00
parent 9cb867b571
commit feea272228
4 changed files with 66 additions and 9 deletions

View File

@ -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.