mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
a51a7afefe
PR numbers being numerical and hopefully not conflicting with each other, keeping track of commits per their upstream PR should make sure they can be applied cleanly on top of each other as opposed to commit id related patches that git apply will apply in random order. Signed-off-by: Thierry Laurion <insurgo@riseup.net>
28 lines
987 B
Diff
28 lines
987 B
Diff
From 6cd77aa95a7ab46771874b72c7dba6b3600d9b29 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 6e4b679d4d1..e9bcf53c7be 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
|