]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[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# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BaseCpuLib\r
19 MODULE_UNI_FILE = BaseCpuLib.uni\r
20 FILE_GUID = 4FBD2538-249C-4b50-8F4A-A9E66609CBF6\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = CpuLib\r
24\r
25\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
28#\r
29\r
30[Sources.IA32]\r
31 Ia32/CpuSleep.c | MSFT\r
32 Ia32/CpuFlushTlb.c | MSFT\r
33\r
34 Ia32/CpuSleep.nasm| INTEL\r
35 Ia32/CpuFlushTlb.nasm| INTEL\r
36\r
37 Ia32/CpuSleepGcc.c | GCC\r
38 Ia32/CpuFlushTlbGcc.c | GCC\r
39\r
40[Sources.X64]\r
41 X64/CpuFlushTlb.nasm\r
42 X64/CpuSleep.nasm\r
43\r
44\r
45[Sources.EBC]\r
46 Ebc/CpuSleepFlushTlb.c\r
47\r
48[Sources.ARM]\r
49 Arm/CpuFlushTlb.asm | RVCT\r
50 Arm/CpuSleep.asm | RVCT\r
51 Arm/CpuFlushTlb.asm | MSFT\r
52 Arm/CpuSleep.asm | MSFT\r
53 Arm/CpuFlushTlb.S | GCC\r
54 Arm/CpuSleep.S | GCC\r
55\r
56[Sources.AARCH64]\r
57 AArch64/CpuFlushTlb.S | GCC\r
58 AArch64/CpuSleep.S | GCC\r
59 AArch64/CpuFlushTlb.asm | MSFT\r
60 AArch64/CpuSleep.asm | MSFT\r
61\r
62[Packages]\r
63 MdePkg/MdePkg.dec\r
64\r
65\r