]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
MdePkg: Remove X86 ASM and S files
[mirror_edk2.git] / MdePkg / Library / BaseCpuLib / BaseCpuLib.inf
... / ...
CommitLineData
1## @file\r
2# Instance of CPU Library for various architecture.\r
3#\r
4# CPU Library implemented using ASM functions for IA32, X64, ARM, AARCH64,\r
5# PAL CALLs for IPF, and empty functions for EBC.\r
6#\r
7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
8# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
9# Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>\r
10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php.\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = BaseCpuLib\r
24 MODULE_UNI_FILE = BaseCpuLib.uni\r
25 FILE_GUID = 4FBD2538-249C-4b50-8F4A-A9E66609CBF6\r
26 MODULE_TYPE = BASE\r
27 VERSION_STRING = 1.0\r
28 LIBRARY_CLASS = CpuLib \r
29\r
30\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
33#\r
34\r
35[Sources.IA32]\r
36 Ia32/CpuSleep.c | MSFT \r
37 Ia32/CpuFlushTlb.c | MSFT \r
38\r
39 Ia32/CpuSleep.nasm| INTEL\r
40 Ia32/CpuFlushTlb.nasm| INTEL\r
41\r
42 Ia32/CpuSleepGcc.c | GCC \r
43 Ia32/CpuFlushTlbGcc.c | GCC \r
44\r
45[Sources.X64]\r
46 X64/CpuFlushTlb.nasm\r
47 X64/CpuSleep.nasm\r
48\r
49 X64/CpuSleep.nasm| GCC\r
50 X64/CpuSleep.S | GCC \r
51 X64/CpuFlushTlb.nasm| GCC\r
52 X64/CpuFlushTlb.S | GCC \r
53\r
54[Sources.IPF]\r
55 Ipf/CpuFlushTlb.s\r
56 Ipf/CpuSleep.c\r
57\r
58[Sources.EBC]\r
59 Ebc/CpuSleepFlushTlb.c\r
60\r
61[Sources.ARM]\r
62 Arm/CpuFlushTlb.asm | RVCT\r
63 Arm/CpuSleep.asm | RVCT \r
64 Arm/CpuFlushTlb.asm | MSFT\r
65 Arm/CpuSleep.asm | MSFT\r
66 Arm/CpuFlushTlb.S | GCC\r
67 Arm/CpuSleep.S | GCC \r
68\r
69[Sources.AARCH64]\r
70 AArch64/CpuFlushTlb.S | GCC\r
71 AArch64/CpuSleep.S | GCC\r
72 AArch64/CpuFlushTlb.asm | MSFT\r
73 AArch64/CpuSleep.asm | MSFT\r
74\r
75[Packages]\r
76 MdePkg/MdePkg.dec\r
77\r
78\r
79[LibraryClasses.IPF]\r
80 PalLib\r
81 BaseLib\r
82\r