[coreboot-gerrit] Change in coreboot[master]: mainboard/google/fizz: Disable DPTF active policy

David Wu (Code Review) gerrit at coreboot.org
Thu Nov 16 13:31:42 CET 2017


David Wu has uploaded this change for review. ( https://review.coreboot.org/22481


Change subject: mainboard/google/fizz: Disable DPTF active policy
......................................................................

mainboard/google/fizz: Disable DPTF active policy

Use EC to perform FAN control.

BUG=b:67487721, b:64439568
BRANCH=master
TEST=emerge-fizz coreboot and boot on fizz dut

Change-Id: I3394d3af9cbdb3eab1f18254909f60e2704735c3
Signed-off-by: david wu <david_wu at quantatw.com>
---
M src/mainboard/google/fizz/acpi/dptf.asl
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/22481/1

diff --git a/src/mainboard/google/fizz/acpi/dptf.asl b/src/mainboard/google/fizz/acpi/dptf.asl
index 5234994..0a393a7 100644
--- a/src/mainboard/google/fizz/acpi/dptf.asl
+++ b/src/mainboard/google/fizz/acpi/dptf.asl
@@ -36,8 +36,9 @@
 #define DPTF_TSR1_PASSIVE	65
 #define DPTF_TSR1_CRITICAL	70
 
-#define DPTF_ENABLE_FAN_CONTROL
+#undef DPTF_ENABLE_FAN_CONTROL
 
+#ifdef DPTF_ENABLE_FAN_CONTROL
 /* DFPS: Fan Performance States */
 Name (DFPS, Package () {
 	0,	// Revision
@@ -75,6 +76,7 @@
 			37, 0, 0, 0
 	}
 })
+#endif
 
 Name (DTRT, Package () {
 	/* CPU Throttle Effect on CPU */

-- 
To view, visit https://review.coreboot.org/22481
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3394d3af9cbdb3eab1f18254909f60e2704735c3
Gerrit-Change-Number: 22481
Gerrit-PatchSet: 1
Gerrit-Owner: David Wu <david_wu at quantatw.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171116/07eacd31/attachment.html>


More information about the coreboot-gerrit mailing list