Skip to content

Commit

Permalink
patches/coreboot-dasharo-unreleased : keep track of patches per upsre…
Browse files Browse the repository at this point in the history
…am dasharo+heads unreleased patches to apply on top of last release

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 <[email protected]>
  • Loading branch information
tlaurion authored and mdrobnak committed May 27, 2024
1 parent 10392c3 commit 8d6f89a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From b35dc4a4f25497acfbe159d6abd057d885661a02 Mon Sep 17 00:00:00 2001
From 6cd77aa95a7ab46771874b72c7dba6b3600d9b29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= <[email protected]>
Date: Mon, 13 May 2024 09:31:27 +0200
Subject: [PATCH] src/mainboard/clevo/adl-p/Kconfig: Add missing TPM PIRQ for
Expand All @@ -13,7 +13,7 @@ Signed-off-by: Michał Żygowski <[email protected]>
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
index 6e4b679d4d1..e9bcf53c7be 100644
--- a/src/mainboard/clevo/adl-p/Kconfig
+++ b/src/mainboard/clevo/adl-p/Kconfig
@@ -115,7 +115,7 @@ config FMDFILE
Expand Down

0 comments on commit 8d6f89a

Please sign in to comment.