From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 BCB9A211B6988 for ; Wed, 16 Jan 2019 07:14:20 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2019 07:14:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,486,1539673200"; d="scan'208";a="135147225" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 16 Jan 2019 07:14:19 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 16 Jan 2019 07:14:19 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 16 Jan 2019 07:14:19 -0800 Received: from shsmsx152.ccr.corp.intel.com ([169.254.6.44]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.196]) with mapi id 14.03.0415.000; Wed, 16 Jan 2019 23:14:17 +0800 From: "Gao, Liming" To: Ard Biesheuvel , "edk2-devel@lists.01.org" , "Sun, Zailiang" CC: Laszlo Ersek , Leif Lindholm , "Kinney, Michael D" , "Wang, Jian J" , "Wu, Hao A" , Jagadeesh Ujja , Achin Gupta , Thomas Panakamattam Abraham , Sami Mujawar , "Zeng, Star" Thread-Topic: [PATCH v2 04/17] Vlv2TbltDevicePkg: add MmServicesTableLib resolution Thread-Index: AQHUrA0GAscHJVML7EiJJVXRewfKvKWyA/vA Date: Wed, 16 Jan 2019 15:14:16 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3B3306@SHSMSX152.ccr.corp.intel.com> References: <20190114132758.24054-1-ard.biesheuvel@linaro.org> <20190114132758.24054-5-ard.biesheuvel@linaro.org> In-Reply-To: <20190114132758.24054-5-ard.biesheuvel@linaro.org> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmQ5MzAwODQtNjdjNi00ZGNiLTk2OWEtNGIyZWFlMzJiODViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic1VGUFRjdjVOOTE0b1dmXC91SU52WE55SWNrNzVCbHRXVWJJSVhMTlpoanZFYmVCS0FURG1KeWlCRldIMjdLUVAifQ== 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 v2 04/17] Vlv2TbltDevicePkg: 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 15:14:21 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Zailiang: Could you help review this change? > -----Original Message----- > From: Ard Biesheuvel [mailto:ard.biesheuvel@linaro.org] > Sent: Monday, January 14, 2019 9:28 PM > To: edk2-devel@lists.01.org > Cc: Ard Biesheuvel ; Laszlo Ersek ; Leif Lindholm ; Kinney, > Michael D ; Gao, Liming ; Wang, Jian J ; Wu, Hao A > ; Jagadeesh Ujja ; Achin Gupt= a ; Thomas Panakamattam > Abraham ; Sami Mujawar ; Ze= ng, Star > Subject: [PATCH v2 04/17] Vlv2TbltDevicePkg: add MmServicesTableLib resol= ution >=20 > The SMM based FTW and variable drivers are going to depend on > MmServicesTableLib after a subsequent patch, so add a resolution > for it to various Vlv2TbltDevicePkg .dsc files. >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel > --- > Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 1 + > Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 + > Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 1 + > 3 files changed, 3 insertions(+) >=20 > diff --git a/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc b/Vlv2TbltDevicePkg/= PlatformPkgGccX64.dsc > index d43611550285..eb7c205a10a6 100644 > --- a/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > +++ b/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > @@ -406,6 +406,7 @@ [LibraryClasses.X64.DXE_CORE] > !endif >=20 > [LibraryClasses.X64.DXE_SMM_DRIVER] > + MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLi= b.inf > SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTabl= eLib.inf > ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmRep= ortStatusCodeLib.inf > MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAll= ocationLib.inf > diff --git a/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc b/Vlv2TbltDevicePkg/Pl= atformPkgIA32.dsc > index a33816c4d18b..b2f0d73f6d05 100644 > --- a/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > +++ b/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > @@ -406,6 +406,7 @@ [LibraryClasses.IA32.DXE_CORE] > !endif >=20 > [LibraryClasses.IA32.DXE_SMM_DRIVER] > + MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLi= b.inf > SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTabl= eLib.inf > ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmRep= ortStatusCodeLib.inf > MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAll= ocationLib.inf > diff --git a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Vlv2TbltDevicePkg/Pla= tformPkgX64.dsc > index 1da1442c64c6..aa62c07f177b 100644 > --- a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > +++ b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > @@ -408,6 +408,7 @@ [LibraryClasses.X64.DXE_CORE] > !endif >=20 > [LibraryClasses.X64.DXE_SMM_DRIVER] > + MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLi= b.inf > SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTabl= eLib.inf > ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmRep= ortStatusCodeLib.inf > MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAll= ocationLib.inf > -- > 2.20.1