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.136; helo=mga12.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 F2955210C0CF6 for ; Sun, 22 Jul 2018 23:34:58 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jul 2018 23:34:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,392,1526367600"; d="scan'208";a="248013802" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 22 Jul 2018 23:34:23 -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, 22 Jul 2018 23:34:23 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.81]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.173]) with mapi id 14.03.0319.002; Mon, 23 Jul 2018 14:34:22 +0800 From: "Gao, Liming" To: "Marvin.Haeuser@outlook.com" , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" Thread-Topic: [PATCH] PcAtChipsetPkg/AcpiTimerLib: Do not restrict Base instance. Thread-Index: AQHUIhB7TDt0f+Ep2UqeoM+oqmRpWaScWiVA Date: Mon, 23 Jul 2018 06:34:22 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E2BF95D@SHSMSX104.ccr.corp.intel.com> References: In-Reply-To: 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] PcAtChipsetPkg/AcpiTimerLib: Do not restrict Base instance. 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, 23 Jul 2018 06:34:59 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Marvin H?user >Sent: Monday, July 23, 2018 7:05 AM >To: edk2-devel@lists.01.org >Cc: Ni, Ruiyu >Subject: [edk2] [PATCH] PcAtChipsetPkg/AcpiTimerLib: Do not restrict Base >instance. > >The current Base AcpiTimerLib instance restricts usage to SEC and PEI >modules, for which there is no obvious reason. Lift this restriction. > >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Marvin Haeuser >--- > PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf >b/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf >index b7f737e30ac8..df9eecfdaeaa 100644 >--- a/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf >+++ b/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf >@@ -24,7 +24,7 @@ [Defines] > FILE_GUID =3D 564DE85F-049E-4481-BF7A-CA04D2788CF9 > MODULE_TYPE =3D BASE > VERSION_STRING =3D 1.0 >- LIBRARY_CLASS =3D TimerLib|SEC PEI_CORE PEIM >+ LIBRARY_CLASS =3D TimerLib > CONSTRUCTOR =3D AcpiTimerLibConstructor > MODULE_UNI_FILE =3D BaseAcpiTimerLib.uni > >-- >2.18.0.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel