aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/dsdt.asl
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2020-05-29 15:58:19 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-07-12 19:39:43 +0000
commit07ac2ec021cf504679f55a7365332e6dc7da0cd6 (patch)
tree4f2b0782e31733deff8e8cc7e051e8fa79e1f653 /src/mainboard/google/volteer/dsdt.asl
parentc34079cea0990d184fe2b13065066d012dfdd93d (diff)
mb/google/volteer: Convert static ASL files to new DPTF implementation
This patch converts the current DPTF policies from static ASL files into the new SSDT-based DPTF implementation. All settings are intended to be copied exactly. Change-Id: I964c53afbd503d47a07b982672425f0e7a986a3f Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41895 Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/volteer/dsdt.asl')
-rw-r--r--src/mainboard/google/volteer/dsdt.asl11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/google/volteer/dsdt.asl b/src/mainboard/google/volteer/dsdt.asl
index 3189767455..ddbc10f4e4 100644
--- a/src/mainboard/google/volteer/dsdt.asl
+++ b/src/mainboard/google/volteer/dsdt.asl
@@ -52,17 +52,6 @@ DefinitionBlock(
#include <ec/google/chromeec/acpi/ec.asl>
}
- /* Dynamic Platform Thermal Framework */
- Scope (\_SB)
- {
- /* Per board variant specific definitions. */
- #include <variant/acpi/dptf.asl>
- /* Include Tiger Lake soc specific DPTF changes */
- #include <soc/intel/tigerlake/acpi/dptf.asl>
- /* Include common dptf ASL files */
- #include <soc/intel/common/acpi/dptf/dptf.asl>
- }
-
#include <southbridge/intel/common/acpi/sleepstates.asl>
#if CONFIG(VARIANT_HAS_MIPI_CAMERA)