soc/intel/{adl,mtl,tgl}: Drop unnecessary `dptf.asl`
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 <subratabanik@google.com> Change-Id: I30a53eace89bf5324d7c2f15c6c2d2218f90eaf6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71087 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tarun Tuli <taruntuli@google.com>
This commit is contained in:
parent
380411422e
commit
1542d16173
|
@ -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"
|
|
|
@ -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"
|
|
|
@ -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"
|
|
Loading…
Reference in New Issue