summaryrefslogtreecommitdiff
path: root/src/mainboard/google/sarien/dsdt.asl
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2018-11-20 17:33:12 -0800
committerDuncan Laurie <dlaurie@chromium.org>2018-12-04 22:49:25 +0000
commit833a3a879d9af4c793233dd537f5fa9da5b3c110 (patch)
treecf0108417fc0915386debca95cc63dfdfb894917 /src/mainboard/google/sarien/dsdt.asl
parentbfb001d1a0b953fd832fce6bb13c02657ab1139f (diff)
downloadcoreboot-833a3a879d9af4c793233dd537f5fa9da5b3c110.tar.xz
mb/google/sarien: Enable DPTF
Enable DPTF support for sarien/arcada boards. This is currently using placeholder values that are identical that will be updated after thermal tuning is done. Change-Id: I7d51c3b38068fc25927c8dafc0bd9069b29d77f5 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/c/29762 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/sarien/dsdt.asl')
-rw-r--r--src/mainboard/google/sarien/dsdt.asl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/google/sarien/dsdt.asl b/src/mainboard/google/sarien/dsdt.asl
index bed06fe2fd..7f46e4f128 100644
--- a/src/mainboard/google/sarien/dsdt.asl
+++ b/src/mainboard/google/sarien/dsdt.asl
@@ -64,4 +64,15 @@ DefinitionBlock(
#include <ec/google/wilco/acpi/ec.asl>
}
#endif
+
+ /* Dynamic Platform Thermal Framework */
+ Scope (\_SB)
+ {
+ /* Per board variant specific definitions. */
+ #include <variant/acpi/dptf.asl>
+ /* Include soc specific DPTF changes */
+ #include <soc/intel/cannonlake/acpi/dptf.asl>
+ /* Include common dptf ASL files */
+ #include <soc/intel/common/acpi/dptf/dptf.asl>
+ }
}