From 3c60375c574f39f8718847ddea58d25d21b081b2 Mon Sep 17 00:00:00 2001 From: Piotr Król Date: Tue, 24 Jul 2018 01:54:24 +0200 Subject: payloads/tianocore: Fix not applying patch 06_CorebootPayloadPkg_keep_cb_table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/27614 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese --- .../patches/06_CorebootPayloadPkg_keep_cb_table.patch | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'payloads') 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 e75052bc61..da8fc7f0fd 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 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 @@ index 262e6b9..d3c5723 100755 + (EFI_PHYSICAL_ADDRESS)(0 + 0x1000), + (UINT64)(0xA0000 - 0x1000) ); + + +-- +2.17.0 - --- -2.14.0 -- cgit v1.2.3