From fad6772611c25a714c718318270a3cc6c6a311ae Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 17 Mar 2025 15:30:33 +0000 Subject: [PATCH] mb/starlabs/starbook/mtl: Enable PMC IPC Mailbox Introduce support for an IPC mailbox interface that lets the OS exchange commands and responses with the Power Management Controller (PMC) when needed. Change-Id: I31ba44dc6fb848dda94321e1c17e64ddf6abe637 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/86902 Reviewed-by: Matt DeVillier 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 e8154fec50..d874e10aff 100644 --- a/src/mainboard/starlabs/starbook/Kconfig +++ b/src/mainboard/starlabs/starbook/Kconfig @@ -114,6 +114,7 @@ config BOARD_STARLABS_STARBOOK_MTL select FSP_TYPE_IOT select MAINBOARD_HAS_TPM2 select MEMORY_MAPPED_TPM + select PMC_IPC_ACPI_INTERFACE select SOC_INTEL_COMMON_BLOCK_VTD select SOC_INTEL_METEORLAKE select SOC_INTEL_METEORLAKE_U_H