<p>David Wu has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22481">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/google/fizz: Disable DPTF active policy<br><br>Use EC to perform FAN control.<br><br>BUG=b:67487721, b:64439568<br>BRANCH=master<br>TEST=emerge-fizz coreboot and boot on fizz dut<br><br>Change-Id: I3394d3af9cbdb3eab1f18254909f60e2704735c3<br>Signed-off-by: david wu <david_wu@quantatw.com><br>---<br>M src/mainboard/google/fizz/acpi/dptf.asl<br>1 file changed, 3 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/22481/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/fizz/acpi/dptf.asl b/src/mainboard/google/fizz/acpi/dptf.asl<br>index 5234994..0a393a7 100644<br>--- a/src/mainboard/google/fizz/acpi/dptf.asl<br>+++ b/src/mainboard/google/fizz/acpi/dptf.asl<br>@@ -36,8 +36,9 @@<br> #define DPTF_TSR1_PASSIVE       65<br> #define DPTF_TSR1_CRITICAL 70<br> <br>-#define DPTF_ENABLE_FAN_CONTROL<br>+#undef DPTF_ENABLE_FAN_CONTROL<br> <br>+#ifdef DPTF_ENABLE_FAN_CONTROL<br> /* DFPS: Fan Performance States */<br> Name (DFPS, Package () {<br>  0,      // Revision<br>@@ -75,6 +76,7 @@<br>                        37, 0, 0, 0<br>   }<br> })<br>+#endif<br> <br> Name (DTRT, Package () {<br>         /* CPU Throttle Effect on CPU */<br></pre><p>To view, visit <a href="https://review.coreboot.org/22481">change 22481</a>. To unsubscribe, 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/22481"/><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: I3394d3af9cbdb3eab1f18254909f60e2704735c3 </div>
<div style="display:none"> Gerrit-Change-Number: 22481 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: David Wu <david_wu@quantatw.com> </div>