mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
coreboot + patches/coreboot-dasharo-unreleased: Add b35dc4a4f25497acfbe159d6abd057d885661a02.patch for TPM IRQ Kconfig missing
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
b163c389fe
commit
41d55bf2fc
@ -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
|
||||
|
@ -0,0 +1,27 @@
|
||||
From b35dc4a4f25497acfbe159d6abd057d885661a02 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= <michal.zygowski@3mdeb.com>
|
||||
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 <michal.zygowski@3mdeb.com>
|
||||
---
|
||||
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
|
Loading…
Reference in New Issue
Block a user