]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa
Make EDK Module Package pass Intel IPF compiler with /Ox switch.
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibLocalApic / BaseTimerLibLocalApic.msa
index f1d22f260333d5e3e2649aaf26393f3a1317bd08..539021dd93ed9048492bde16f02b46badc441bde 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
@@ -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>This value is the Bus Speed on platform</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