aboutsummaryrefslogtreecommitdiffstats
path: root/flashrom.8.tmpl
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2021-09-23 21:25:03 +0200
committerNico Huber <nico.h@gmx.de>2021-10-01 11:39:23 +0000
commit86867eaa19cbc2467994f8e1d96a6ecddddcaad7 (patch)
tree12b7cf10444d8e51c15f44dfa387a9723680b43d /flashrom.8.tmpl
parent22ee33c39baef60e0f0b858cc0178fa8c0f98bfc (diff)
downloadflashrom-86867eaa19cbc2467994f8e1d96a6ecddddcaad7.tar.gz
flashrom-86867eaa19cbc2467994f8e1d96a6ecddddcaad7.tar.bz2
flashrom-86867eaa19cbc2467994f8e1d96a6ecddddcaad7.zip
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>
Diffstat (limited to 'flashrom.8.tmpl')
-rw-r--r--flashrom.8.tmpl17
1 files changed, 11 insertions, 6 deletions
diff --git a/flashrom.8.tmpl b/flashrom.8.tmpl
index 788e2544..de934538 100644
--- a/flashrom.8.tmpl
+++ b/flashrom.8.tmpl
@@ -840,9 +840,9 @@ Multi-Protocol Adapter (TUMPA), TUMPA Lite, GOEPEL PicoTAP, Google Servo v1/v2 a
Flyswatter/Flyswatter 2.
.sp
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
-.B " flashrom \-p ft2232_spi:type=model,port=interface,csgpiol=gpio"
+.B " flashrom \-p ft2232_spi:type=model,port=interface"
.sp
syntax where
.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
.B interface
can be
-.BR A ", " B ", " C ", or " D
-and
-.B csgpiol
-can be a number between 0 and 3, denoting GPIOL0-GPIOL3 correspondingly.
+.BR A ", " B ", " C ", or " D .
The default model is
.B 4232H
the default interface is
@@ -884,6 +881,14 @@ parameter with the
.B " flashrom \-p ft2232_spi:divisor=div"
.sp
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
.BR "serprog " programmer
.IP