]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPECIFICATI...
[mirror_edk2.git] / MdePkg / Library / BaseCpuLib / BaseCpuLib.inf
1 #/** @file
2 # Instance of CPU Library for various architecture.
3 #
4 # CPU Library implemented using ASM functions for IA-32 and X64,
5 # PAL CALLs for IPF, and empty functions for EBC.
6 #
7 # Copyright (c) 2007 - 2008, Intel Corporation.
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = BaseCpuLib
22 FILE_GUID = 4FBD2538-249C-4b50-8F4A-A9E66609CBF6
23 MODULE_TYPE = BASE
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = CpuLib
26
27
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources.common]
33
34 [Sources.Ia32]
35 Ia32/CpuSleep.c | MSFT
36 Ia32/CpuFlushTlb.c | MSFT
37
38 Ia32/CpuSleep.asm | INTEL
39 Ia32/CpuFlushTlb.asm | INTEL
40
41 Ia32/CpuSleep.S | GCC
42 Ia32/CpuFlushTlb.S | GCC
43
44 [Sources.X64]
45 X64/CpuFlushTlb.asm
46 X64/CpuSleep.asm
47
48 X64/CpuSleep.S | GCC
49 X64/CpuFlushTlb.S | GCC
50
51 [Sources.IPF]
52 Ipf/CpuFlushTlb.s
53 Ipf/CpuSleep.c
54
55 [Sources.EBC]
56 Ebc/CpuSleepFlushTlb.c
57
58 [Packages]
59 MdePkg/MdePkg.dec
60
61
62 [LibraryClasses.Ipf]
63 PalLib