public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [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

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