Attention is currently required from: Shelley Chen, Ravi kumar, Paul Menzel, mturney mturney, Rajesh Patil.
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/50581 )
Change subject: mb/mainboard/herobrine: Initialize SPI FW for EC and TPM
......................................................................
Patch Set 88:
(1 comment)
File src/mainboard/google/herobrine/Kconfig:
https://review.coreboot.org/c/coreboot/+/50581/comment/3554b8f7_385b2620
PS84, Line 66: default 0xC if BOARD_GOOGLE_HEROBRINE
I think that this should never be true?
...why wouldn't it? It's true exactly iff you're building for Herobrine (the reference board).
But, honestly, this stuff should allow a default case rather than requiring every board to be specified exactly. Piglin and Hoglin are the odd ones out, everything else should follow the layout of the Herobrine reference design. So this should be written as
hex
default 0xE if BOARD_GOOGLE_PIGLIN || BOARD_GOOGLE_HOGLIN
default 0xC
and then you won't need to update it every time someone adds a new Herobrine variant. (Same goes for EC_GOOGLE_CHROMEEC_SPI_BUS.)
--
To view, visit
https://review.coreboot.org/c/coreboot/+/50581
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8cbdd1d59a0166688d52d61646db1b6764879a7c
Gerrit-Change-Number: 50581
Gerrit-PatchSet: 88
Gerrit-Owner: Ravi kumar
rbokka@codeaurora.org
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Shelley Chen
shchen@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: mturney mturney
mturney@codeaurora.org
Gerrit-CC: Mukesh Savaliya
msavaliy@qualcomm.corp-partner.google.com
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-CC: Rajesh Patil
rajpat@qualcomm.corp-partner.google.com
Gerrit-CC: Ravi Kumar Bokka
c_rbokka@qualcomm.corp-partner.google.com
Gerrit-Attention: Shelley Chen
shchen@google.com
Gerrit-Attention: Ravi kumar
rbokka@codeaurora.org
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: mturney mturney
mturney@codeaurora.org
Gerrit-Attention: Rajesh Patil
rajpat@qualcomm.corp-partner.google.com
Gerrit-Comment-Date: Mon, 15 Nov 2021 21:41:22 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Shelley Chen
shchen@google.com
Gerrit-MessageType: comment