From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: liming.gao@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Mon, 16 Sep 2019 17:15:31 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Sep 2019 17:15:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,514,1559545200"; d="scan'208";a="185996270" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga008.fm.intel.com with ESMTP; 16 Sep 2019 17:15:29 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 17:15:29 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 17:15:29 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.86]) with mapi id 14.03.0439.000; Tue, 17 Sep 2019 08:15:27 +0800 From: "Liming Gao" To: "Wei, David Y" , "devel@edk2.groups.io" CC: "Wu, Hao A" , "Sinha, Ankit" , "Agyeman, Prince" , "Kubacki, Michael A" , "Desimone, Nathaniel L" , "Kinney, Michael D" Subject: Re: [edk2-platforms PATCH v2] SimicsOpenBoardPkg: Change Guid name to fix build error Thread-Topic: [edk2-platforms PATCH v2] SimicsOpenBoardPkg: Change Guid name to fix build error Thread-Index: AQHVbN+rmv4uouiNnkKtj2MhHFOUzacvAEGg Date: Tue, 17 Sep 2019 00:15:26 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4F8B65@SHSMSX104.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Wei, David Y >Sent: Tuesday, September 17, 2019 6:40 AM >To: devel@edk2.groups.io >Cc: Wu, Hao A ; Gao, Liming ; >Sinha, Ankit ; Agyeman, Prince >; Kubacki, Michael A >; Desimone, Nathaniel L >; Kinney, Michael D > >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 >Cc: Liming Gao >Cc: Ankit Sinha >Cc: Agyeman Prince >Cc: Kubacki Michael A >Cc: Nate DeSimone >Cc: Michael D Kinney > >Signed-off-by: David Wei >--- > 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 =3D 1; > > Hob.Raw =3D 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