summaryrefslogtreecommitdiff
path: root/src/mainboard/google/lars
diff options
context:
space:
mode:
authordavid <david_wu@quantatw.com>2017-03-15 17:19:06 +0800
committerMartin Roth <martinroth@google.com>2018-02-05 19:49:26 +0000
commitea942169f9af8afe10a450c06045c98a8bb40a7f (patch)
tree5f628c0d3785350d2cbc7f2b44a7e28b3e692330 /src/mainboard/google/lars
parent850df4d3dd40013ce01c41ae44833645a9128613 (diff)
downloadcoreboot-ea942169f9af8afe10a450c06045c98a8bb40a7f.tar.xz
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@quantatw.com> Original-Reviewed-by: Duncan Laurie <dlaurie@google.com> Original-Tested-by: David Wu <david_wu@quantatw.com> Change-Id: I3bf16db43bb90a542c6526f3bc891f820da00ca0 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/23566 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/lars')
-rw-r--r--src/mainboard/google/lars/acpi/dptf.asl40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/mainboard/google/lars/acpi/dptf.asl b/src/mainboard/google/lars/acpi/dptf.asl
index 5738fd10cd..c85e1b6e72 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 @@ Name (DART, Package () {
* 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