Attention is currently required from: Alan Green, Nico Huber, Samir Ibradžić.
Patch set 1:Code-Review +2
View Change
1 comment:
File ft2232_spi.c:
Patch Set #1, Line 98:
* TCK/SK is bit 0.
* TDI/DO is bit 1.
* TDO/DI is bit 2.
* TMS/CS is bit 3.
* GPIOL0 is bit 4.
* GPIOL1 is bit 5.
* GPIOL2 is bit 6.
* GPIOL3 is bit 7.
Shouldn't this be code, e.g. macros or an enum?
#define PIN_TCK_SK (1 << 0)
#define PIN_TDI_DO (1 << 1)
#define PIN_TDO_DI (1 << 2)
#define PIN_TMS_CS (1 << 3)
#define PIN_GPIOL0 (1 << 4)
#define PIN_GPIOL1 (1 << 5)
#define PIN_GPIOL2 (1 << 6)
#define PIN_GPIOL3 (1 << 7)
To view, visit change 55695. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I2b84ede01759c80f69d5ad17e43783d09ecd1107
Gerrit-Change-Number: 55695
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Alan Green <avg@google.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Samir Ibradžić <sibradzic@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Attention: Alan Green <avg@google.com>
Gerrit-Attention: Nico Huber <nico.h@gmx.de>
Gerrit-Attention: Samir Ibradžić <sibradzic@gmail.com>
Gerrit-Comment-Date: Sun, 20 Jun 2021 14:24:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment