<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23566">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/lars,lili: Set new thermal parameters<br><br>Cherry-pick from Chromium:<br>55c0eb3 [Lili: Set new thermal parameters]<br><br>Set new parameters of DPTF for both Lars and Lili.<br>The acoustic will have higher 1.6dB in transition mode,<br>when using Lili fan table on Lars.<br><br>Original-Change-Id: I730ac483e2a6d43c8dcfe94da6761194c14f3163<br>Original-Signed-off-by: David Wu <David_Wu@quantatw.com><br>Original-Reviewed-by: Duncan Laurie <dlaurie@google.com><br>Original-Tested-by: David Wu <david_wu@quantatw.com><br><br>Change-Id: I3bf16db43bb90a542c6526f3bc891f820da00ca0<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/mainboard/google/lars/acpi/dptf.asl<br>1 file changed, 20 insertions(+), 20 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/23566/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/lars/acpi/dptf.asl b/src/mainboard/google/lars/acpi/dptf.asl</span><br><span>index 5738fd1..c85e1b6 100644</span><br><span>--- a/src/mainboard/google/lars/acpi/dptf.asl</span><br><span>+++ b/src/mainboard/google/lars/acpi/dptf.asl</span><br><span>@@ -16,28 +16,28 @@</span><br><span> </span><br><span> #define DPTF_CPU_PASSIVE 94</span><br><span> #define DPTF_CPU_CRITICAL       99</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_CPU_ACTIVE_AC0     90</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_CPU_ACTIVE_AC1   77</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_CPU_ACTIVE_AC0 90</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_CPU_ACTIVE_AC1 70</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_SENSOR_ID       0</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_SENSOR_NAME  "TMP432_Internal"</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_PASSIVE    66</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_CRITICAL    71</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_ACTIVE_AC0  120</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_ACTIVE_AC1 110</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_ACTIVE_AC2 47</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_ACTIVE_AC3  44</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_ACTIVE_AC4  41</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_ACTIVE_AC5  38</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR0_ACTIVE_AC6  35</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_SENSOR_ID 2</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_SENSOR_NAME        "TMP432_CPU_bottom"</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_PASSIVE        65</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_CRITICAL  70</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_ACTIVE_AC0        60</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_ACTIVE_AC1        48</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_ACTIVE_AC2        42</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_ACTIVE_AC3        39</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_ACTIVE_AC4        36</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_ACTIVE_AC5        34</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR0_ACTIVE_AC6        32</span><br><span> </span><br><span> #define DPTF_TSR1_SENSOR_ID   1</span><br><span> #define DPTF_TSR1_SENSOR_NAME      "TMP432_Power_top"</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR1_PASSIVE   75</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR1_CRITICAL    80</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR1_PASSIVE   65</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR1_CRITICAL  70</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR2_SENSOR_ID       2</span><br><span style="color: hsl(0, 100%, 40%);">-#define DPTF_TSR2_SENSOR_NAME  "TMP432_CPU_bottom"</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR2_SENSOR_ID      0</span><br><span style="color: hsl(120, 100%, 40%);">+#define DPTF_TSR2_SENSOR_NAME        "TMP432_Internal"</span><br><span> #define DPTF_TSR2_PASSIVE        65</span><br><span> #define DPTF_TSR2_CRITICAL        70</span><br><span> </span><br><span>@@ -83,12 +83,12 @@</span><br><span>                  * Source, Target, Weight, AC0, AC1, AC2, AC3, AC4, AC5, AC6,</span><br><span>                 *      AC7, AC8, AC9</span><br><span>                 */</span><br><span style="color: hsl(0, 100%, 40%);">-             \_SB.DPTF.TFN1, \_SB.PCI0.B0D4, 100, 100, 72, 0, 0, 0, 0, 0,</span><br><span style="color: hsl(120, 100%, 40%);">+          \_SB.DPTF.TFN1, \_SB.PCI0.B0D4, 100, 100, 90, 0, 0, 0, 0, 0,</span><br><span>                         0, 0, 0</span><br><span>      },</span><br><span>   Package () {</span><br><span style="color: hsl(0, 100%, 40%);">-            \_SB.DPTF.TFN1, \_SB.DPTF.TSR0, 100, 100, 72, 68, 49, 39, 38,</span><br><span style="color: hsl(0, 100%, 40%);">-                   37, 0, 0, 0</span><br><span style="color: hsl(120, 100%, 40%);">+           \_SB.DPTF.TFN1, \_SB.DPTF.TSR0, 100, 100, 90, 75, 62, 55, 47,</span><br><span style="color: hsl(120, 100%, 40%);">+                 41, 0, 0, 0</span><br><span>  }</span><br><span> })</span><br><span> #endif</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23566">change 23566</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/23566"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I3bf16db43bb90a542c6526f3bc891f820da00ca0 </div>
<div style="display:none"> Gerrit-Change-Number: 23566 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: David Wu <david_wu@quantatw.com> </div>