Caveh Jalali has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42079 )
Change subject: soc/intel/tigerlake: Add code for early tcss
......................................................................
Patch Set 25:
(3 comments)
https://review.coreboot.org/c/coreboot/+/42079/25/src/soc/intel/tigerlake/ea...
File src/soc/intel/tigerlake/early_tcss.c:
https://review.coreboot.org/c/coreboot/+/42079/25/src/soc/intel/tigerlake/ea...
PS25, Line 157: malloc
a local variable is sufficient here
https://review.coreboot.org/c/coreboot/+/42079/25/src/soc/intel/tigerlake/ea...
PS25, Line 245: malloc
a local variable is sufficient here.
https://review.coreboot.org/c/coreboot/+/42079/25/src/soc/intel/tigerlake/ea...
PS25, Line 249: mux_data.usb
you can add
|| mux_data.dp
here and remove the special case call from the dp case below.
also, since we don't need usb until we get to depthcharge, would
it make sense to ignore "mux_data.usb" entirely?
it would help to add a note here that in order to get into
ALT mode, the mux has to transition through the USB and SAFE
states.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/42079
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I58e66f21210d565fb8145d140d2fc7febecdd21a
Gerrit-Change-Number: 42079
Gerrit-PatchSet: 25
Gerrit-Owner: Brandon Breitenstein
brandon.breitenstein@intel.com
Gerrit-Reviewer: Caveh Jalali
caveh@chromium.org
Gerrit-Reviewer: Duncan Laurie
dlaurie@chromium.org
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Nick Vaccaro
nvaccaro@chromium.org
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: Tanu Malhotra
tanu.malhotra@intel.com
Gerrit-Comment-Date: Thu, 05 Nov 2020 00:37:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment