Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Add support for integrated BT enumeration ......................................................................
mb/google/dedede: Add support for integrated BT enumeration
The integrated BT is routed via USB2 port8, add USB configuration to support integrated BT enumeration.
Change-Id: I46d8c92ba57cd72a91ee15ef4d11f07824c29e9a Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/mainboard/google/dedede/variants/baseboard/devicetree.cb 1 file changed, 8 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/39471/1
diff --git a/src/mainboard/google/dedede/variants/baseboard/devicetree.cb b/src/mainboard/google/dedede/variants/baseboard/devicetree.cb index 994e96e..4cd2400 100644 --- a/src/mainboard/google/dedede/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/dedede/variants/baseboard/devicetree.cb @@ -31,10 +31,10 @@ register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)" # Type-C Port C1 register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port A0 register "usb2_ports[3]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port A1 - register "usb2_ports[4]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth + register "usb2_ports[4]" = "USB2_PORT_MID(OC_SKIP)" # Discrete Bluetooth register "usb2_ports[5]" = "USB2_PORT_EMPTY" # Not Used register "usb2_ports[6]" = "USB2_PORT_EMPTY" # Not Used - register "usb2_ports[7]" = "USB2_PORT_EMPTY" # Not Used + register "usb2_ports[7]" = "USB2_PORT_MID(OC_SKIP)" # Integrated Bluetooth
register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC_SKIP)" # USB3/2 Type-C Port C0 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC_SKIP)" # USB3/2 Type-C Port C1 @@ -188,11 +188,16 @@ device usb 2.3 on end end chip drivers/usb/acpi - register "desc" = ""Bluetooth"" + register "desc" = ""Discrete Bluetooth"" register "type" = "UPC_TYPE_INTERNAL" device usb 2.4 on end end chip drivers/usb/acpi + register "desc" = ""Integrated Bluetooth"" + register "type" = "UPC_TYPE_INTERNAL" + device usb 2.7 on end + end + chip drivers/usb/acpi register "desc" = ""Left Type-C Port"" register "type" = "UPC_TYPE_C_USB2_SS_SWITCH" register "group" = "ACPI_PLD_GROUP(1, 1)"
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Add support for integrated BT enumeration ......................................................................
Patch Set 2:
This needs to be co-ordinated with: https://review.coreboot.org/c/coreboot/+/39446
Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Add support for integrated BT enumeration ......................................................................
Patch Set 3:
Patch Set 2:
This needs to be co-ordinated with: https://review.coreboot.org/c/coreboot/+/39446
Ok, I also checked without above CL, the BT gets enumerated under lsusb. The BT_DISABLE I think is for radio disable.
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Add support for integrated BT enumeration ......................................................................
Patch Set 3:
Patch Set 3:
Patch Set 2:
This needs to be co-ordinated with: https://review.coreboot.org/c/coreboot/+/39446
Ok, I also checked without above CL, the BT gets enumerated under lsusb. The BT_DISABLE I think is for radio disable.
I just meant that the disable gpio support will have to be added to the CNVi BT port as well.
Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Add support for integrated BT enumeration ......................................................................
Patch Set 3:
Patch Set 3:
Patch Set 3:
Patch Set 2:
This needs to be co-ordinated with: https://review.coreboot.org/c/coreboot/+/39446
Ok, I also checked without above CL, the BT gets enumerated under lsusb. The BT_DISABLE I think is for radio disable.
I just meant that the disable gpio support will have to be added to the CNVi BT port as well.
Ok, Understood :-)
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Add support for integrated BT enumeration ......................................................................
Patch Set 4:
Patch Set 3:
Patch Set 3:
Patch Set 3:
Patch Set 2:
This needs to be co-ordinated with: https://review.coreboot.org/c/coreboot/+/39446
Ok, I also checked without above CL, the BT gets enumerated under lsusb. The BT_DISABLE I think is for radio disable.
I just meant that the disable gpio support will have to be added to the CNVi BT port as well.
Ok, Understood :-)
Does Integrated Bluetooth use the same GPIO as Discrete GPIO for enable/disable?
EDS does not seem to capture Integrated BT using USB2 Port 7 information. I just want to confirm that Integrated BT is not using a hidden USB port like in GLK.
Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Add support for integrated BT enumeration ......................................................................
Patch Set 4:
Patch Set 4:
Patch Set 3:
Patch Set 3:
Patch Set 3:
Patch Set 2:
This needs to be co-ordinated with: https://review.coreboot.org/c/coreboot/+/39446
Ok, I also checked without above CL, the BT gets enumerated under lsusb. The BT_DISABLE I think is for radio disable.
I just meant that the disable gpio support will have to be added to the CNVi BT port as well.
Ok, Understood :-)
Does Integrated Bluetooth use the same GPIO as Discrete GPIO for enable/disable?
EDS does not seem to capture Integrated BT using USB2 Port 7 information. I just want to confirm that Integrated BT is not using a hidden USB port like in GLK.
Does Integrated Bluetooth use the same GPIO as Discrete GPIO for enable/disable? Yes.
EDS does not seem to capture Integrated BT using USB2 Port 7 information. I just want to confirm that Integrated BT is not using a hidden USB port like in GLK.
Schematics had a note on this, if Integrated BT is not used, it can be used as normal USB port.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Add support for integrated BT enumeration ......................................................................
Patch Set 4:
(3 comments)
https://review.coreboot.org/c/coreboot/+/39471/4//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39471/4//COMMIT_MSG@7 PS4, Line 7: mb/google/dedede: Add support for integrated BT enumeration Support integratred BT enumeration
https://review.coreboot.org/c/coreboot/+/39471/4//COMMIT_MSG@9 PS4, Line 9: port8 port 8
https://review.coreboot.org/c/coreboot/+/39471/4/src/mainboard/google/dedede... File src/mainboard/google/dedede/variants/baseboard/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/39471/4/src/mainboard/google/dedede... PS4, Line 34: register "usb2_ports[4]" = "USB2_PORT_MID(OC_SKIP)" # Discrete Bluetooth What is *discrete* Bluetooth?
Hello build bot (Jenkins), Tim Wawrzynczak, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39471
to look at the new patch set (#5).
Change subject: mb/google/dedede: Support integratred BT enumeration ......................................................................
mb/google/dedede: Support integratred BT enumeration
The integrated BT is routed via USB2 port 8, add USB configuration to support integrated BT enumeration.
Change-Id: I46d8c92ba57cd72a91ee15ef4d11f07824c29e9a Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/mainboard/google/dedede/variants/baseboard/devicetree.cb 1 file changed, 8 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/39471/5
Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Support integratred BT enumeration ......................................................................
Patch Set 5:
(3 comments)
https://review.coreboot.org/c/coreboot/+/39471/4//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39471/4//COMMIT_MSG@7 PS4, Line 7: mb/google/dedede: Add support for integrated BT enumeration
Support integratred BT enumeration
Done
https://review.coreboot.org/c/coreboot/+/39471/4//COMMIT_MSG@9 PS4, Line 9: port8
port 8
Done
https://review.coreboot.org/c/coreboot/+/39471/4/src/mainboard/google/dedede... File src/mainboard/google/dedede/variants/baseboard/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/39471/4/src/mainboard/google/dedede... PS4, Line 34: register "usb2_ports[4]" = "USB2_PORT_MID(OC_SKIP)" # Discrete Bluetooth
What is *discrete* Bluetooth?
Bluetooth that does not rely on digital processing from SOC.
Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Support integratred BT enumeration ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39471/4/src/mainboard/google/dedede... File src/mainboard/google/dedede/variants/baseboard/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/39471/4/src/mainboard/google/dedede... PS4, Line 34: register "usb2_ports[4]" = "USB2_PORT_MID(OC_SKIP)" # Discrete Bluetooth
Bluetooth that does not rely on digital processing from SOC.
Ack
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Support integratred BT enumeration ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39471/5/src/mainboard/google/dedede... File src/mainboard/google/dedede/variants/baseboard/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/39471/5/src/mainboard/google/dedede... PS5, Line 197: register "type" = "UPC_TYPE_INTERNAL" Please rebase and add the BT_DISABLE GPIO config here.
Hello build bot (Jenkins), Tim Wawrzynczak, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39471
to look at the new patch set (#7).
Change subject: mb/google/dedede: Support integratred BT enumeration ......................................................................
mb/google/dedede: Support integratred BT enumeration
The integrated BT is routed via USB2 port 8, add USB configuration to support integrated BT enumeration.
Change-Id: I46d8c92ba57cd72a91ee15ef4d11f07824c29e9a Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/mainboard/google/dedede/variants/baseboard/devicetree.cb 1 file changed, 9 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/39471/7
Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Support integratred BT enumeration ......................................................................
Patch Set 7:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39471/5/src/mainboard/google/dedede... File src/mainboard/google/dedede/variants/baseboard/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/39471/5/src/mainboard/google/dedede... PS5, Line 197: register "type" = "UPC_TYPE_INTERNAL"
Please rebase and add the BT_DISABLE GPIO config here.
Done
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Support integratred BT enumeration ......................................................................
Patch Set 7: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39471 )
Change subject: mb/google/dedede: Support integratred BT enumeration ......................................................................
mb/google/dedede: Support integratred BT enumeration
The integrated BT is routed via USB2 port 8, add USB configuration to support integrated BT enumeration.
Change-Id: I46d8c92ba57cd72a91ee15ef4d11f07824c29e9a Signed-off-by: Aamir Bohra aamir.bohra@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/39471 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Karthik Ramasubramanian kramasub@google.com --- M src/mainboard/google/dedede/variants/baseboard/devicetree.cb 1 file changed, 9 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Karthik Ramasubramanian: Looks good to me, approved
diff --git a/src/mainboard/google/dedede/variants/baseboard/devicetree.cb b/src/mainboard/google/dedede/variants/baseboard/devicetree.cb index 9a8ad66..ece9672a 100644 --- a/src/mainboard/google/dedede/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/dedede/variants/baseboard/devicetree.cb @@ -31,10 +31,10 @@ register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)" # Type-C Port C1 register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port A0 register "usb2_ports[3]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port A1 - register "usb2_ports[4]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth + register "usb2_ports[4]" = "USB2_PORT_MID(OC_SKIP)" # Discrete Bluetooth register "usb2_ports[5]" = "USB2_PORT_EMPTY" # Not Used register "usb2_ports[6]" = "USB2_PORT_EMPTY" # Not Used - register "usb2_ports[7]" = "USB2_PORT_EMPTY" # Not Used + register "usb2_ports[7]" = "USB2_PORT_MID(OC_SKIP)" # Integrated Bluetooth
register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC_SKIP)" # USB3/2 Type-C Port C0 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC_SKIP)" # USB3/2 Type-C Port C1 @@ -190,12 +190,18 @@ device usb 2.3 on end end chip drivers/usb/acpi - register "desc" = ""Bluetooth"" + register "desc" = ""Discrete Bluetooth"" register "type" = "UPC_TYPE_INTERNAL" register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_H19)" device usb 2.4 on end end chip drivers/usb/acpi + register "desc" = ""Integrated Bluetooth"" + register "type" = "UPC_TYPE_INTERNAL" + register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_H19)" + device usb 2.7 on end + end + chip drivers/usb/acpi register "desc" = ""Left Type-C Port"" register "type" = "UPC_TYPE_C_USB2_SS_SWITCH" register "group" = "ACPI_PLD_GROUP(1, 1)"