Hello Wisley Chen,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/30948
to review the following change.
Change subject: mb/google/octopus/variants/meep: Disable xHCI compliance mode ......................................................................
mb/google/octopus/variants/meep: Disable xHCI compliance mode
Some usb devices exhibits signal loss which causes xHCI entering compliance mode. The resolution is to disable xHCI compliance mode.
BUG=b:122671995 TEST=check "Disable Link Compliance Mode" bit of "SuperSpeed Port Link control" register and usb operation successfully.
Change-Id: Ia2ae7e52391fadc8ed23b8b76c45d410757d22ec Signed-off-by: Wisley Chen wisley.chen@quantatw.com --- M src/mainboard/google/octopus/variants/meep/overridetree.cb 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/30948/1
diff --git a/src/mainboard/google/octopus/variants/meep/overridetree.cb b/src/mainboard/google/octopus/variants/meep/overridetree.cb index f531d13..f7aeac1 100644 --- a/src/mainboard/google/octopus/variants/meep/overridetree.cb +++ b/src/mainboard/google/octopus/variants/meep/overridetree.cb @@ -112,4 +112,7 @@ end end # - I2C 7 end + + # Disable compliance mode + register "DisableComplianceMode" = "1" end
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30948 )
Change subject: mb/google/octopus/variants/meep: Disable xHCI compliance mode ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/#/c/30948/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/30948/1//COMMIT_MSG@9 PS1, Line 9: exhibits exhibit
https://review.coreboot.org/#/c/30948/1//COMMIT_MSG@13 PS1, Line 13: check "Disable Link Compliance Mode" bit of "SuperSpeed Port Link : control" register How did you check that? Is there a command?
Hello Karthik Ramasubramanian, Wisley Chen, Justin TerAvest, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30948
to look at the new patch set (#2).
Change subject: mb/google/octopus/variants/meep: Disable xHCI compliance mode ......................................................................
mb/google/octopus/variants/meep: Disable xHCI compliance mode
Some usb devices exhibit signal loss which causes xHCI entering compliance mode. The resolution is to disable xHCI compliance mode.
BUG=b:122671995 TEST=check "Disable Link Compliance Mode" bit of "SuperSpeed Port Link control" register and usb operation successfully.
Change-Id: Ia2ae7e52391fadc8ed23b8b76c45d410757d22ec Signed-off-by: Wisley Chen wisley.chen@quantatw.com --- M src/mainboard/google/octopus/variants/meep/overridetree.cb 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/30948/2
Chen Wisley has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30948 )
Change subject: mb/google/octopus/variants/meep: Disable xHCI compliance mode ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/#/c/30948/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/30948/1//COMMIT_MSG@9 PS1, Line 9: exhibits
exhibit
Done
https://review.coreboot.org/#/c/30948/1//COMMIT_MSG@13 PS1, Line 13: check "Disable Link Compliance Mode" bit of "SuperSpeed Port Link : control" register
How did you check that? Is there a command?
read the value of register via iotools => iotools mmio_read32 0xc11080ec
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30948 )
Change subject: mb/google/octopus/variants/meep: Disable xHCI compliance mode ......................................................................
Patch Set 2: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/30948 )
Change subject: mb/google/octopus/variants/meep: Disable xHCI compliance mode ......................................................................
mb/google/octopus/variants/meep: Disable xHCI compliance mode
Some usb devices exhibit signal loss which causes xHCI entering compliance mode. The resolution is to disable xHCI compliance mode.
BUG=b:122671995 TEST=check "Disable Link Compliance Mode" bit of "SuperSpeed Port Link control" register and usb operation successfully.
Change-Id: Ia2ae7e52391fadc8ed23b8b76c45d410757d22ec Signed-off-by: Wisley Chen wisley.chen@quantatw.com Reviewed-on: https://review.coreboot.org/c/30948 Reviewed-by: Karthik Ramasubramanian kramasub@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/octopus/variants/meep/overridetree.cb 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Karthik Ramasubramanian: Looks good to me, approved
diff --git a/src/mainboard/google/octopus/variants/meep/overridetree.cb b/src/mainboard/google/octopus/variants/meep/overridetree.cb index f531d13..f7aeac1 100644 --- a/src/mainboard/google/octopus/variants/meep/overridetree.cb +++ b/src/mainboard/google/octopus/variants/meep/overridetree.cb @@ -112,4 +112,7 @@ end end # - I2C 7 end + + # Disable compliance mode + register "DisableComplianceMode" = "1" end