Sumeet R Pawnikar has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39395 )
Change subject: mb/google/drallion/variants/drallion: Set PCH Thermal Trip point to 77 degree C ......................................................................
mb/google/drallion/variants/drallion: Set PCH Thermal Trip point to 77 degree C
PMC logic shuts down the PCH thermal sensor when CPU is in a C-state and DTS Temp <= Low Temp Threshold (LTT) in case of Dynamic Thermal shutdown when S0ix is enabled.
BUG=None BRANCH=None TEST=Verified Thermal Device(B0: D18: F0) TSPM offset 0x1c [LTT (8:0)] value is 0xFE on Drallion.
Change-Id: I146068d8019859be1c27e2a8174dfe7909d42d0a Signed-off-by: Sumeet Pawnikar sumeet.r.pawnikar@intel.com --- M src/mainboard/google/drallion/variants/drallion/devicetree.cb 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/39395/1
diff --git a/src/mainboard/google/drallion/variants/drallion/devicetree.cb b/src/mainboard/google/drallion/variants/drallion/devicetree.cb index d0006d6..60be8c9 100644 --- a/src/mainboard/google/drallion/variants/drallion/devicetree.cb +++ b/src/mainboard/google/drallion/variants/drallion/devicetree.cb @@ -175,6 +175,9 @@
register "tcc_offset" = "1"
+ # PCH Thermal Trip Temperature in deg C + register "common_soc_config.pch_thermal_trip" = "77" + register "common_soc_config" = "{ .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[0] = {
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39395 )
Change subject: mb/google/drallion/variants/drallion: Set PCH Thermal Trip point to 77 degree C ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/39395/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39395/1//COMMIT_MSG@7 PS1, Line 7: degree C °C
Bora Guvendik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39395 )
Change subject: mb/google/drallion/variants/drallion: Set PCH Thermal Trip point to 77 degree C ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has uploaded a new patch set (#2) to the change originally created by Sumeet R Pawnikar. ( https://review.coreboot.org/c/coreboot/+/39395 )
Change subject: mb/google/drallion/variants/drallion: Set PCH Thermal Trip point to 77°C ......................................................................
mb/google/drallion/variants/drallion: Set PCH Thermal Trip point to 77°C
PMC logic shuts down the PCH thermal sensor when CPU is in a C-state and DTS Temp <= Low Temp Threshold (LTT) in case of Dynamic Thermal shutdown when S0ix is enabled.
BUG=None BRANCH=None TEST=Verified Thermal Device(B0: D18: F0) TSPM offset 0x1c [LTT (8:0)] value is 0xFE on Drallion.
Change-Id: I146068d8019859be1c27e2a8174dfe7909d42d0a Signed-off-by: Sumeet Pawnikar sumeet.r.pawnikar@intel.com --- M src/mainboard/google/drallion/variants/drallion/devicetree.cb 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/39395/2
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39395 )
Change subject: mb/google/drallion/variants/drallion: Set PCH Thermal Trip point to 77°C ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39395/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39395/1//COMMIT_MSG@7 PS1, Line 7: degree C
°C
Done
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39395 )
Change subject: mb/google/drallion/variants/drallion: Set PCH Thermal Trip point to 77°C ......................................................................
mb/google/drallion/variants/drallion: Set PCH Thermal Trip point to 77°C
PMC logic shuts down the PCH thermal sensor when CPU is in a C-state and DTS Temp <= Low Temp Threshold (LTT) in case of Dynamic Thermal shutdown when S0ix is enabled.
BUG=None BRANCH=None TEST=Verified Thermal Device(B0: D18: F0) TSPM offset 0x1c [LTT (8:0)] value is 0xFE on Drallion.
Change-Id: I146068d8019859be1c27e2a8174dfe7909d42d0a Signed-off-by: Sumeet Pawnikar sumeet.r.pawnikar@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/39395 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Bora Guvendik bora.guvendik@intel.com --- M src/mainboard/google/drallion/variants/drallion/devicetree.cb 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Bora Guvendik: Looks good to me, approved
diff --git a/src/mainboard/google/drallion/variants/drallion/devicetree.cb b/src/mainboard/google/drallion/variants/drallion/devicetree.cb index d0006d6..60be8c9 100644 --- a/src/mainboard/google/drallion/variants/drallion/devicetree.cb +++ b/src/mainboard/google/drallion/variants/drallion/devicetree.cb @@ -175,6 +175,9 @@
register "tcc_offset" = "1"
+ # PCH Thermal Trip Temperature in deg C + register "common_soc_config.pch_thermal_trip" = "77" + register "common_soc_config" = "{ .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[0] = {