Sumeet R Pawnikar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33129 )
Change subject: soc/intel/common/pch: Enable PCH Thermal Sensor for threshold configuration
......................................................................
Patch Set 14:
(6 comments)
Patch Set 12:
(1 comment)
https://review.coreboot.org/c/coreboot/+/33129/12/src/soc/intel/common/pch/t...
File src/soc/intel/common/pch/thermal/thermal.c:
https://review.coreboot.org/c/coreboot/+/33129/12/src/soc/intel/common/pch/t...
PS12, Line 33: int
Make it to uint8_t as pch_thermal_trip […]
Ack
https://review.coreboot.org/c/coreboot/+/33129/12/src/soc/intel/common/pch/t...
PS12, Line 45: uint16_t thermal_config = get_thermal_config();
uint8_t thermal_config = get_thermal_config();
Done
https://review.coreboot.org/c/coreboot/+/33129/12/src/soc/intel/common/pch/t...
PS12, Line 78: struct device *dev = pcidev_path_on_root(PCH_DEVFN_THERMAL);
struct device *dev; […]
Ack
https://review.coreboot.org/c/coreboot/+/33129/12/src/soc/intel/common/pch/t...
PS12, Line 84: uintptr_t
look at above
Done
https://review.coreboot.org/c/coreboot/+/33129/12/src/soc/intel/common/pch/t...
PS12, Line 91: void *)thermalbar + THERMAL_SENSOR_POWER_MANAGEMENT);
you can create a local variable for thermal_pm […]
Done
https://review.coreboot.org/c/coreboot/+/33129/12/src/soc/intel/common/pch/t...
PS12, Line 95: (void *)thermalbar + THERMAL_SENSOR_POWER_MANAGEMENT
write16((void *)thermalbar_pm, reg16);
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/33129
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibd1e669fcbfe8dc6e6e5556aa5b1373ed19c3685
Gerrit-Change-Number: 33129
Gerrit-PatchSet: 14
Gerrit-Owner: Sumeet R Pawnikar
sumeet.r.pawnikar@intel.com
Gerrit-Reviewer: Aaron Durbin
adurbin@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: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Fagerburg
pfagerburg@chromium.org
Gerrit-Reviewer: Rajat Jain
rajatja@google.com
Gerrit-Reviewer: Shelley Chen
shchen@google.com
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Sumeet R Pawnikar
sumeet.r.pawnikar@intel.com
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Balaji Manigandan
balaji.manigandan@intel.com
Gerrit-CC: John Su
john_su@compal.corp-partner.google.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: V Sowmya
v.sowmya@intel.com
Gerrit-Comment-Date: Fri, 26 Jul 2019 02:06:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik
subrata.banik@intel.com
Comment-In-Reply-To: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-MessageType: comment