Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40280 )
Change subject: mb/google/volteer: Configure Type C1 Aux pins ......................................................................
mb/google/volteer: Configure Type C1 Aux pins
Configure Type C1 Aux pins : - GPP_E22(C1_AUXP_DC): GPIO high - GPP_E23(C1_AUXN_DC): GPIO low
BUG=b:146233756 BRANCH=none TEST="emerge-volteer coreboot chromeos-bootimage", flash and verify Volteer boots to kernel.
Change-Id: Ib01956b55c117a4b4a6cbdbc9e96fd4b7d6ebc8d Signed-off-by: Nick Vaccaro nvaccaro@google.com --- M src/mainboard/google/volteer/variants/baseboard/gpio.c 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/40280/1
diff --git a/src/mainboard/google/volteer/variants/baseboard/gpio.c b/src/mainboard/google/volteer/variants/baseboard/gpio.c index 1028dfa..955b095 100644 --- a/src/mainboard/google/volteer/variants/baseboard/gpio.c +++ b/src/mainboard/google/volteer/variants/baseboard/gpio.c @@ -239,10 +239,10 @@ PAD_CFG_NF(GPP_E20, NONE, DEEP, NF4), /* E21 : DDP2_CTRLDATA ==> USB_C1_LSX_SOC_RX_STRAP */ PAD_CFG_NF(GPP_E21, NONE, DEEP, NF4), - /* E22 : DDPA_CTRLCLK ==> USB_C1_AUXP_DC: Retimer FW drives this pin */ - PAD_NC(GPP_E22, NONE), - /* E23 : DDPA_CTRLDATA ==> USB_C1_AUXN_DC: Retimer FW drives this pin */ - PAD_NC(GPP_E23, NONE), + /* E22 : DDPA_CTRLCLK ==> USB_C1_AUXP_DC */ + PAD_CFG_GPO(GPP_E22, 1, DEEP), + /* E23 : DDPA_CTRLDATA ==> USB_C1_AUXN_DC */ + PAD_CFG_GPO(GPP_E23, 0, DEEP),
/* F0 : CNV_BRI_DT ==> CNV_BRI_DT_STRAP */ PAD_CFG_NF(GPP_F0, NONE, DEEP, NF1),
Caveh Jalali has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40280 )
Change subject: mb/google/volteer: Configure Type C1 Aux pins ......................................................................
Patch Set 1: Code-Review+1
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40280 )
Change subject: mb/google/volteer: Configure Type C1 Aux pins ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40280/1/src/mainboard/google/voltee... File src/mainboard/google/volteer/variants/baseboard/gpio.c:
https://review.coreboot.org/c/coreboot/+/40280/1/src/mainboard/google/voltee... PS1, Line 242: Retimer FW drives this pin Can you please add some explanation to commit message why these are being configured this way?
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40280 )
Change subject: mb/google/volteer: Configure Type C1 Aux pins ......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/c/coreboot/+/40280/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/40280/1//COMMIT_MSG@9 PS1, Line 9: Configure Type C1 Aux pins : Please remove the space before the colon.
https://review.coreboot.org/c/coreboot/+/40280/1//COMMIT_MSG@10 PS1, Line 10: - GPP_E22(C1_AUXP_DC): GPIO high Plesae add a space before the (.
https://review.coreboot.org/c/coreboot/+/40280/1//COMMIT_MSG@16 PS1, Line 16: Volteer boots to kernel. What works now, that didn’t before?
Hello Jes Klinke, build bot (Jenkins), Furquan Shaikh, Caveh Jalali,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40280
to look at the new patch set (#2).
Change subject: mb/google/volteer: Configure Type C1 Aux pins ......................................................................
mb/google/volteer: Configure Type C1 Aux pins
Configure Type C1 Aux pins as outputs now that there is no longer a retimer on the MLB port driving them: - GPP_E22 (C1_AUXP_DC): GPIO high - GPP_E23 (C1_AUXN_DC): GPIO low
BUG=b:146233756 BRANCH=none TEST="emerge-volteer coreboot chromeos-bootimage", flash and verify Volteer boots to kernel and that GPP_E22 and GPP_E23 are no longer floating.
Change-Id: Ib01956b55c117a4b4a6cbdbc9e96fd4b7d6ebc8d Signed-off-by: Nick Vaccaro nvaccaro@google.com --- M src/mainboard/google/volteer/variants/baseboard/gpio.c 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/40280/2
Nick Vaccaro has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40280 )
Change subject: mb/google/volteer: Configure Type C1 Aux pins ......................................................................
Patch Set 2:
(4 comments)
https://review.coreboot.org/c/coreboot/+/40280/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/40280/1//COMMIT_MSG@9 PS1, Line 9: Configure Type C1 Aux pins :
Please remove the space before the colon.
Done
https://review.coreboot.org/c/coreboot/+/40280/1//COMMIT_MSG@10 PS1, Line 10: - GPP_E22(C1_AUXP_DC): GPIO high
Plesae add a space before the (.
Done
https://review.coreboot.org/c/coreboot/+/40280/1//COMMIT_MSG@16 PS1, Line 16: Volteer boots to kernel.
What works now, that didn’t before?
It's part of a larger solution. This portion makes the GPIOs no longer float.
https://review.coreboot.org/c/coreboot/+/40280/1/src/mainboard/google/voltee... File src/mainboard/google/volteer/variants/baseboard/gpio.c:
https://review.coreboot.org/c/coreboot/+/40280/1/src/mainboard/google/voltee... PS1, Line 242: Retimer FW drives this pin
Can you please add some explanation to commit message why these are being configured this way?
Done
Prashant Malani has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40280 )
Change subject: mb/google/volteer: Configure Type C1 Aux pins ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40280/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/40280/2//COMMIT_MSG@9 PS2, Line 9: now that there is no longer a : retimer on the MLB port driving them Doesn't C1 (the "right" port on Volteer) still have the re-timer, via the daughterboards??
Nick Vaccaro has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/40280 )
Change subject: mb/google/volteer: Configure Type C1 Aux pins ......................................................................
Abandoned