[coreboot-gerrit] Change in coreboot[master]: google/pyro: Update DPTF settings

Kevin Chiu (Code Review) gerrit at coreboot.org
Mon Mar 20 16:02:06 CET 2017


Kevin Chiu has uploaded a new change for review. ( https://review.coreboot.org/18920 )

Change subject: google/pyro: Update DPTF settings
......................................................................

google/pyro: Update DPTF settings

1. correct DPTF TCHG target device to TSR2

2. Refers CL:*457367 to remove CPU throttling effect of the charger sensor
   since it's not relevant to throttle CPU based on the charger sensor.

BUG=b:35586881
BRANCH=reef
TEST=emerge-pyro coreboot
Change-Id: I4801e0e612e0ddf90764ffe080c679818d33212a
Signed-off-by: Kevin Chiu <Kevin.Chiu at quantatw.com>
---
M src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
1 file changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/18920/1

diff --git a/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl b/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
index cba6775..56821ee 100644
--- a/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
@@ -57,14 +57,11 @@
 
 #ifdef DPTF_ENABLE_CHARGER
 	/* Charger Effect on Temp Sensor 1 */
-	Package () { \_SB.DPTF.TCHG, \_SB.DPTF.TSR1, 200, 600, 0, 0, 0, 0 },
+	Package () { \_SB.DPTF.TCHG, \_SB.DPTF.TSR2, 200, 600, 0, 0, 0, 0 },
 #endif
 
 	/* CPU Effect on Temp Sensor 1 */
 	Package () { \_SB.PCI0.TCPU, \_SB.DPTF.TSR1, 100, 80, 0, 0, 0, 0 },
-
-	/* CPU Effect on Temp Sensor 2 */
-	Package () { \_SB.PCI0.TCPU, \_SB.DPTF.TSR2, 100, 1200, 0, 0, 0, 0 },
 })
 
 Name (MPPC, Package ()

-- 
To view, visit https://review.coreboot.org/18920
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4801e0e612e0ddf90764ffe080c679818d33212a
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Kevin Chiu <Kevin.Chiu at quantatw.com>



More information about the coreboot-gerrit mailing list