From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8A681211B7F7F for ; Wed, 16 Jan 2019 08:05:57 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2019 08:05:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,486,1539673200"; d="scan'208";a="118992464" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 16 Jan 2019 08:05:57 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 16 Jan 2019 08:05:56 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.63]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.196]) with mapi id 14.03.0415.000; Thu, 17 Jan 2019 00:05:54 +0800 From: "Yao, Jiewen" To: "Gao, Liming" , Ard Biesheuvel , "edk2-devel@lists.01.org" Thread-Topic: [PATCH edk2-platforms] Platform/Intel/MinPlatformPkg: add MmServicesTableLib resolution Thread-Index: AQHUrC4N9rub5mGU/0iJL/HY/NzZkaWx/yfAgAATH3A= Date: Wed, 16 Jan 2019 16:05:53 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503F4AD6D6@shsmsx102.ccr.corp.intel.com> References: <20190114172441.11036-1-ard.biesheuvel@linaro.org> <4A89E2EF3DFEDB4C8BFDE51014F606A14E3B32CF@SHSMSX152.ccr.corp.intel.com> In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3B32CF@SHSMSX152.ccr.corp.intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWRlNzkwYWUtYjRmYy00OTkzLTg1MDQtODRmYTgyMDFlNjM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOVpJRFF2NnlEdEVBR0VHQm5VcFhYem1vZWxGWGNWdlpsMXFnZmZ5ZlVDb0l3bEVJa3p6TEJFeVRhd0kxTEVBNSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH edk2-platforms] Platform/Intel/MinPlatformPkg: add MmServicesTableLib resolution X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2019 16:05:57 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Gao, Liming > Sent: Wednesday, January 16, 2019 6:57 AM > To: Ard Biesheuvel ; edk2-devel@lists.01.org > Subject: Re: [edk2] [PATCH edk2-platforms] Platform/Intel/MinPlatformPkg: > add MmServicesTableLib resolution >=20 > Reviewed-by: Liming Gao >=20 > > -----Original Message----- > > From: Ard Biesheuvel [mailto:ard.biesheuvel@linaro.org] > > Sent: Tuesday, January 15, 2019 1:25 AM > > To: edk2-devel@lists.01.org > > Cc: Gao, Liming ; Ard Biesheuvel > > > Subject: [PATCH edk2-platforms] Platform/Intel/MinPlatformPkg: add > MmServicesTableLib resolution > > > > Ensure that the platform will still build when we move the upstream > > FTW and variable SMM runtime drivers to use the new MmServiceTableLib > > library class. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Ard Biesheuvel > > --- > > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > index 1103572408d0..1ed3591f360a 100644 > > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > @@ -77,6 +77,7 @@ [LibraryClasses.common.UEFI_DRIVER] > > [LibraryClasses.common.DXE_SMM_DRIVER] > > PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf > > > SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesT > ableLib.inf > > + > MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTabl > eLib.inf > > > ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/Sm > mReportStatusCodeLib.inf > > > MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMe > moryAllocationLib.inf > > > LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.i > nf > > -- > > 2.17.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel