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.88; helo=mga01.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 11867211B6988 for ; Wed, 16 Jan 2019 07:14:51 -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 fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2019 07:14:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,486,1539673200"; d="scan'208";a="135147305" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 16 Jan 2019 07:14:51 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) 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:50 -0800 Received: from shsmsx152.ccr.corp.intel.com ([169.254.6.44]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.160]) with mapi id 14.03.0415.000; Wed, 16 Jan 2019 23:14:48 +0800 From: "Gao, Liming" To: Ard Biesheuvel , "edk2-devel@lists.01.org" 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 03/17] QuarkPlatformPkg: add MmServicesTableLib resolution Thread-Index: AQHUrA0Epu2vxh67K0ilE2qTBEDW4KWyBEog Date: Wed, 16 Jan 2019 15:14:48 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3B3316@SHSMSX152.ccr.corp.intel.com> References: <20190114132758.24054-1-ard.biesheuvel@linaro.org> <20190114132758.24054-4-ard.biesheuvel@linaro.org> In-Reply-To: <20190114132758.24054-4-ard.biesheuvel@linaro.org> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGVlZDI5NmUtMzYxOC00NTEwLThlNGEtMjg5MTNlYzgzZjczIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQkxNa2ZxT3pnV2IrUHNQanNIaEZEMjduWm9jUzJhdmFZcENVcjNcL2VLVFwvQ1cwb2NhRUtnWG5haFM1Q3VoVlJkIn0= 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 03/17] QuarkPlatformPkg: 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:52 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----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 03/17] QuarkPlatformPkg: add MmServicesTableLib resolu= tion >=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 QuarkPlatformPkg .dsc files. >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel > --- > QuarkPlatformPkg/Quark.dsc | 1 + > QuarkPlatformPkg/QuarkMin.dsc | 1 + > 2 files changed, 2 insertions(+) >=20 > diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc > index 96ae404f476c..0e69b3c51f97 100644 > --- a/QuarkPlatformPkg/Quark.dsc > +++ b/QuarkPlatformPkg/Quark.dsc > @@ -282,6 +282,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/QuarkPlatformPkg/QuarkMin.dsc b/QuarkPlatformPkg/QuarkMin.ds= c > index d7a25686a30b..0f6da821cb82 100644 > --- a/QuarkPlatformPkg/QuarkMin.dsc > +++ b/QuarkPlatformPkg/QuarkMin.dsc > @@ -242,6 +242,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|MdePkg/Library/BaseReportStatusCodeLibNull/BaseRep= ortStatusCodeLibNull.inf > MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAll= ocationLib.inf > -- > 2.20.1