From 07ac2ec021cf504679f55a7365332e6dc7da0cd6 Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Fri, 29 May 2020 15:58:19 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41895 Reviewed-by: Sumeet R Pawnikar Reviewed-by: Nick Vaccaro Reviewed-by: Duncan Laurie Tested-by: build bot (Jenkins) --- src/mainboard/google/volteer/dsdt.asl | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/mainboard/google/volteer/dsdt.asl') 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 } - /* Dynamic Platform Thermal Framework */ - Scope (\_SB) - { - /* Per board variant specific definitions. */ - #include - /* Include Tiger Lake soc specific DPTF changes */ - #include - /* Include common dptf ASL files */ - #include - } - #include #if CONFIG(VARIANT_HAS_MIPI_CAMERA) -- cgit v1.2.3