Attention is currently required from: Piotr Król.
Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/87051?usp=email )
Change subject: mainboard/protectli/vault_ehl/Kconfig: Configure TPM PIRQ ......................................................................
mainboard/protectli/vault_ehl/Kconfig: Configure TPM PIRQ
The board uses GPP_G19 as GPIO interrupt for SPI dTPM. The pad is already configured as APIC interrupt, so simply define the TPM_PIRQ to GPP_G19_IRQ, which is 0x6B for Elkhart Lake.
TEST=Boot Ubuntu 24.04 and check dmesg that Linux does not complain on TPM interrupt not working. Check Windows Device Manager does not report any problem with TPM and its resources.
Change-Id: Ia23319680cff927f10b44d7a5d07928cc30dbc9d Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com --- M src/mainboard/protectli/vault_ehl/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/87051/1
diff --git a/src/mainboard/protectli/vault_ehl/Kconfig b/src/mainboard/protectli/vault_ehl/Kconfig index 5f283ee..c9d4d18 100644 --- a/src/mainboard/protectli/vault_ehl/Kconfig +++ b/src/mainboard/protectli/vault_ehl/Kconfig @@ -49,4 +49,7 @@ config FMDFILE default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/vboot-rwa.fmd" if VBOOT && VBOOT_SLOTS_RW_A
+config TPM_PIRQ + default 0x6B # GPP_G19_IRQ + endif # BOARD_PROTECTLI_VP2420