2006-06-30 21:01:55 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-10-22 05:03:45 +02:00
|
|
|
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2006-06-30 21:01:55 +02:00
|
|
|
<MsaHeader>
|
|
|
|
<ModuleName>BaseTimerLibLocalApic</ModuleName>
|
2006-04-22 00:54:32 +02:00
|
|
|
<ModuleType>BASE</ModuleType>
|
2006-06-30 21:01:55 +02:00
|
|
|
<GuidValue>b5a05743-9b71-489b-a0ed-a0eb3950d23b</GuidValue>
|
|
|
|
<Version>1.0</Version>
|
2006-07-12 16:15:40 +02:00
|
|
|
<Abstract>Component description file for Baser Timer Library</Abstract>
|
2006-10-22 05:03:45 +02:00
|
|
|
<Description>Timer Library that only uses CPU resources to provide calibrated
|
2007-01-24 09:04:04 +01:00
|
|
|
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
|
2006-12-28 07:13:22 +01:00
|
|
|
recommended for SMM drivers and runtime drivers.</Description>
|
2006-07-12 12:24:36 +02:00
|
|
|
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
|
2006-10-22 05:03:45 +02:00
|
|
|
<License>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
|
|
|
|
http://opensource.org/licenses/bsd-license.php
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
2006-06-30 21:01:55 +02:00
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
|
|
|
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
|
|
|
</MsaHeader>
|
|
|
|
<ModuleDefinitions>
|
|
|
|
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
|
|
|
<BinaryModule>false</BinaryModule>
|
|
|
|
<OutputFileBasename>BaseTimerLibLocalApic</OutputFileBasename>
|
|
|
|
</ModuleDefinitions>
|
2006-06-30 22:31:48 +02:00
|
|
|
<LibraryClassDefinitions>
|
2007-01-26 03:44:59 +01:00
|
|
|
<LibraryClass Usage="ALWAYS_PRODUCED">
|
2006-06-30 21:01:55 +02:00
|
|
|
<Keyword>TimerLib</Keyword>
|
|
|
|
</LibraryClass>
|
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
|
|
<Keyword>BaseLib</Keyword>
|
|
|
|
</LibraryClass>
|
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
|
|
<Keyword>IoLib</Keyword>
|
|
|
|
</LibraryClass>
|
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
|
|
<Keyword>DebugLib</Keyword>
|
|
|
|
</LibraryClass>
|
2006-11-07 09:43:22 +01:00
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
|
|
<Keyword>PcdLib</Keyword>
|
|
|
|
</LibraryClass>
|
2006-04-22 00:54:32 +02:00
|
|
|
</LibraryClassDefinitions>
|
2006-06-30 22:31:48 +02:00
|
|
|
<SourceFiles>
|
2006-06-30 21:01:55 +02:00
|
|
|
<Filename SupArchList="IA32">x86TimerLib.c</Filename>
|
|
|
|
<Filename SupArchList="X64">x86TimerLib.c</Filename>
|
|
|
|
<Filename SupArchList="IPF">Ipf/IpfTimerLib.c</Filename>
|
|
|
|
<Filename SupArchList="EBC">Ebc/EbcTimerLib.c</Filename>
|
2006-04-22 00:54:32 +02:00
|
|
|
</SourceFiles>
|
2006-06-30 21:01:55 +02:00
|
|
|
<PackageDependencies>
|
|
|
|
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
|
|
|
|
</PackageDependencies>
|
|
|
|
<Externs>
|
|
|
|
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
|
2006-07-07 16:37:11 +02:00
|
|
|
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
|
2006-06-30 21:01:55 +02:00
|
|
|
</Externs>
|
2006-11-07 09:43:22 +01:00
|
|
|
<PcdCoded>
|
|
|
|
<PcdEntry PcdItemType="FIXED_AT_BUILD" Usage="ALWAYS_CONSUMED">
|
2006-11-13 10:27:49 +01:00
|
|
|
<C_Name>PcdFSBClock</C_Name>
|
2006-11-07 09:43:22 +01:00
|
|
|
<TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
|
2006-11-14 06:43:15 +01:00
|
|
|
<HelpText>This value is FSB Clock frequency. Its unit is Hz and its default value is 200000000, that means FSB frequency is 200Mhz.</HelpText>
|
2006-11-07 09:43:22 +01:00
|
|
|
</PcdEntry>
|
|
|
|
</PcdCoded>
|
2006-06-30 21:01:55 +02:00
|
|
|
</ModuleSurfaceArea>
|