]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE using...
[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 - 2010, Intel Corporation. All rights reserved.<BR>
8 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
9 # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
10 #
11 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php.
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = BaseCpuLib
24 FILE_GUID = 4FBD2538-249C-4b50-8F4A-A9E66609CBF6
25 MODULE_TYPE = BASE
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = CpuLib
28
29
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
32 #
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/CpuSleepGcc.c | GCC
42 Ia32/CpuFlushTlbGcc.c | 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 [Sources.ARM]
59 Arm/CpuFlushTlb.asm | RVCT
60 Arm/CpuSleep.asm | RVCT
61 Arm/CpuFlushTlb.S | GCC
62 Arm/CpuSleep.S | GCC
63
64 [Sources.AARCH64]
65 AArch64/CpuFlushTlb.S | GCC
66 AArch64/CpuSleep.S | GCC
67
68 [Packages]
69 MdePkg/MdePkg.dec
70
71
72 [LibraryClasses.IPF]
73 PalLib
74 BaseLib