Attention is currently required from: Eric Lai, Ivy Jian, Nick Vaccaro.
Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79101?usp=email )
Change subject: mb/google/brox: Set TPM i2c config in device tree
......................................................................
Patch Set 2:
(4 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/79101/comment/94c42015_6ce703ea :
PS1, Line 7: Set ic2 configs in device tree
> nit: mb/google/brox:
Done
File src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/79101/comment/15910bfe_83439380 :
PS1, Line 88: .i2c[0] = {
: .speed = I2C_SPEED_FAST,
: .rise_time_ns = 650,
: .fall_time_ns = 400,
: .data_hold_time_ns = 50,
: },
: .i2c[1] = {
: .speed = I2C_SPEED_FAST,
: .rise_time_ns = 650,
: .fall_time_ns = 400,
: .data_hold_time_ns = 50,
: },
: .i2c[2] = {
: .speed = I2C_SPEED_FAST,
: .rise_time_ns = 900,
: .fall_time_ns = 400,
: .data_hold_time_ns = 50,
: },
: .i2c[3] = {
: .early_init = 1,
: .speed = I2C_SPEED_FAST,
: .rise_time_ns = 600,
: .fall_time_ns = 400,
: .data_hold_time_ns = 50,
: },
: .i2c[5] = {
: .speed = I2C_SPEED_FAST,
: .rise_time_ns = 650,
: .fall_time_ns = 400,
: .data_hold_time_ns = 50,
: },
:
> These need to change appropriately.
Hey Nick, in the past we could set these with through tuning with the help of a hw engineer. Can you help advise me on how we can do this before we get the actual hardware?
https://review.coreboot.org/c/coreboot/+/79101/comment/534fec9a_0d834bc5 :
PS1, Line 169: device ref i2c1 on
> i2c4
Done
https://review.coreboot.org/c/coreboot/+/79101/comment/2dacdfda_6aecd198 :
PS1, Line 172: register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_D1_IRQ)"
> should it be GPP_E2_IRQ? I see GPP_E2 for GSC_PCH_INT_ODL in gpio. […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/79101?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I10a7463effd85aec4551385963197bc1021319fe
Gerrit-Change-Number: 79101
Gerrit-PatchSet: 2
Gerrit-Owner: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Eric Lai <ericllai(a)google.com>
Gerrit-CC: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Gerrit-CC: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Attention: Eric Lai <ericllai(a)google.com>
Gerrit-Attention: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Comment-Date: Tue, 28 Nov 2023 06:48:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Eric Lai <ericllai(a)google.com>
Comment-In-Reply-To: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Comment-In-Reply-To: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: Shelley Chen.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79101?usp=email
to look at the new patch set (#3).
Change subject: mb/google/brox: Set TPM i2c config in device tree
......................................................................
mb/google/brox: Set TPM i2c config in device tree
Insert TPM device into i2c4 slot in the device tree. Also make sure
the GPIO for GSC_PCH_INT_ODL is set correctly.
BUG=b:300690448
BRANCH=None
TEST=emerge-brox coreboot
Change-Id: I10a7463effd85aec4551385963197bc1021319fe
Signed-off-by: Shelley Chen <shchen(a)google.com>
---
M src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb
1 file changed, 11 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/79101/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/79101?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I10a7463effd85aec4551385963197bc1021319fe
Gerrit-Change-Number: 79101
Gerrit-PatchSet: 3
Gerrit-Owner: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Eric Lai <ericllai(a)google.com>
Gerrit-CC: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Gerrit-CC: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Attention: Shelley Chen <shchen(a)google.com>
Gerrit-MessageType: newpatchset
Uwe Poeche has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/78865?usp=email )
Change subject: Update vboot submodule to upstream main
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
> We've already landed dependencies on this now, so let me just try to forward fix. […]
done; it works
--
To view, visit https://review.coreboot.org/c/coreboot/+/78865?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ic7ecdabcdd26df349b8abf1c5a77c806facfe1d8
Gerrit-Change-Number: 78865
Gerrit-PatchSet: 4
Gerrit-Owner: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Eric Lai <ericllai(a)google.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Martin L Roth <gaumless(a)gmail.com>
Gerrit-CC: Uwe Poeche <uwe.poeche(a)siemens.com>
Gerrit-Comment-Date: Tue, 28 Nov 2023 06:42:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Julius Werner <jwerner(a)chromium.org>
Comment-In-Reply-To: Uwe Poeche <uwe.poeche(a)siemens.com>
Gerrit-MessageType: comment
Attention is currently required from: Shelley Chen.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79101?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: mb/google/brox: Set TPM i2c config in device tree
......................................................................
mb/google/brox: Set TPM i2c config in device tree
Insert TPM device into i2c4 slot in the device tree. Also make sure
the GPIO for GSC_PCH_INT_ODL is set correctly.
BUG=b:300690448
BRANCH=None
TEST=emerge-brox coreboot
Change-Id: I10a7463effd85aec4551385963197bc1021319fe
Signed-off-by: Shelley Chen <shchen(a)google.com>
---
M src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb
1 file changed, 11 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/79101/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/79101?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I10a7463effd85aec4551385963197bc1021319fe
Gerrit-Change-Number: 79101
Gerrit-PatchSet: 2
Gerrit-Owner: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Eric Lai <ericllai(a)google.com>
Gerrit-CC: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Gerrit-CC: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Attention: Shelley Chen <shchen(a)google.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Ivy Jian, Karthik Ramasubramanian, Nick Vaccaro, Paul Menzel, Shelley Chen.
Hello Eric Lai, Karthik Ramasubramanian, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79102?usp=email
to look at the new patch set (#3).
Change subject: mb/google/brox: Fix configuration for TPM in Kconfig
......................................................................
mb/google/brox: Fix configuration for TPM in Kconfig
On Brox, TPM is using i2c4 and GPP_E1, so modifying the Kconfig to
reflect this.
BUG=b:300690448
BRANCH=None
TEST=emerge-brox coreboot
Change-Id: I0ecaa6fcfc05c3c2e55f857d7a4e59fe46096bb5
Signed-off-by: Shelley Chen <shchen(a)google.com>
---
M src/mainboard/google/brox/Kconfig
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/79102/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/79102?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I0ecaa6fcfc05c3c2e55f857d7a4e59fe46096bb5
Gerrit-Change-Number: 79102
Gerrit-PatchSet: 3
Gerrit-Owner: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Eric Lai <ericllai(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Gerrit-CC: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Shelley Chen <shchen(a)google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Ivy Jian, Karthik Ramasubramanian, Nick Vaccaro, Paul Menzel, Shelley Chen.
Eric Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79102?usp=email )
Change subject: mb/google/brox: Fix configuration for TPM in Kconfig
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/79102?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I0ecaa6fcfc05c3c2e55f857d7a4e59fe46096bb5
Gerrit-Change-Number: 79102
Gerrit-PatchSet: 2
Gerrit-Owner: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Eric Lai <ericllai(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Gerrit-CC: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Shelley Chen <shchen(a)google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Tue, 28 Nov 2023 06:34:49 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Eric Lai, Ivy Jian, Nick Vaccaro, Paul Menzel.
Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79102?usp=email )
Change subject: mb/google/brox: Fix configuration for TPM in Kconfig
......................................................................
Patch Set 2:
(5 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/79102/comment/d49928c7_feba9572 :
PS1, Line 7: Fix configuration for TPM in Kconfig
> If possible, please be more specific.
Acknowledged. Added description.
https://review.coreboot.org/c/coreboot/+/79102/comment/7335ef60_77d8b093 :
PS1, Line 7: Fix configuration for TPM in Kconfig
> nit:mb/google/brox:
Done
https://review.coreboot.org/c/coreboot/+/79102/comment/19aa1a33_6377c0a4 :
PS1, Line 8:
> Please elaborate.
Done
File src/mainboard/google/brox/Kconfig:
https://review.coreboot.org/c/coreboot/+/79102/comment/d90f7d74_291a5fd4 :
PS1, Line 90: 33
> Hi Nick, […]
Done
https://review.coreboot.org/c/coreboot/+/79102/comment/c547d2e6_a2da8ca1 :
PS1, Line 90: default 33 # GPE0_DW1_01 (GPP_D01)
> should it be 66 #GPE0_DW2_02 (GPP_E2)? I see GPP_E2 for GSC_PCH_INT_ODL in gpio. […]
You are 100% correct. Thanks for catching this.
--
To view, visit https://review.coreboot.org/c/coreboot/+/79102?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I0ecaa6fcfc05c3c2e55f857d7a4e59fe46096bb5
Gerrit-Change-Number: 79102
Gerrit-PatchSet: 2
Gerrit-Owner: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Eric Lai <ericllai(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Gerrit-CC: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Eric Lai <ericllai(a)google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Comment-Date: Tue, 28 Nov 2023 06:26:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Shelley Chen <shchen(a)google.com>
Comment-In-Reply-To: Eric Lai <ericllai(a)google.com>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Comment-In-Reply-To: Ivy Jian <ivy.jian(a)quanta.corp-partner.google.com>
Comment-In-Reply-To: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-MessageType: comment