Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40255 )
Change subject: soc/intel/apollolake: Disable XHCI LFPS power management
......................................................................
Patch Set 21:
(2 comments)
https://review.coreboot.org/c/coreboot/+/40255/19/src/soc/intel/apollolake/c...
File src/soc/intel/apollolake/chip.h:
https://review.coreboot.org/c/coreboot/+/40255/19/src/soc/intel/apollolake/c...
PS19, Line 192: * 0:FALSE (default), 1:True.
proposed to change it to: […]
Looks good, thanks.
https://review.coreboot.org/c/coreboot/+/40255/19/src/soc/intel/apollolake/c...
PS19, Line 194: uint8_t DisableXhciLfpsPM;
- referring to other variables in "chip.h" such as "enable_vtd" which is also "uint8_t". […]
Well, a bool is a typedef for an uint8_t, so they should be equivalent. In any case, since even ints are used for boolean values (`int dptf_enable`), this can be changed in a follow-up.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/40255
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic603e3b919d8b443c6ede8bb5e46e2de07fcb856
Gerrit-Change-Number: 40255
Gerrit-PatchSet: 21
Gerrit-Owner: Marx Wang
marx.wang@intel.com
Gerrit-Reviewer: Andrey Petrov
andrey.petrov@gmail.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Kane Chen
kane.chen@intel.com
Gerrit-Reviewer: Marco Chen
marcochen@chromium.org
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Henry Sun
henrysun@google.com
Gerrit-Comment-Date: Fri, 10 Apr 2020 09:40:47 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Marx Wang
marx.wang@intel.com
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Gerrit-MessageType: comment