From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 03B5F21E2DA60 for ; Wed, 16 Aug 2017 01:11:50 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Aug 2017 01:14:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,381,1498546800"; d="scan'208";a="1163121092" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 16 Aug 2017 01:14:14 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 16 Aug 2017 01:14:12 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 16 Aug 2017 01:14:12 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.183]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.135]) with mapi id 14.03.0319.002; Wed, 16 Aug 2017 16:14:10 +0800 From: "Dong, Eric" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" CC: "Shao, Ming" Thread-Topic: [edk2] [Patch] UefiCpuPkg BaseUefiCpuLib: remove error reference code. Thread-Index: AQHTFYfaV9/O+tyCkkeC4ctYZP2DzaKGHdAAgACGTcA= Date: Wed, 16 Aug 2017 08:14:09 +0000 Message-ID: References: <1502775098-14688-1-git-send-email-eric.dong@intel.com> <1502775098-14688-3-git-send-email-eric.dong@intel.com> <734D49CCEBEEF84792F5B80ED585239D5B9EF3FD@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <734D49CCEBEEF84792F5B80ED585239D5B9EF3FD@SHSMSX104.ccr.corp.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] UefiCpuPkg BaseUefiCpuLib: remove error reference code. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2017 08:11:50 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Ok, I will update it when I push it. -----Original Message----- From: Ni, Ruiyu=20 Sent: Wednesday, August 16, 2017 4:13 PM To: Dong, Eric ; edk2-devel@lists.01.org Cc: Shao, Ming Subject: RE: [edk2] [Patch] UefiCpuPkg BaseUefiCpuLib: remove error referen= ce code. How about changing title to "UefiCpuPkg/BaseUefiCpuLib.inf: Remove unnecess= ary library class"? Thanks/Ray > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of=20 > Eric Dong > Sent: Tuesday, August 15, 2017 1:32 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu ; Shao, Ming > Subject: [edk2] [Patch] UefiCpuPkg BaseUefiCpuLib: remove error=20 > reference code. >=20 > UefiCpuLib inf file reference itself in [LibraryClasses] section, this=20 > is not necessary. This patch remove it. >=20 > Cc: Ruiyu Ni > Cc: Ming Shao > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Eric Dong > --- > UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) >=20 > diff --git a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > index b397ce0..ce5d3aa 100644 > --- a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > +++ b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > @@ -3,7 +3,7 @@ > # > # The library routines are UEFI specification compliant. > # > -# Copyright (c) 2009 - 2014, Intel Corporation. All rights=20 > reserved.
> +# Copyright (c) 2009 - 2017, Intel Corporation. All rights=20 > +reserved.
> # This program and the accompanying materials # are licensed and=20 > made available under the terms and conditions of the BSD License # =20 > which accompanies this distribution. The full text of the license may=20 > be found at @@ -42,7 +42,3 @@ [Packages] > MdePkg/MdePkg.dec > UefiCpuPkg/UefiCpuPkg.dec > - > -[LibraryClasses] > - UefiCpuLib > - > -- > 2.7.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel