[coreboot-gerrit] Change in coreboot[master]: google/lars, lili: Set new thermal parameters

Matt DeVillier (Code Review) gerrit at coreboot.org
Fri Feb 2 19:56:05 CET 2018


Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/23566


Change subject: google/lars,lili: Set new thermal parameters
......................................................................

google/lars,lili: Set new thermal parameters

Cherry-pick from Chromium:
55c0eb3 [Lili: Set new thermal parameters]

Set new parameters of DPTF for both Lars and Lili.
The acoustic will have higher 1.6dB in transition mode,
when using Lili fan table on Lars.

Original-Change-Id: I730ac483e2a6d43c8dcfe94da6761194c14f3163
Original-Signed-off-by: David Wu <David_Wu at quantatw.com>
Original-Reviewed-by: Duncan Laurie <dlaurie at google.com>
Original-Tested-by: David Wu <david_wu at quantatw.com>

Change-Id: I3bf16db43bb90a542c6526f3bc891f820da00ca0
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/mainboard/google/lars/acpi/dptf.asl
1 file changed, 20 insertions(+), 20 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/23566/1

diff --git a/src/mainboard/google/lars/acpi/dptf.asl b/src/mainboard/google/lars/acpi/dptf.asl
index 5738fd1..c85e1b6 100644
--- a/src/mainboard/google/lars/acpi/dptf.asl
+++ b/src/mainboard/google/lars/acpi/dptf.asl
@@ -16,28 +16,28 @@
 
 #define DPTF_CPU_PASSIVE	94
 #define DPTF_CPU_CRITICAL       99
-#define DPTF_CPU_ACTIVE_AC0     90
-#define DPTF_CPU_ACTIVE_AC1	77
+#define DPTF_CPU_ACTIVE_AC0	90
+#define DPTF_CPU_ACTIVE_AC1	70
 
-#define DPTF_TSR0_SENSOR_ID	0
-#define DPTF_TSR0_SENSOR_NAME	"TMP432_Internal"
-#define DPTF_TSR0_PASSIVE	66
-#define DPTF_TSR0_CRITICAL	71
-#define DPTF_TSR0_ACTIVE_AC0	120
-#define DPTF_TSR0_ACTIVE_AC1	110
-#define DPTF_TSR0_ACTIVE_AC2	47
-#define DPTF_TSR0_ACTIVE_AC3	44
-#define DPTF_TSR0_ACTIVE_AC4	41
-#define DPTF_TSR0_ACTIVE_AC5	38
-#define DPTF_TSR0_ACTIVE_AC6	35
+#define DPTF_TSR0_SENSOR_ID	2
+#define DPTF_TSR0_SENSOR_NAME	"TMP432_CPU_bottom"
+#define DPTF_TSR0_PASSIVE	65
+#define DPTF_TSR0_CRITICAL	70
+#define DPTF_TSR0_ACTIVE_AC0	60
+#define DPTF_TSR0_ACTIVE_AC1	48
+#define DPTF_TSR0_ACTIVE_AC2	42
+#define DPTF_TSR0_ACTIVE_AC3	39
+#define DPTF_TSR0_ACTIVE_AC4	36
+#define DPTF_TSR0_ACTIVE_AC5	34
+#define DPTF_TSR0_ACTIVE_AC6	32
 
 #define DPTF_TSR1_SENSOR_ID	1
 #define DPTF_TSR1_SENSOR_NAME	"TMP432_Power_top"
-#define DPTF_TSR1_PASSIVE	75
-#define DPTF_TSR1_CRITICAL	80
+#define DPTF_TSR1_PASSIVE	65
+#define DPTF_TSR1_CRITICAL	70
 
-#define DPTF_TSR2_SENSOR_ID	2
-#define DPTF_TSR2_SENSOR_NAME	"TMP432_CPU_bottom"
+#define DPTF_TSR2_SENSOR_ID	0
+#define DPTF_TSR2_SENSOR_NAME	"TMP432_Internal"
 #define DPTF_TSR2_PASSIVE	65
 #define DPTF_TSR2_CRITICAL	70
 
@@ -83,12 +83,12 @@
 		 * Source, Target, Weight, AC0, AC1, AC2, AC3, AC4, AC5, AC6,
 		 *	AC7, AC8, AC9
 		 */
-		\_SB.DPTF.TFN1, \_SB.PCI0.B0D4, 100, 100, 72, 0, 0, 0, 0, 0,
+		\_SB.DPTF.TFN1, \_SB.PCI0.B0D4, 100, 100, 90, 0, 0, 0, 0, 0,
 			0, 0, 0
 	},
 	Package () {
-		\_SB.DPTF.TFN1, \_SB.DPTF.TSR0, 100, 100, 72, 68, 49, 39, 38,
-			37, 0, 0, 0
+		\_SB.DPTF.TFN1, \_SB.DPTF.TSR0, 100, 100, 90, 75, 62, 55, 47,
+			41, 0, 0, 0
 	}
 })
 #endif

-- 
To view, visit https://review.coreboot.org/23566
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3bf16db43bb90a542c6526f3bc891f820da00ca0
Gerrit-Change-Number: 23566
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier at gmail.com>
Gerrit-Reviewer: David Wu <david_wu at quantatw.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180202/7fc3f3ad/attachment-0001.html>


More information about the coreboot-gerrit mailing list