Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/72761 )
Change subject: treewide: Remove unuseful "_ART : Active Cooling Relationship Table" ......................................................................
treewide: Remove unuseful "_ART : Active Cooling Relationship Table"
Change-Id: Ief8dd9c7f7b82e1cd62de5bc1a361432b0eac4ca Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/soc/intel/common/acpi/dptf/dptf.asl M src/soc/intel/skylake/acpi/dptf/dptf.asl 2 files changed, 10 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/72761/1
diff --git a/src/soc/intel/common/acpi/dptf/dptf.asl b/src/soc/intel/common/acpi/dptf/dptf.asl index 637dfed..77eb0ef 100644 --- a/src/soc/intel/common/acpi/dptf/dptf.asl +++ b/src/soc/intel/common/acpi/dptf/dptf.asl @@ -67,7 +67,6 @@ }
#ifdef DPTF_ENABLE_FAN_CONTROL - /* _ART : Active Cooling Relationship Table */ Method (_ART) { Return (_SB.DART) diff --git a/src/soc/intel/skylake/acpi/dptf/dptf.asl b/src/soc/intel/skylake/acpi/dptf/dptf.asl index e72437a..dd43011 100644 --- a/src/soc/intel/skylake/acpi/dptf/dptf.asl +++ b/src/soc/intel/skylake/acpi/dptf/dptf.asl @@ -63,7 +63,6 @@ }
#ifdef DPTF_ENABLE_FAN_CONTROL - /* _ART : Active Cooling Relationship Table */ Method (_ART) { Return (_SB.DART)