[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: check DPTF_TSR1_ACTIVE_AC* in _ACx methods

John Su (Code Review) gerrit at coreboot.org
Thu May 10 04:06:39 CEST 2018


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


Change subject: soc/intel/skylake: check DPTF_TSR1_ACTIVE_AC* in _ACx methods
......................................................................

soc/intel/skylake: check DPTF_TSR1_ACTIVE_AC* in _ACx methods

Because thermal table is not included the values of DPTF_TSR1_ACTIVE_AC from internal nami/vayne thermal team.
Add conditional compilation in _ACx methods if DPTF_ENABLE_FAN_CONTROL is defined in the dptf.asl.

BUG=b:72974136
TEST=Match the result from DPTF UI.

Change-Id: I4b593118ca460a59aa49786cb99df417d135112a
Signed-off-by: John Su <john_su at compal.corp-partner.google.com>
---
M src/soc/intel/skylake/acpi/dptf/thermal.asl
1 file changed, 45 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/26210/1

diff --git a/src/soc/intel/skylake/acpi/dptf/thermal.asl b/src/soc/intel/skylake/acpi/dptf/thermal.asl
index 8290392..cf4723d 100644
--- a/src/soc/intel/skylake/acpi/dptf/thermal.asl
+++ b/src/soc/intel/skylake/acpi/dptf/thermal.asl
@@ -263,6 +263,51 @@
 	{
 		\_SB.PCI0.LPCB.EC0.PATD (TMPI)
 	}
+
+#ifdef DPTF_ENABLE_FAN_CONTROL
+#ifdef DPTF_TSR1_ACTIVE_AC0
+        Method (_AC0)
+        {
+                Return (\_SB.DPTF.CTOK (DPTF_TSR1_ACTIVE_AC0))
+        }
+#endif
+#ifdef DPTF_TSR1_ACTIVE_AC1
+        Method (_AC1)
+        {
+                Return (\_SB.DPTF.CTOK (DPTF_TSR1_ACTIVE_AC1))
+        }
+#endif
+#ifdef DPTF_TSR1_ACTIVE_AC2
+        Method (_AC2)
+        {
+                Return (\_SB.DPTF.CTOK (DPTF_TSR1_ACTIVE_AC2))
+        }
+#endif
+#ifdef DPTF_TSR1_ACTIVE_AC3
+        Method (_AC3)
+        {
+                Return (\_SB.DPTF.CTOK (DPTF_TSR1_ACTIVE_AC3))
+        }
+#endif
+#ifdef DPTF_TSR1_ACTIVE_AC4
+        Method (_AC4)
+        {
+                Return (\_SB.DPTF.CTOK (DPTF_TSR1_ACTIVE_AC4))
+        }
+#endif
+#ifdef DPTF_TSR1_ACTIVE_AC5
+        Method (_AC5)
+        {
+                Return (\_SB.DPTF.CTOK (DPTF_TSR1_ACTIVE_AC5))
+        }
+#endif
+#ifdef DPTF_TSR1_ACTIVE_AC6
+        Method (_AC6)
+        {
+                Return (\_SB.DPTF.CTOK (DPTF_TSR1_ACTIVE_AC6))
+        }
+#endif
+#endif
 }
 #endif
 

-- 
To view, visit https://review.coreboot.org/26210
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: I4b593118ca460a59aa49786cb99df417d135112a
Gerrit-Change-Number: 26210
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/20180510/450d488d/attachment-0001.html>


More information about the coreboot-gerrit mailing list