Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44918 )
Change subject: drivers/intel/usb4: Add driver for USB4 retimer device
......................................................................
Patch Set 12:
(1 comment)
https://review.coreboot.org/c/coreboot/+/44918/12/src/drivers/intel/usb4/ret...
File src/drivers/intel/usb4/retimer/retimer.c:
https://review.coreboot.org/c/coreboot/+/44918/12/src/drivers/intel/usb4/ret...
PS12, Line 43: 0x03
They support only get power state, but not set?
1 function beyond the standard query would be 0x3, if it's only the standard query, you can return 0 ("if [bit zero is] set to one, at least one additional function is supported"), meaning 0x1 would seem to be an invalid value here. Examples in the spec show returning 0 for just the query supported, and 3 returned for 1 function beyond the query. According to Intel's type-c acpi specs, other revs don't have other functions, so this should be 0.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/44918
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Icfb85dc3c0885d828aba3855a66109043250ab86
Gerrit-Change-Number: 44918
Gerrit-PatchSet: 12
Gerrit-Owner: Duncan Laurie
dlaurie@chromium.org
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Caveh Jalali
caveh@chromium.org
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Nick Vaccaro
nvaccaro@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Wed, 14 Oct 2020 02:54:03 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Furquan Shaikh
furquan@google.com
Comment-In-Reply-To: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-MessageType: comment