Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/60103 )
Change subject: Denverton-NS boards: Drop useless `thermal.asl` ......................................................................
Denverton-NS boards: Drop useless `thermal.asl`
The code in these files is meaningless, and can be dropped.
Change-Id: I11571885059e8d5f930f741172c74b25faa09a15 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/60103 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer felixsinger@posteo.net Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com --- D src/mainboard/intel/harcuvar/acpi/thermal.asl M src/mainboard/intel/harcuvar/dsdt.asl D src/mainboard/scaleway/tagada/acpi/thermal.asl M src/mainboard/scaleway/tagada/dsdt.asl 4 files changed, 0 insertions(+), 20 deletions(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved Felix Singer: Looks good to me, approved
diff --git a/src/mainboard/intel/harcuvar/acpi/thermal.asl b/src/mainboard/intel/harcuvar/acpi/thermal.asl deleted file mode 100644 index 7425afb..0000000 --- a/src/mainboard/intel/harcuvar/acpi/thermal.asl +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - - // Thermal Zone - -Scope (_TZ) -{ -} diff --git a/src/mainboard/intel/harcuvar/dsdt.asl b/src/mainboard/intel/harcuvar/dsdt.asl index e8dcb78..9eae08e 100644 --- a/src/mainboard/intel/harcuvar/dsdt.asl +++ b/src/mainboard/intel/harcuvar/dsdt.asl @@ -15,9 +15,6 @@ #include "acpi/platform.asl" #include "acpi/mainboard.asl"
- // Thermal Handler - #include "acpi/thermal.asl" - // global NVS and variables #include <soc/intel/denverton_ns/acpi/globalnvs.asl>
diff --git a/src/mainboard/scaleway/tagada/acpi/thermal.asl b/src/mainboard/scaleway/tagada/acpi/thermal.asl deleted file mode 100644 index 7425afb..0000000 --- a/src/mainboard/scaleway/tagada/acpi/thermal.asl +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - - // Thermal Zone - -Scope (_TZ) -{ -} diff --git a/src/mainboard/scaleway/tagada/dsdt.asl b/src/mainboard/scaleway/tagada/dsdt.asl index e8dcb78..9eae08e 100644 --- a/src/mainboard/scaleway/tagada/dsdt.asl +++ b/src/mainboard/scaleway/tagada/dsdt.asl @@ -15,9 +15,6 @@ #include "acpi/platform.asl" #include "acpi/mainboard.asl"
- // Thermal Handler - #include "acpi/thermal.asl" - // global NVS and variables #include <soc/intel/denverton_ns/acpi/globalnvs.asl>
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.