[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nami: Fix fan is always ON

John Su (Code Review) gerrit at coreboot.org
Fri Jul 27 12:16:06 CEST 2018


John Su has uploaded this change for review. ( https://review.coreboot.org/27662


Change subject: mb/google/poppy/variants/nami: Fix fan is always ON
......................................................................

mb/google/poppy/variants/nami: Fix fan is always ON

Add the new setting for fan performance state.

BUG=b:111860513, b:11865138
TEST=Fan do not run below trip point

Change-Id: I894460b8b418217e2477608094c37018437cbb78
Signed-off-by: John Su <john_su at compal.corp-partner.google.com>
---
M src/mainboard/google/poppy/variants/nami/include/variant/acpi/dptf.asl
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/27662/1

diff --git a/src/mainboard/google/poppy/variants/nami/include/variant/acpi/dptf.asl b/src/mainboard/google/poppy/variants/nami/include/variant/acpi/dptf.asl
index a83fe17..03567fc 100644
--- a/src/mainboard/google/poppy/variants/nami/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/poppy/variants/nami/include/variant/acpi/dptf.asl
@@ -65,7 +65,8 @@
 	Package () {69,		0xFFFFFFFF,	5800,	180,	1800},
 	Package () {56,		0xFFFFFFFF,	5000,	145,	1450},
 	Package () {46,		0xFFFFFFFF,	4900,	115,	1150},
-	Package () {36,		0xFFFFFFFF,	3900,	90,	900}
+	Package () {36,		0xFFFFFFFF,	3900,	90,	900},
+	Package () { 0,         0xFFFFFFFF,        0,    0,       0}
 })
 
 Name (DART, Package () {

-- 
To view, visit https://review.coreboot.org/27662
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I894460b8b418217e2477608094c37018437cbb78
Gerrit-Change-Number: 27662
Gerrit-PatchSet: 1
Gerrit-Owner: John Su <john_su at compal.corp-partner.google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180727/1f0fe0d0/attachment.html>


More information about the coreboot-gerrit mailing list