From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 95C338216A for ; Wed, 1 Mar 2017 00:21:03 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 01 Mar 2017 00:21:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,224,1484035200"; d="scan'208";a="70305074" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 01 Mar 2017 00:21:03 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 1 Mar 2017 00:21:03 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 1 Mar 2017 00:21:02 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.132]) with mapi id 14.03.0248.002; Wed, 1 Mar 2017 16:21:01 +0800 From: "Gao, Liming" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [edk2] [PATCH 0/2] DP: Link DxeSmmPerformanceLib to make DP command generic Thread-Index: AQHSkmD1Rdy8WkaVWkWey10cC/HYw6F/pLGA Date: Wed, 1 Mar 2017 08:20:59 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D6E6715@shsmsx102.ccr.corp.intel.com> References: <1488354783-13920-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1488354783-13920-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] DP: 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 08:21:03 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Sta= r >Zeng >Sent: Wednesday, March 01, 2017 3:53 PM >To: edk2-devel@lists.01.org >Cc: Zeng, Star >Subject: [edk2] [PATCH 0/2] DP: Link DxeSmmPerformanceLib to make DP >command generic > >Current PerformancePkg is linking DxePerformanceLib >that could only dump PEI and DXE performance log. >Current ShellPkg is linking BasePerformanceLibNull. > >We could link DxeSmmPerformanceLib to make DP command >built from PerformancePkg and ShellPkg generic. > >Star Zeng (2): > PerformancePkg: Link DxeSmmPerformanceLib to make DP command >generic > ShellPkg: Link DxeSmmPerformanceLib to make DP command generic > > PerformancePkg/PerformancePkg.dsc | 21 ++------------------- > ShellPkg/ShellPkg.dsc | 2 +- > 2 files changed, 3 insertions(+), 20 deletions(-) > >-- >2.8.1.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel