Attention is currently required from: Felix Singer, Alan Green, Nico Huber, Angel Pons. Hello Felix Singer, Alan Green, build bot (Jenkins), Nico Huber, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/57810
to look at the new patch set (#8).
Change subject: [RFC] [WIP] ft2232_spi: reintroduce generic GPIOL control ......................................................................
[RFC] [WIP] ft2232_spi: reintroduce generic GPIOL control
This reintroduces a reworked version of the GPIOL pin control first introduced in commit 3207844 (CB:49637), which was reverted in commit 6518cf3 (CB:55692).
Original commit message (will be reworked/corrected later):
Adds a new arg "gpiol" to allow the four FT2232 GPIOL pins to be set to any combination of high, low or high-impedance.
The existing arg "csgpiol", is intended to function as an additional "cs" signal, allowing pins to be set high but not low. This patch preserves the csgpiol arg for backward compatibility. In the event that both arguments are specified, gpiol is used.
TODOs: - discuss merging `csgpiol` into `gpiol` as 'C' (see RFC comment) - reword commit message - man page for both `csgpiol`, `gpiol`
Change-Id: I3989f0f9596c090de52dca67183b1363dae59d3a Signed-off-by: Alan Green avg@google.com Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M ft2232_spi.c 1 file changed, 76 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/10/57810/8