Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/38833 )
Change subject: sb600spi: Add spireadmode
......................................................................
Patch Set 3: Code-Review-1
(2 comments)
Juuust one last thing.
https://review.coreboot.org/c/flashrom/+/38833/1/sb600spi.c
File sb600spi.c:
https://review.coreboot.org/c/flashrom/+/38833/1/sb600spi.c@509
PS1, Line 509: if (spispeed_idx >= 0 && set_speed(dev, spispeed_idx) != 0) {
: return 1;
: }
: return 0;
set_speed only writes to the register for setting the speed. Skipping this is intentional. […]
Ack
https://review.coreboot.org/c/flashrom/+/38833/3/sb600spi.c
File sb600spi.c:
https://review.coreboot.org/c/flashrom/+/38833/3/sb600spi.c@453
PS3, Line 453: (amd_gen < CHIPSET_BOLTON)
This would prevent reaching the warning message below.
--
To view, visit
https://review.coreboot.org/c/flashrom/+/38833
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Id7fec7eb87ff811148217dc56a86dca3fef122ff
Gerrit-Change-Number: 38833
Gerrit-PatchSet: 3
Gerrit-Owner: Rob Barnes
robbarnes@google.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: David Hendricks
david.hendricks@gmail.com
Gerrit-Reviewer: Edward O'Callaghan
quasisec@chromium.org
Gerrit-Reviewer: Rob Barnes
robbarnes@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Fri, 28 Feb 2020 09:34:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Rob Barnes
robbarnes@google.com
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Gerrit-MessageType: comment