diff --git a/modules/coreboot b/modules/coreboot index 3d058f65..aaebdc14 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -91,6 +91,7 @@ $(eval $(call coreboot_module,purism,)) # MSI and Nitropad NV41 / NS50 boards are based on Dasharo coreboot port coreboot-dasharo_repo := https://github.com/dasharo/coreboot coreboot-dasharo_commit_hash := 3a9aa3a4692f3dd49732f5b4e3ec54be385f0969 +coreboot-dasharo_patch_version := unreleased $(eval $(call coreboot_module,dasharo,)) # Check that the board configured the coreboot version correctly diff --git a/patches/coreboot-dasharo-unreleased/b35dc4a4f25497acfbe159d6abd057d885661a02.patch b/patches/coreboot-dasharo-unreleased/b35dc4a4f25497acfbe159d6abd057d885661a02.patch new file mode 100644 index 00000000..ce2c009b --- /dev/null +++ b/patches/coreboot-dasharo-unreleased/b35dc4a4f25497acfbe159d6abd057d885661a02.patch @@ -0,0 +1,27 @@ +From b35dc4a4f25497acfbe159d6abd057d885661a02 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= +Date: Mon, 13 May 2024 09:31:27 +0200 +Subject: [PATCH] src/mainboard/clevo/adl-p/Kconfig: Add missing TPM PIRQ for + NV41 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Michał Żygowski +--- + src/mainboard/clevo/adl-p/Kconfig | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/mainboard/clevo/adl-p/Kconfig b/src/mainboard/clevo/adl-p/Kconfig +index c091584ac7d..462cb7135b3 100644 +--- a/src/mainboard/clevo/adl-p/Kconfig ++++ b/src/mainboard/clevo/adl-p/Kconfig +@@ -115,7 +115,7 @@ config FMDFILE + default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/vboot-rwa.fmd" if VBOOT && VBOOT_SLOTS_RW_A + + config TPM_PIRQ +- default 0x27 if BOARD_CLEVO_NS50PU_BASE # GPP_E1 ++ default 0x27 # GPP_E1 + + config SOC_INTEL_CSE_SEND_EOP_EARLY + default n