]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf
UefiCpuPkg: Enable Processor Trace feature.
[mirror_edk2.git] / UefiCpuPkg / Library / CpuCommonFeaturesLib / CpuCommonFeaturesLib.inf
1 ## @file
2 # NULL instance to register CPU features.
3 #
4 # This library registers CPU features defined in Intel(R) 64 and IA-32
5 # Architectures Software Developer's Manual.
6 #
7 # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = CpuCommonFeaturesLib
21 MODULE_UNI_FILE = CpuCommonFeaturesLib.uni
22 FILE_GUID = 6D69F79F-9535-4893-9DD7-93929898252C
23 MODULE_TYPE = BASE
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = NULL
26
27 CONSTRUCTOR = CpuCommonFeaturesLibConstructor
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64
33 #
34
35 [Sources]
36 CpuCommonFeaturesLib.c
37 CpuCommonFeatures.h
38 Aesni.c
39 C1e.c
40 ClockModulation.c
41 Eist.c
42 ExecuteDisable.c
43 FastStrings.c
44 FeatureControl.c
45 LimitCpuIdMaxval.c
46 MachineCheck.c
47 MonitorMwait.c
48 PendingBreak.c
49 X2Apic.c
50 Ppin.c
51 Lmce.c
52 ProcTrace.c
53
54 [Packages]
55 MdePkg/MdePkg.dec
56 UefiCpuPkg/UefiCpuPkg.dec
57
58 [LibraryClasses]
59 BaseLib
60 PcdLib
61 DebugLib
62 RegisterCpuFeaturesLib
63 BaseMemoryLib
64 MemoryAllocationLib
65 LocalApicLib
66
67 [Pcd]
68 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesSupport ## CONSUMES
69 gUefiCpuPkgTokenSpaceGuid.PcdCpuClockModulationDutyCycle ## SOMETIMES_CONSUMES
70 gUefiCpuPkgTokenSpaceGuid.PcdIsPowerOnReset ## SOMETIMES_CONSUMES
71 gUefiCpuPkgTokenSpaceGuid.PcdCpuProcTraceOutputScheme ## SOMETIMES_CONSUMES
72 gUefiCpuPkgTokenSpaceGuid.PcdCpuProcTraceMemSize ## SOMETIMES_CONSUMES