From afeca9f42281c0b38ba80981f17550fff5d3dc09 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 18 Feb 2026 13:24:14 +0000 Subject: [PATCH] mb/starlabs: disable TCO INTRUDER# SMI by default INTRUDER# may be asserted continuously on some Star Labs systems. Disable routing the event to SMI by default to avoid SMI storms when TCO SMIs are enabled (e.g. via BOOTMEDIA_SMM_BWP). This allows boards, like starbook_tgl, which assert INTRUDER# constantly to boot. TEST=build/boot starbook_tgl with BOOTMEDIA_SMM_BWP selected Change-Id: I6a2a188a295cc6be3af2043ea902d45c5bb5b95d Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/91336 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Angel Pons --- 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 f5496b05c0..adeda59bdf 100644 --- a/src/mainboard/starlabs/common/Kconfig +++ b/src/mainboard/starlabs/common/Kconfig @@ -17,6 +17,9 @@ config MB_COMMON_DIR string default "starlabs/common" +config SOC_INTEL_COMMON_BLOCK_SMM_TCO_INTRUDER_SMI_ENABLE + default n + source "src/mainboard/starlabs/common/hda/Kconfig" endmenu