aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/dsdt.asl
diff options
context:
space:
mode:
authorSumeet R Pawnikar <sumeet.r.pawnikar@intel.com>2020-05-08 19:22:07 +0530
committerTim Wawrzynczak <twawrzynczak@chromium.org>2020-05-20 16:36:28 +0000
commit7d6bc60db9427f029f990002870e40541601a209 (patch)
tree40b34a1431710e1be32205c5a2711664ab628244 /src/mainboard/google/volteer/dsdt.asl
parent32585de39ea15b4192e213b7cfcf46485bfd0d2f (diff)
tigerlake: enable DPTF functionality for volteer
Enable DPTF functionality for volteer platform BRANCH=None BUG=b:149722146 TEST=Built and tested on volteer system Change-Id: I385fb409ccd291d97369295ff99f21c9430880f9 Signed-off-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41427 Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com> Reviewed-by: Caveh Jalali <caveh@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, 11 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/dsdt.asl b/src/mainboard/google/volteer/dsdt.asl
index ddbc10f4e4..fa39e79e8e 100644
--- a/src/mainboard/google/volteer/dsdt.asl
+++ b/src/mainboard/google/volteer/dsdt.asl
@@ -52,6 +52,17 @@ 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 soc specific DPTF changes */
+ #include <soc/intel/common/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)