From 1542d16173b4ac0eed414f135a2f61b073386271 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 19 Dec 2022 15:56:54 +0530 Subject: soc/intel/{adl,mtl,tgl}: Drop unnecessary `dptf.asl` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch drops unused `dptf.asl` from the latest IA SoC platforms as DPTF ACPI code generation is now relies on runtime aka SSDT rather than having fixed dptf.asl files to include inside the mainboard dsdt.asl. TEST=Able to build Google/Kano without any compilation issue. Signed-off-by: Subrata Banik Change-Id: I30a53eace89bf5324d7c2f15c6c2d2218f90eaf6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71087 Reviewed-by: Eric Lai Reviewed-by: Sumeet R Pawnikar Tested-by: build bot (Jenkins) Reviewed-by: Tarun Tuli --- src/soc/intel/alderlake/acpi/dptf.asl | 9 --------- src/soc/intel/meteorlake/acpi/dptf.asl | 9 --------- src/soc/intel/tigerlake/acpi/dptf.asl | 9 --------- 3 files changed, 27 deletions(-) delete mode 100644 src/soc/intel/alderlake/acpi/dptf.asl delete mode 100644 src/soc/intel/meteorlake/acpi/dptf.asl delete mode 100644 src/soc/intel/tigerlake/acpi/dptf.asl (limited to 'src/soc/intel') diff --git a/src/soc/intel/alderlake/acpi/dptf.asl b/src/soc/intel/alderlake/acpi/dptf.asl deleted file mode 100644 index 5b30886af8..0000000000 --- a/src/soc/intel/alderlake/acpi/dptf.asl +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -/* Below are the unique ACPI Device IDs for thermal/dptf on Alder Lake SoC. */ -/* DPTF ACPI Device ID */ -#define DPTF_DPTF_DEVICE "INTC1041" -/* Generic ACPI Device ID for TSR0/1/2/3 and charger */ -#define DPTF_GEN_DEVICE "INTC1046" -/* Fan ACPI Device ID */ -#define DPTF_FAN_DEVICE "INTC1048" diff --git a/src/soc/intel/meteorlake/acpi/dptf.asl b/src/soc/intel/meteorlake/acpi/dptf.asl deleted file mode 100644 index b0bbfc1b27..0000000000 --- a/src/soc/intel/meteorlake/acpi/dptf.asl +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -/* Below are the unique ACPI Device IDs for thermal/dptf on Meteor Lake SoC. */ -/* DPTF ACPI Device ID */ -#define DPTF_DPTF_DEVICE "INTC1042" -/* Generic ACPI Device ID for TSR0/1/2/3 and charger */ -#define DPTF_GEN_DEVICE "INTC1062" -/* Fan ACPI Device ID */ -#define DPTF_FAN_DEVICE "INTC1063" diff --git a/src/soc/intel/tigerlake/acpi/dptf.asl b/src/soc/intel/tigerlake/acpi/dptf.asl deleted file mode 100644 index 4877c88569..0000000000 --- a/src/soc/intel/tigerlake/acpi/dptf.asl +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -/* Below are the unique ACPI Device IDs for thermal/dptf on Tiger Lake SoC. */ -/* DPTF ACPI Device ID */ -#define DPTF_DPTF_DEVICE "INTC1040" -/* Generic ACPI Device ID for TSR0/1/2/3 and charger */ -#define DPTF_GEN_DEVICE "INTC1043" -/* Fan ACPI Device ID */ -#define DPTF_FAN_DEVICE "INTC1044" -- cgit v1.2.3