From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 99E4C821D5 for ; Wed, 1 Mar 2017 13:12:12 -0800 (PST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Mar 2017 13:12:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,227,1484035200"; d="scan'208";a="1103720682" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 01 Mar 2017 13:12:03 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 1 Mar 2017 13:12:03 -0800 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.47]) by FMSMSX119.amr.corp.intel.com ([169.254.14.85]) with mapi id 14.03.0248.002; Wed, 1 Mar 2017 13:12:03 -0800 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Carsey, Jaben" Thread-Topic: [PATCH 2/2] ShellPkg: Link DxeSmmPerformanceLib to make DP command generic Thread-Index: AQHSkmDlZwZq1xVinkeYXS9DPR/bp6GAJAsAgABX+BA= Date: Wed, 1 Mar 2017 21:12:02 +0000 Message-ID: References: <1488354783-13920-1-git-send-email-star.zeng@intel.com> <1488354783-13920-3-git-send-email-star.zeng@intel.com> <734D49CCEBEEF84792F5B80ED585239D5B8BBB2E@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <734D49CCEBEEF84792F5B80ED585239D5B8BBB2E@SHSMSX104.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzVmZWVhNDQtMjNmOC00ZmM0LWEzMmEtMGRkYjkzOGQ2NDU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImZTa1pDT1lWYzBXS0hkcFVyVnJhSzI5V0NTRzJINlR4TUYwUWU5bGhyQlk9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.108] MIME-Version: 1.0 Subject: Re: [PATCH 2/2] ShellPkg: Link DxeSmmPerformanceLib to make DP command generic X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 21:12:12 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Agree with comments. Great way to make build easier. Reviewed-by: Jaben Carsey > -----Original Message----- > From: Ni, Ruiyu > Sent: Tuesday, February 28, 2017 11:57 PM > To: Zeng, Star ; edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Gao, Liming > > Subject: RE: [PATCH 2/2] ShellPkg: Link DxeSmmPerformanceLib to make DP > command generic > Importance: High >=20 > It's great we finally have a platform independent PerformanceLib. > Reviewed-by: Ruiyu Ni >=20 > Thanks/Ray >=20 > > -----Original Message----- > > From: Zeng, Star > > Sent: Wednesday, March 1, 2017 3:53 PM > > To: edk2-devel@lists.01.org > > Cc: Zeng, Star ; Ni, Ruiyu ; > > Carsey, Jaben ; Gao, Liming > > > > Subject: [PATCH 2/2] ShellPkg: Link DxeSmmPerformanceLib to make DP > > command generic > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D412 > > > > Cc: Ruiyu Ni > > Cc: Jaben Carsey > > Cc: Liming Gao > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Star Zeng > > --- > > ShellPkg/ShellPkg.dsc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index > > a87428ad6f76..4126e846cf71 100644 > > --- a/ShellPkg/ShellPkg.dsc > > +++ b/ShellPkg/ShellPkg.dsc > > @@ -107,7 +107,7 @@ [Components] > > > > ShellPkg/Library/UefiDpLib/UefiDpLib.inf { > > > > - > > > PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanc > > eLibNull.inf > > + > > + > > > PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmm > > Perform > > + anceLib.inf > > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > > } > > > > -- > > 2.8.1.windows.1