From ea942169f9af8afe10a450c06045c98a8bb40a7f Mon Sep 17 00:00:00 2001 From: david Date: Wed, 15 Mar 2017 17:19:06 +0800 Subject: 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 Original-Reviewed-by: Duncan Laurie Original-Tested-by: David Wu Change-Id: I3bf16db43bb90a542c6526f3bc891f820da00ca0 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/23566 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Aaron Durbin --- src/mainboard/google/lars/acpi/dptf.asl | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src/mainboard/google/lars') 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 -- cgit v1.2.3