X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseTimerLibLocalApic%2FBaseTimerLibLocalApic.msa;h=1b086b2841e313abc044410035e27ac9a71495c6;hp=2b34af396b9bf9c19d60ff30e804c5bbd2936596;hb=f3825a180a2297a701dda728a5f9e8dab6da65b6;hpb=0401b900adbb17afe40d7bd284a8f38de63150cb diff --git a/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa b/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa index 2b34af396b..1b086b2841 100644 --- a/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa +++ b/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa @@ -7,7 +7,9 @@ 1.0 Component description file for Baser Timer Library Timer Library that only uses CPU resources to provide calibrated - delays on IA-32 and x64. + 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 @@ -23,7 +25,7 @@ BaseTimerLibLocalApic - + TimerLib @@ -54,9 +56,9 @@ - PcdPlatformBusSpeed + PcdFSBClock gEfiMdePkgTokenSpaceGuid - Bus speed on the platform, its unit is Hz. its default value is 200000000, that means bus speed is 200Mhz. + 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