]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
MdeModulePkg DxeCore: Don't cache memory mapped IO FV.
[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
34b0820e 4# CPU Library implemented using ASM functions for IA-32 and X64,\r
5# PAL CALLs for IPF, and empty functions for EBC.\r
85ea851e 6#\r
de2d3419
HT
7# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
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
e0337bfa 24 FILE_GUID = 4FBD2538-249C-4b50-8F4A-A9E66609CBF6\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = CpuLib \r
e0337bfa 28\r
29\r
30#\r
deb65d6c 31# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
e0337bfa 32#\r
33\r
990e25aa 34[Sources.IA32]\r
e0337bfa 35 Ia32/CpuSleep.c | MSFT \r
36 Ia32/CpuFlushTlb.c | MSFT \r
37\r
38 Ia32/CpuSleep.asm | INTEL \r
39 Ia32/CpuFlushTlb.asm | INTEL \r
40\r
cf683fed 41 Ia32/CpuSleepGcc.c | GCC \r
42 Ia32/CpuFlushTlbGcc.c | GCC \r
e0337bfa 43\r
44[Sources.X64]\r
a8ff9715 45 X64/CpuFlushTlb.asm \r
e0337bfa 46 X64/CpuSleep.asm\r
47\r
48 X64/CpuSleep.S | GCC \r
49 X64/CpuFlushTlb.S | GCC \r
50\r
51[Sources.IPF]\r
52 Ipf/CpuFlushTlb.s\r
53 Ipf/CpuSleep.c\r
54\r
55[Sources.EBC]\r
56 Ebc/CpuSleepFlushTlb.c\r
57\r
4b5f371b 58[Sources.ARM]\r
59 Arm/CpuFlushTlb.asm | RVCT\r
60 Arm/CpuSleep.asm | RVCT \r
61 Arm/CpuFlushTlb.S | GCC\r
62 Arm/CpuSleep.S | GCC \r
63\r
deb65d6c
HL
64[Sources.AARCH64]\r
65 AArch64/CpuFlushTlb.S | GCC\r
66 AArch64/CpuSleep.S | GCC\r
67\r
e0337bfa 68[Packages]\r
69 MdePkg/MdePkg.dec\r
70\r
71\r
990e25aa 72[LibraryClasses.IPF]\r
fa73b3be 73 PalLib\r
01a54966 74 BaseLib\r