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@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)