[coreboot-gerrit] Change in coreboot[master]: soc/intel: Remove ACPI notification for fan speed change

Sumeet R Pawnikar (Code Review) gerrit at coreboot.org
Thu Aug 3 18:33:25 CEST 2017


Sumeet R Pawnikar has uploaded this change for review. ( https://review.coreboot.org/20875


Change subject: soc/intel: Remove ACPI notification for fan speed change
......................................................................

soc/intel: Remove ACPI notification for fan speed change

In _FSL ACPI notification 0x83 was incorrectly being sent to DPTF.
When there should be no notification on fan speed change.

Change-Id: I66efa7a7feb911a458829a54dbd0afefabd42394
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar at intel.com>
---
M src/soc/intel/common/acpi/dptf/fan.asl
M src/soc/intel/skylake/acpi/dptf/fan.asl
2 files changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/20875/1

diff --git a/src/soc/intel/common/acpi/dptf/fan.asl b/src/soc/intel/common/acpi/dptf/fan.asl
index a748088..8c0e886 100644
--- a/src/soc/intel/common/acpi/dptf/fan.asl
+++ b/src/soc/intel/common/acpi/dptf/fan.asl
@@ -53,7 +53,6 @@
 	Method (_FSL, 1, Serialized)
 	{
 		Store (Arg0, \_SB.PCI0.LPCB.EC0.FAND)
-		Notify (DPTF, 0x83)	// Reevaluate _ART
 	}
 
 	Method (_STA)
diff --git a/src/soc/intel/skylake/acpi/dptf/fan.asl b/src/soc/intel/skylake/acpi/dptf/fan.asl
index 0e40432..74cdb1b 100644
--- a/src/soc/intel/skylake/acpi/dptf/fan.asl
+++ b/src/soc/intel/skylake/acpi/dptf/fan.asl
@@ -53,7 +53,6 @@
 	Method (_FSL, 1, Serialized)
 	{
 		Store (Arg0, \_SB.PCI0.LPCB.EC0.FAND)
-		Notify (DPTF, 0x83)	// Re evaluate _ART
 	}
 
 	Method (_STA)

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I66efa7a7feb911a458829a54dbd0afefabd42394
Gerrit-Change-Number: 20875
Gerrit-PatchSet: 1
Gerrit-Owner: Sumeet R Pawnikar <sumeet.r.pawnikar at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170803/a506b059/attachment.html>


More information about the coreboot-gerrit mailing list