From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 52D7C20336AA3 for ; Sun, 8 Jul 2018 22:26:57 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jul 2018 22:26:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,328,1526367600"; d="scan'208";a="55380491" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga008.jf.intel.com with ESMTP; 08 Jul 2018 22:26:52 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 8 Jul 2018 22:26:49 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.124]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.173]) with mapi id 14.03.0319.002; Mon, 9 Jul 2018 13:26:47 +0800 From: "Yao, Jiewen" To: "Wu, Hao A" CC: "edk2-devel@lists.01.org" Thread-Topic: [PATCH edk2-platforms\devel-MinPlatform] MinPlatformPkg: Update PerformanceLib instance for UEFI_APPLICATION Thread-Index: AQHUFzG1inqiZNfqt0KiyITKiw69EqSGXHi/ Date: Mon, 9 Jul 2018 05:26:46 +0000 Message-ID: References: <20180709030509.10224-1-hao.a.wu@intel.com> In-Reply-To: <20180709030509.10224-1-hao.a.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: MIME-Version: 1.0 Subject: Re: [PATCH edk2-platforms\devel-MinPlatform] MinPlatformPkg: Update PerformanceLib instance for UEFI_APPLICATION 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, 09 Jul 2018 05:26:57 -0000 Content-Language: zh-CN Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable Reviewed by Jiewen.yao@intel.com thank you! Yao, Jiewen > =1B$B:_=1B(B 2018=1B$BG/=1B(B7=1B$B7n=1B(B8=1B$BF|!$2<8a=1B(B7:05=1B$B!$= =1B(BWu, Hao A =1B$B=20 > Replace the to-be-deprecated PerformanceLib instance: > DxeSmmPerformanceLib >=20 > with: > DxePerformanceLib >=20 > for UEFI_APPLICATION. >=20 > Test performed: > MinPurley VS2015 build pass. >=20 > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Hao Wu > --- > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc b/P= latform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > index 255a1c7ff3..1103572408 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > @@ -1,7 +1,7 @@ > ## @file > # Platform description. > # > -# Copyright (c) 2017, Intel Corporation. All rights reserved.
> +# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.
> # > # This program and the accompanying materials are licensed and made avail= able under > # the terms and conditions of the BSD License which accompanies this dist= ribution. > @@ -132,6 +132,6 @@ > SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf >=20 > !if gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable =3D=3D TRUE > - PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerform= anceLib.inf > + PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLi= b.inf > TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf > !endif > --=20 > 2.12.0.windows.1 >=20