* [PATCH] PcAtChipsetPkg/AcpiTimerLib: Do not restrict Base instance.
@ 2018-07-22 23:05 Marvin Häuser
2018-07-23 6:34 ` Gao, Liming
0 siblings, 1 reply; 2+ messages in thread
From: Marvin Häuser @ 2018-07-22 23:05 UTC (permalink / raw)
To: edk2-devel@lists.01.org; +Cc: ruiyu.ni@intel.com
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 <Marvin.Haeuser@outlook.com>
---
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 = 564DE85F-049E-4481-BF7A-CA04D2788CF9
MODULE_TYPE = BASE
VERSION_STRING = 1.0
- LIBRARY_CLASS = TimerLib|SEC PEI_CORE PEIM
+ LIBRARY_CLASS = TimerLib
CONSTRUCTOR = AcpiTimerLibConstructor
MODULE_UNI_FILE = BaseAcpiTimerLib.uni
--
2.18.0.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] PcAtChipsetPkg/AcpiTimerLib: Do not restrict Base instance.
2018-07-22 23:05 [PATCH] PcAtChipsetPkg/AcpiTimerLib: Do not restrict Base instance Marvin Häuser
@ 2018-07-23 6:34 ` Gao, Liming
0 siblings, 0 replies; 2+ messages in thread
From: Gao, Liming @ 2018-07-23 6:34 UTC (permalink / raw)
To: Marvin.Haeuser@outlook.com, edk2-devel@lists.01.org; +Cc: Ni, Ruiyu
Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----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 <ruiyu.ni@intel.com>
>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 <Marvin.Haeuser@outlook.com>
>---
> 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 = 564DE85F-049E-4481-BF7A-CA04D2788CF9
> MODULE_TYPE = BASE
> VERSION_STRING = 1.0
>- LIBRARY_CLASS = TimerLib|SEC PEI_CORE PEIM
>+ LIBRARY_CLASS = TimerLib
> CONSTRUCTOR = AcpiTimerLibConstructor
> MODULE_UNI_FILE = BaseAcpiTimerLib.uni
>
>--
>2.18.0.windows.1
>
>_______________________________________________
>edk2-devel mailing list
>edk2-devel@lists.01.org
>https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-23 6:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-22 23:05 [PATCH] PcAtChipsetPkg/AcpiTimerLib: Do not restrict Base instance Marvin Häuser
2018-07-23 6:34 ` Gao, Liming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox