From 7609822730a2f3ffd80505eeb21030db1adf5ce7 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 25 Mar 2026 20:08:19 +0000 Subject: [PATCH] mb/starlabs/*: disable TCO Intruder SMI Some Star Labs boards can continuously trigger the TCO intruder SMI. Default the common Kconfig symbol off to avoid those spurious events. Change-Id: I4fbdc3d0f43d814564e972afcaaac1e967fb49f8 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/91871 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/common/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mainboard/starlabs/common/Kconfig b/src/mainboard/starlabs/common/Kconfig index 5501d43efe..9fe452d246 100644 --- a/src/mainboard/starlabs/common/Kconfig +++ b/src/mainboard/starlabs/common/Kconfig @@ -48,6 +48,9 @@ config STARLABS_ACPI_EFI_OPTION_SMI (e.g. keyboard backlight and trackpad state) to the UEFI variable store via an SMM APMC SMI handler. +config SOC_INTEL_COMMON_BLOCK_SMM_TCO_INTRUDER_SMI_ENABLE + default n + source "src/mainboard/starlabs/common/hda/Kconfig" endmenu