From d50019d432066a9a234a9ca5357f291024e0525c Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 7 May 2025 10:33:01 -0500 Subject: [PATCH] mb/starlabs/starbook_mtl: Select SKIP_SEND_CONNECT_TOPOLOGY_CMD Not needed for this is board, and using the default timeout value causes boot delays when the public IOT FSP is used. TEST=build/boot starbook MTL. Change-Id: Ia87e4239dbff57894af4c7b4b2857f809007843d Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/87569 Reviewed-by: Sean Rhodes Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starbook/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/starlabs/starbook/Kconfig b/src/mainboard/starlabs/starbook/Kconfig index be0ed13177..a948e45c76 100644 --- a/src/mainboard/starlabs/starbook/Kconfig +++ b/src/mainboard/starlabs/starbook/Kconfig @@ -116,6 +116,7 @@ config BOARD_STARLABS_STARBOOK_MTL select MAINBOARD_HAS_TPM2 select MEMORY_MAPPED_TPM select PMC_IPC_ACPI_INTERFACE + select SKIP_SEND_CONNECT_TOPOLOGY_CMD select SOC_INTEL_COMMON_BLOCK_VTD select SOC_INTEL_METEORLAKE select SOC_INTEL_METEORLAKE_U_H