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.151; helo=mga17.intel.com; envelope-from=jaben.carsey@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 9C388210C4DA9 for ; Mon, 30 Jul 2018 10:45:25 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2018 10:45:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,422,1526367600"; d="scan'208";a="59072103" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga008.fm.intel.com with ESMTP; 30 Jul 2018 10:45:20 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 30 Jul 2018 10:45:20 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.106]) by FMSMSX109.amr.corp.intel.com ([169.254.15.66]) with mapi id 14.03.0319.002; Mon, 30 Jul 2018 10:45:19 -0700 From: "Carsey, Jaben" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" , "Gao, Liming" Thread-Topic: [patch 3/4] ShellPkg: Remove DxeSmmPerformanceLib Thread-Index: AQHUJ8iHBKANEwi5GUOzAKjAcdBuUKSoCpRg Date: Mon, 30 Jul 2018 17:45:18 +0000 Message-ID: References: <20180730054504.6480-1-dandan.bi@intel.com> <20180730054504.6480-4-dandan.bi@intel.com> In-Reply-To: <20180730054504.6480-4-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGMzNTdmY2QtYjI5Mi00NDczLWE1YzEtNDBkYWRiZWM5ODU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiV3dXXC9Sc2M0WWg1a0dydlBDakNLd2F1TjhzS1Y2dWd4T0krUVY1T2RBWlwvcWpyZnVwSDV5bTlaXC9DTldOT015SSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.1.200.108] MIME-Version: 1.0 Subject: Re: [patch 3/4] ShellPkg: Remove DxeSmmPerformanceLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2018 17:45:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jaben Carsey > -----Original Message----- > From: Bi, Dandan > Sent: Sunday, July 29, 2018 10:45 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Ni, Ruiyu > ; Gao, Liming > Subject: [patch 3/4] ShellPkg: Remove DxeSmmPerformanceLib > Importance: High >=20 > DxeSmmPerformanceLib previously is used by DP tool. > But in new pweformance infrastructure, we have updated > Dp tool to get the performance data from firmware > performance data table in ACPI. > So remove the usage of DxeSmmPerformanceLib here. >=20 > Cc: Jaben Carsey > Cc: Ruiyu Ni > Cc: Liming Gao > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Dandan Bi > --- > ShellPkg/ShellPkg.dsc | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) >=20 > diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc > index cb2a2422ed..59dd07e0ae 100644 > --- a/ShellPkg/ShellPkg.dsc > +++ b/ShellPkg/ShellPkg.dsc > @@ -127,15 +127,10 @@ > } > ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.inf >=20 > ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf > { > > gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE > - > - > PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmm > PerformanceLib.inf > - } > - ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf { > - > - > PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmm > PerformanceLib.inf > } > + ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf >=20 > [BuildOptions] > *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES > -- > 2.14.3.windows.1