Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46459 )
Change subject: mb/google/dedede: replace dt option by MSR write for disabling HWP capability
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/46459/2/src/mainboard/google/dedede...
File src/mainboard/google/dedede/variants/waddledee/variant.c:
https://review.coreboot.org/c/coreboot/+/46459/2/src/mainboard/google/dedede...
PS2, Line 17: msr = rdmsr(MSR_MISC_PWR_MGMT);
: msr.lo &= ~MISC_PWR_MGMT_ISST_EN;
: wrmsr(MSR_MISC_PWR_MGMT, msr);
seems like this should just be put into a function in the msr block, since we've got 2 instances of the same code, and potentially more in the future. Though TBH, this doesn't make much sense as implemented, the correlation between board version and ISST enablement
--
To view, visit
https://review.coreboot.org/c/coreboot/+/46459
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic335c0bf03a5b07130f79c24107a1b1b0ae75611
Gerrit-Change-Number: 46459
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Niewöhner
foss@mniewoehner.de
Gerrit-Reviewer: Felix Singer
felixsinger@posteo.net
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Matt DeVillier
matt.devillier@gmail.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Thu, 15 Oct 2020 18:41:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment