Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86086?usp=email )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)Change subject: mb/starlabs/starbook/adl_n: Remove switch property from back USB port
......................................................................
mb/starlabs/starbook/adl_n: Remove switch property from back USB port
The back USB port is a data-only port without switching, so
update the ACPI configuration accordingly.
Change-Id: Ic6b77f44a2d2607d201a2b097cea41aa361ebbee
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86086
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
build bot (Jenkins): Verified
Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb
index cf52628..2bfe475 100644
--- a/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb
+++ b/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb
@@ -72,13 +72,13 @@
device ref xhci_root_hub on
chip drivers/usb/acpi
register "desc" = ""Back USB Type-C""
- register "type" = "UPC_TYPE_C_USB2_SS_SWITCH"
+ register "type" = "UPC_TYPE_C_USB2_SS"
register "group" = "ACPI_PLD_GROUP(0, 0)"
device ref usb2_port2 on end
end
chip drivers/usb/acpi
register "desc" = ""Back USB Type-C""
- register "type" = "UPC_TYPE_C_USB2_SS_SWITCH"
+ register "type" = "UPC_TYPE_C_USB2_SS"
register "group" = "ACPI_PLD_GROUP(0, 0)"
device ref usb3_port3 on end
end
--
To view, visit https://review.coreboot.org/c/coreboot/+/86086?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ic6b77f44a2d2607d201a2b097cea41aa361ebbee
Gerrit-Change-Number: 86086
Gerrit-PatchSet: 3
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86082?usp=email )
Change subject: mb/starlabs/starbook/adl_n: Fix inconsistant PLD Name
......................................................................
mb/starlabs/starbook/adl_n: Fix inconsistant PLD Name
Correct the position of the word "Back" so it's the same each
interface of the port.
Change-Id: I10285c081838b358f8708a69317ba6bf3b551eb2
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86082
Reviewed-by: Matt DeVillier <matt.devillier(a)gmail.com>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
---
M src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Matt DeVillier: Looks good to me, approved
build bot (Jenkins): Verified
diff --git a/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb
index c9ad59c..da8e14b 100644
--- a/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb
+++ b/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb
@@ -77,7 +77,7 @@
device ref usb2_port2 on end
end
chip drivers/usb/acpi
- register "desc" = ""USB Type-C Back""
+ register "desc" = ""Back USB Type-C""
register "type" = "UPC_TYPE_C_USB2_SS_SWITCH"
register "group" = "ACPI_PLD_GROUP(0, 0)"
device ref usb3_port3 on end
--
To view, visit https://review.coreboot.org/c/coreboot/+/86082?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I10285c081838b358f8708a69317ba6bf3b551eb2
Gerrit-Change-Number: 86082
Gerrit-PatchSet: 2
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86076?usp=email )
Change subject: mb/starlabs/starbook/adl_n: Set TCP0 HPD GPIO to DEEP
......................................................................
mb/starlabs/starbook/adl_n: Set TCP0 HPD GPIO to DEEP
Set the pad to DEEP, instead of PLTRST as this is more reliable
when resuming from S3.
Change-Id: Ida3713bbbce1eb9c6793fec2172005b4dfd54e86
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86076
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/starlabs/starbook/variants/adl_n/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
build bot (Jenkins): Verified
Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starbook/variants/adl_n/gpio.c b/src/mainboard/starlabs/starbook/variants/adl_n/gpio.c
index 2388f5e..16bbff7 100644
--- a/src/mainboard/starlabs/starbook/variants/adl_n/gpio.c
+++ b/src/mainboard/starlabs/starbook/variants/adl_n/gpio.c
@@ -75,7 +75,7 @@
/* A18: DDI B DP HPD */
PAD_CFG_NF(GPP_A18, NONE, DEEP, NF1),
/* A19: TCP0 HPD */
- PAD_CFG_NF(GPP_A19, NONE, PLTRST, NF1),
+ PAD_CFG_NF(GPP_A19, NONE, DEEP, NF1),
/* A20: Test Point 44 */
PAD_NC(GPP_A20, NONE),
/* A21: Fingerprint Reader Interrupt */
--
To view, visit https://review.coreboot.org/c/coreboot/+/86076?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ida3713bbbce1eb9c6793fec2172005b4dfd54e86
Gerrit-Change-Number: 86076
Gerrit-PatchSet: 2
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86066?usp=email )
Change subject: mb/starlabs/starlite_adl: Enable TLS Confidentiality GPIO
......................................................................
mb/starlabs/starlite_adl: Enable TLS Confidentiality GPIO
This board does not have a 20K Pull Down resistor fitted here,
meaning this will not change anything. However, it unifies the
the configuration with the other Star Labs boards.
Change-Id: Iee0adea21c124e0a421a1506310944cc883a73fb
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86066
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
build bot (Jenkins): Verified
Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c b/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c
index dac6896..002d0e5 100644
--- a/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c
+++ b/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c
@@ -148,7 +148,7 @@
/* C2: TLS Confidentiality Weak Internal PD 20K
Low: Disabled
High: Enabled */
- PAD_CFG_GPO(GPP_C2, 0, DEEP),
+ PAD_CFG_GPO(GPP_C2, 1, PLTRST),
/* C3: SML 0 Clock */
PAD_CFG_NF(GPP_C3, NONE, DEEP, NF1),
/* C4: SML 0 Data */
--
To view, visit https://review.coreboot.org/c/coreboot/+/86066?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Iee0adea21c124e0a421a1506310944cc883a73fb
Gerrit-Change-Number: 86066
Gerrit-PatchSet: 4
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>