[coreboot-gerrit] Change in coreboot[master]: payloads/tianocore: Fix not applying patch 06_CorebootPayloadPkg_keep...

Piotr Król (Code Review) gerrit at coreboot.org
Tue Jul 24 01:58:08 CEST 2018


Piotr Król has uploaded this change for review. ( https://review.coreboot.org/27614


Change subject: payloads/tianocore: Fix not applying patch 06_CorebootPayloadPkg_keep_cb_table
......................................................................

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 at 3mdeb.com>
---
M payloads/external/tianocore/patches/06_CorebootPayloadPkg_keep_cb_table.patch
1 file changed, 9 insertions(+), 5 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/27614/1

diff --git a/payloads/external/tianocore/patches/06_CorebootPayloadPkg_keep_cb_table.patch b/payloads/external/tianocore/patches/06_CorebootPayloadPkg_keep_cb_table.patch
index e75052b..da8fc7f 100644
--- a/payloads/external/tianocore/patches/06_CorebootPayloadPkg_keep_cb_table.patch
+++ b/payloads/external/tianocore/patches/06_CorebootPayloadPkg_keep_cb_table.patch
@@ -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 at 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 (
@@ -20,7 +23,8 @@
 +    (EFI_PHYSICAL_ADDRESS)(0 + 0x1000),
 +    (UINT64)(0xA0000 - 0x1000)
      );
+ 
+ 
+-- 
+2.17.0
 
-
---
-2.14.0

-- 
To view, visit https://review.coreboot.org/27614
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I130856520f91bcfbd9a62741b1d5abb6495a6eac
Gerrit-Change-Number: 27614
Gerrit-PatchSet: 1
Gerrit-Owner: Piotr Król <piotr.krol at 3mdeb.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180723/ae1064eb/attachment-0001.html>


More information about the coreboot-gerrit mailing list