From 68367ac69e34baa1b9f475dab9842139120fb806 Mon Sep 17 00:00:00 2001 From: John Su Date: Tue, 18 Feb 2025 16:44:22 +0800 Subject: [PATCH] mb/google/trulo/var/uldrenite: Support body detection to DPTF Use DPTF_FEATURE_DYNAMIC_THERMAL_TABLE_SWITCH to support body detection to DPTF on the Uldrenite. BUG=b:394177292 BRANCH=firmware-trulo-15217.771.B TEST=emerge-nissa coreboot Change-Id: I6e98b9c3fd1b38d10a1aa7c30d5d92e1638449f2 Signed-off-by: John Su Reviewed-on: https://review.coreboot.org/c/coreboot/+/86494 Reviewed-by: Dtrain Hsu Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- .../google/brya/variants/uldrenite/include/variant/ec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/brya/variants/uldrenite/include/variant/ec.h b/src/mainboard/google/brya/variants/uldrenite/include/variant/ec.h index 818cdef7df..c91c99b945 100644 --- a/src/mainboard/google/brya/variants/uldrenite/include/variant/ec.h +++ b/src/mainboard/google/brya/variants/uldrenite/include/variant/ec.h @@ -8,4 +8,6 @@ /* Enable DPTF OEM variable */ #define DPTF_ENABLE_OEM_VARIABLES +#define DPTF_FEATURE_DYNAMIC_THERMAL_TABLE_SWITCH + #endif