payloads/tianocore: Fix not applying patch 06_CorebootPayloadPkg_keep_cb_table
Mentioned patch could not be applied in coreboot-sdk:1.52. With this fix patch apply correctly. Change-Id: I130856520f91bcfbd9a62741b1d5abb6495a6eac Signed-off-by: Piotr Król <piotr.krol@3mdeb.com> Reviewed-on: https://review.coreboot.org/27614 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
This commit is contained in:
parent
1e69b0a863
commit
3c60375c57
|
@ -1,13 +1,16 @@
|
|||
From ef89b11ce6f93c96fbd1753a8006dd9c3da212e0 Mon Sep 17 00:00:00 2001
|
||||
From 336ce69129206ea6cb5bea2a99c5f00e77850518 Mon Sep 17 00:00:00 2001
|
||||
From: ReddestDream <reddestdream@gmail.com>
|
||||
Date: Wed, 3 May 2017 00:13:28 -0400
|
||||
Subject: [PATCH] CbSupportPei: prevent lower coreboot table from being
|
||||
overwritten
|
||||
|
||||
Exclude the bottom 4kb from being included in System Memory HoB
|
||||
---
|
||||
CorebootModulePkg/CbSupportPei/CbSupportPei.c | 5 +++--
|
||||
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/CorebootModulePkg/CbSupportPei/CbSupportPei.c b/CorebootModulePkg/CbSupportPei/CbSupportPei.c
|
||||
index 262e6b9..d3c5723 100755
|
||||
index 831de89b21d1..e84b9b55288a 100755
|
||||
--- a/CorebootModulePkg/CbSupportPei/CbSupportPei.c
|
||||
+++ b/CorebootModulePkg/CbSupportPei/CbSupportPei.c
|
||||
@@ -261,8 +261,9 @@ CbPeiEntryPoint (
|
||||
|
@ -23,4 +26,5 @@ index 262e6b9..d3c5723 100755
|
|||
|
||||
|
||||
--
|
||||
2.14.0
|
||||
2.17.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue