]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa
Added DXE_RUNTIME_DRIVER in the SupModuleList since DxeStatusCode in EdkModulePkg...
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibLocalApic / BaseTimerLibLocalApic.msa
index 2b34af396b9bf9c19d60ff30e804c5bbd2936596..81d4a10c57b7d52387cfbbba28f22fe07d538ca5 100644 (file)
@@ -7,7 +7,9 @@
     <Version>1.0</Version>\r
     <Abstract>Component description file for Baser Timer Library</Abstract>\r
     <Description>Timer Library that only uses CPU resources to provide calibrated
-      delays on IA-32 and x64.</Description>\r
+      delays on IA-32 and x64. Note: Because CpuLocalApci timer could be programmed
+      by OS, it cannot be used by SMM drivers and runtime drivers, ACPI timer is
+      recommended for SMM drivers and runtime drivers.</Description>\r
     <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>\r
     <License>All rights reserved. This program and the accompanying materials
       are licensed and made available under the terms and conditions of the BSD License
@@ -23,7 +25,7 @@
     <OutputFileBasename>BaseTimerLibLocalApic</OutputFileBasename>\r
   </ModuleDefinitions>\r
   <LibraryClassDefinitions>\r
-    <LibraryClass Usage="ALWAYS_PRODUCED">\r
+    <LibraryClass Usage="ALWAYS_PRODUCED" SupModuleList="BASE DXE_CORE DXE_DRIVER PEIM PEI_CORE SEC UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER">\r
       <Keyword>TimerLib</Keyword>\r
     </LibraryClass>\r
     <LibraryClass Usage="ALWAYS_CONSUMED">\r
@@ -54,9 +56,9 @@
   </Externs>\r
   <PcdCoded>\r
     <PcdEntry PcdItemType="FIXED_AT_BUILD" Usage="ALWAYS_CONSUMED">\r
-      <C_Name>PcdPlatformBusSpeed</C_Name>\r
+      <C_Name>PcdFSBClock</C_Name>\r
       <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>\r
-      <HelpText>Bus speed on the platform, its unit is Hz.  its default value is 200000000, that means bus speed is 200Mhz.</HelpText>\r
+      <HelpText>This value is FSB Clock frequency. Its unit is Hz and its default value is 200000000, that means FSB frequency is 200Mhz.</HelpText>\r
     </PcdEntry>\r
   </PcdCoded>\r
 </ModuleSurfaceArea>
\ No newline at end of file