Reviewed-by: Liming Gao <[email protected]> >-----Original Message----- >From: Wei, David Y >Sent: Tuesday, September 17, 2019 6:40 AM >To: [email protected] >Cc: Wu, Hao A <[email protected]>; Gao, Liming <[email protected]>; >Sinha, Ankit <[email protected]>; Agyeman, Prince ><[email protected]>; Kubacki, Michael A ><[email protected]>; Desimone, Nathaniel L ><[email protected]>; Kinney, Michael D ><[email protected]> >Subject: [edk2-platforms PATCH v2] SimicsOpenBoardPkg: Change Guid name >to fix build error > >MinPlatform PKG now use gEfiSmmSmramMemoryGuid instead of >gEfiSmmPeiSmramMemoryReserveGuid to build memory HOB. >SimicsOpenBoardPkg need to update for it accordingly. > >Cc: Hao Wu <[email protected]> >Cc: Liming Gao <[email protected]> >Cc: Ankit Sinha <[email protected]> >Cc: Agyeman Prince <[email protected]> >Cc: Kubacki Michael A <[email protected]> >Cc: Nate DeSimone <[email protected]> >Cc: Michael D Kinney <[email protected]> > >Signed-off-by: David Wei <[email protected]> >--- > Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c | 2 +- > Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c >b/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c >index 90e6d1d3cf..ee0eead5a8 100644 >--- a/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c >+++ b/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c >@@ -449,7 +449,7 @@ QemuInitializeRam ( > SmramRanges = 1; > > Hob.Raw = BuildGuidHob( >- &gEfiSmmPeiSmramMemoryReserveGuid, >+ &gEfiSmmSmramMemoryGuid, > BufferSize > ); > ASSERT(Hob.Raw); >diff --git a/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf >b/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf >index ccc7037d75..e466d57e4e 100644 >--- a/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf >+++ b/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf >@@ -39,7 +39,7 @@ > > [Guids] > gEfiMemoryTypeInformationGuid >- gEfiSmmPeiSmramMemoryReserveGuid ## CONSUMES >+ gEfiSmmSmramMemoryGuid ## CONSUMES > > [LibraryClasses] > BaseLib >-- >2.16.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47307): https://edk2.groups.io/g/devel/message/47307 Mute This Topic: https://groups.io/mt/34170515/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
