X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseTimerLibLocalApic%2FBaseTimerLibLocalApic.msa;h=539021dd93ed9048492bde16f02b46badc441bde;hp=a50bed3754de3570e1107f985b216e0c1e6809a3;hb=3401c092e4e98b97bcf86d9aa2500d5ee7b3b8cf;hpb=5b2a7957d9215b45e87de228b69b89aa21fafd3e diff --git a/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa b/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa index a50bed3754..539021dd93 100644 --- a/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa +++ b/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa @@ -1,13 +1,16 @@ - + BaseTimerLibLocalApic BASE b5a05743-9b71-489b-a0ed-a0eb3950d23b 1.0 - Component description file for the entry point to a EFIDXE Drivers - FIX ME! - Copyright (c) 2004-2006, Intel Corporation + Component description file for Baser Timer Library + Timer Library that only uses CPU resources to provide calibrated + 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. + Copyright (c) 2006, Intel Corporation. All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -34,12 +37,13 @@ DebugLib + + PcdLib + x86TimerLib.c x86TimerLib.c - Ipf/PalCallStatic.s - Ipf/ReadItc.s Ipf/IpfTimerLib.c Ebc/EbcTimerLib.c @@ -48,6 +52,13 @@ EFI_SPECIFICATION_VERSION 0x00020000 - EDK_RELEASE_VERSION 0x00090000 + EDK_RELEASE_VERSION 0x00020000 + + + PcdFSBClock + gEfiMdePkgTokenSpaceGuid + This value is FSB Clock frequency. Its unit is Hz and its default value is 200000000, that means FSB frequency is 200Mhz. + + \ No newline at end of file