]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
Update the copyright notice format
[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 #
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = BaseCpuLib
23 FILE_GUID = 4FBD2538-249C-4b50-8F4A-A9E66609CBF6
24 MODULE_TYPE = BASE
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = CpuLib
27
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM
31 #
32
33 [Sources.IA32]
34 Ia32/CpuSleep.c | MSFT
35 Ia32/CpuFlushTlb.c | MSFT
36
37 Ia32/CpuSleep.asm | INTEL
38 Ia32/CpuFlushTlb.asm | INTEL
39
40 Ia32/CpuSleep.S | GCC
41 Ia32/CpuFlushTlb.S | GCC
42
43 [Sources.X64]
44 X64/CpuFlushTlb.asm
45 X64/CpuSleep.asm
46
47 X64/CpuSleep.S | GCC
48 X64/CpuFlushTlb.S | GCC
49
50 [Sources.IPF]
51 Ipf/CpuFlushTlb.s
52 Ipf/CpuSleep.c
53
54 [Sources.EBC]
55 Ebc/CpuSleepFlushTlb.c
56
57 [Sources.ARM]
58 Arm/CpuFlushTlb.asm | RVCT
59 Arm/CpuSleep.asm | RVCT
60 Arm/CpuFlushTlb.S | GCC
61 Arm/CpuSleep.S | GCC
62
63 [Packages]
64 MdePkg/MdePkg.dec
65
66
67 [LibraryClasses.IPF]
68 PalLib
69 BaseLib