From a92a2ee5d6ccae25ad8119ab172da33561c638e9 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 28 Oct 2025 09:05:53 +0000 Subject: [PATCH] mb/starlabs/byte_adl: Expose fan control option in CFR Test=Change fan mode on byte_adl in edk2 and verify correct value is written to the EC memory using `ectool -d` Change-Id: I93d4be663a059abb973ad6abf2e60d40f56ed6c7 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/89782 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Paul Menzel --- src/mainboard/starlabs/byte_adl/cfr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/starlabs/byte_adl/cfr.c b/src/mainboard/starlabs/byte_adl/cfr.c index 3e22595079..530821bd34 100644 --- a/src/mainboard/starlabs/byte_adl/cfr.c +++ b/src/mainboard/starlabs/byte_adl/cfr.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include @@ -54,6 +55,7 @@ static struct sm_obj_form performance = { .ui_name = "Performance", .obj_list = (const struct sm_object *[]) { &bluetooth_rtd3, + &fan_mode, &power_profile, NULL },