]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
MdePkg: Remove X86 ASM and S files
[mirror_edk2.git] / MdePkg / Library / BaseCpuLib / BaseCpuLib.inf
CommitLineData
6bfbb5f0 1## @file\r
34b0820e 2# Instance of CPU Library for various architecture.\r
e0337bfa 3#\r
55f67014 4# CPU Library implemented using ASM functions for IA32, X64, ARM, AARCH64,\r
34b0820e 5# PAL CALLs for IPF, and empty functions for EBC.\r
85ea851e 6#\r
a4e754fc 7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
de2d3419 8# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
deb65d6c 9# Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>\r
e0337bfa 10#\r
de2d3419 11# This program and the accompanying materials\r
e0337bfa 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
35a17154 14# http://opensource.org/licenses/bsd-license.php.\r
e0337bfa 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
6bfbb5f0 19##\r
e0337bfa 20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
677472aa 23 BASE_NAME = BaseCpuLib\r
c92c1790 24 MODULE_UNI_FILE = BaseCpuLib.uni\r
e0337bfa 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
e0337bfa 29\r
30\r
31#\r
deb65d6c 32# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
e0337bfa 33#\r
34\r
990e25aa 35[Sources.IA32]\r
e0337bfa 36 Ia32/CpuSleep.c | MSFT \r
37 Ia32/CpuFlushTlb.c | MSFT \r
38\r
e639ea6a 39 Ia32/CpuSleep.nasm| INTEL\r
68562b45 40 Ia32/CpuFlushTlb.nasm| INTEL\r
e0337bfa 41\r
cf683fed 42 Ia32/CpuSleepGcc.c | GCC \r
43 Ia32/CpuFlushTlbGcc.c | GCC \r
e0337bfa 44\r
45[Sources.X64]\r
10422bd6 46 X64/CpuFlushTlb.nasm\r
0f56da97 47 X64/CpuSleep.nasm\r
e0337bfa 48\r
0f56da97 49 X64/CpuSleep.nasm| GCC\r
e0337bfa 50 X64/CpuSleep.S | GCC \r
10422bd6 51 X64/CpuFlushTlb.nasm| GCC\r
e0337bfa 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
4b5f371b 61[Sources.ARM]\r
62 Arm/CpuFlushTlb.asm | RVCT\r
63 Arm/CpuSleep.asm | RVCT \r
a4e754fc
LG
64 Arm/CpuFlushTlb.asm | MSFT\r
65 Arm/CpuSleep.asm | MSFT\r
4b5f371b 66 Arm/CpuFlushTlb.S | GCC\r
67 Arm/CpuSleep.S | GCC \r
68\r
deb65d6c 69[Sources.AARCH64]\r
55f67014
PB
70 AArch64/CpuFlushTlb.S | GCC\r
71 AArch64/CpuSleep.S | GCC\r
72 AArch64/CpuFlushTlb.asm | MSFT\r
73 AArch64/CpuSleep.asm | MSFT\r
deb65d6c 74\r
e0337bfa 75[Packages]\r
76 MdePkg/MdePkg.dec\r
77\r
78\r
990e25aa 79[LibraryClasses.IPF]\r
fa73b3be 80 PalLib\r
01a54966 81 BaseLib\r
c92c1790 82\r