mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-30 00:13:43 +02:00
flashrom.8: carve out csgpiol
into its own section
Documentation for `csgpiol` was put into the generic programmer options section. Move it to its own section. Change-Id: Ic7379331d36b3068eacde5a983b4ccb3afc56c51 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/57893 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
22ee33c39b
commit
86867eaa19
@ -840,9 +840,9 @@ Multi-Protocol Adapter (TUMPA), TUMPA Lite, GOEPEL PicoTAP, Google Servo v1/v2 a
|
|||||||
Flyswatter/Flyswatter 2.
|
Flyswatter/Flyswatter 2.
|
||||||
.sp
|
.sp
|
||||||
An optional parameter specifies the controller
|
An optional parameter specifies the controller
|
||||||
type, channel/interface/port and GPIO-based chip select it should support. For that you have to use the
|
type, channel/interface/port it should support. For that you have to use the
|
||||||
.sp
|
.sp
|
||||||
.B " flashrom \-p ft2232_spi:type=model,port=interface,csgpiol=gpio"
|
.B " flashrom \-p ft2232_spi:type=model,port=interface"
|
||||||
.sp
|
.sp
|
||||||
syntax where
|
syntax where
|
||||||
.B model
|
.B model
|
||||||
@ -853,10 +853,7 @@ arm-usb-tiny ", " arm-usb-tiny-h ", " arm-usb-ocd ", " arm-usb-ocd-h \
|
|||||||
" or " google-servo-v2-legacy
|
" or " google-servo-v2-legacy
|
||||||
.B interface
|
.B interface
|
||||||
can be
|
can be
|
||||||
.BR A ", " B ", " C ", or " D
|
.BR A ", " B ", " C ", or " D .
|
||||||
and
|
|
||||||
.B csgpiol
|
|
||||||
can be a number between 0 and 3, denoting GPIOL0-GPIOL3 correspondingly.
|
|
||||||
The default model is
|
The default model is
|
||||||
.B 4232H
|
.B 4232H
|
||||||
the default interface is
|
the default interface is
|
||||||
@ -884,6 +881,14 @@ parameter with the
|
|||||||
.B " flashrom \-p ft2232_spi:divisor=div"
|
.B " flashrom \-p ft2232_spi:divisor=div"
|
||||||
.sp
|
.sp
|
||||||
syntax.
|
syntax.
|
||||||
|
.sp
|
||||||
|
Using the parameter
|
||||||
|
.B csgpiol
|
||||||
|
an additional CS# pin can be chosen, where the value can be a number between 0 and 3, denoting GPIOL0-GPIOL3
|
||||||
|
correspondingly. Example:
|
||||||
|
.sp
|
||||||
|
.B " flashrom \-p ft2232_spi:csgpiol=3"
|
||||||
|
.sp
|
||||||
.SS
|
.SS
|
||||||
.BR "serprog " programmer
|
.BR "serprog " programmer
|
||||||
.IP
|
.IP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user