Last change
on this file since 85718 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.6 KB
|
Line | |
---|
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 - 2019, Intel Corporation. All rights reserved.<BR>
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | INF_VERSION = 0x00010005
|
---|
15 | BASE_NAME = CpuCommonFeaturesLib
|
---|
16 | MODULE_UNI_FILE = CpuCommonFeaturesLib.uni
|
---|
17 | FILE_GUID = 6D69F79F-9535-4893-9DD7-93929898252C
|
---|
18 | MODULE_TYPE = BASE
|
---|
19 | VERSION_STRING = 1.0
|
---|
20 | LIBRARY_CLASS = NULL
|
---|
21 |
|
---|
22 | CONSTRUCTOR = CpuCommonFeaturesLibConstructor
|
---|
23 |
|
---|
24 | #
|
---|
25 | # The following information is for reference only and not required by the build tools.
|
---|
26 | #
|
---|
27 | # VALID_ARCHITECTURES = IA32 X64
|
---|
28 | #
|
---|
29 |
|
---|
30 | [Sources]
|
---|
31 | CpuCommonFeaturesLib.c
|
---|
32 | CpuCommonFeatures.h
|
---|
33 | Aesni.c
|
---|
34 | C1e.c
|
---|
35 | ClockModulation.c
|
---|
36 | Eist.c
|
---|
37 | FastStrings.c
|
---|
38 | FeatureControl.c
|
---|
39 | LimitCpuIdMaxval.c
|
---|
40 | MachineCheck.c
|
---|
41 | MonitorMwait.c
|
---|
42 | PendingBreak.c
|
---|
43 | X2Apic.c
|
---|
44 | Ppin.c
|
---|
45 | ProcTrace.c
|
---|
46 |
|
---|
47 | [Packages]
|
---|
48 | MdePkg/MdePkg.dec
|
---|
49 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
50 |
|
---|
51 | [LibraryClasses]
|
---|
52 | BaseLib
|
---|
53 | PcdLib
|
---|
54 | DebugLib
|
---|
55 | RegisterCpuFeaturesLib
|
---|
56 | BaseMemoryLib
|
---|
57 | MemoryAllocationLib
|
---|
58 | LocalApicLib
|
---|
59 |
|
---|
60 | [Pcd]
|
---|
61 | gUefiCpuPkgTokenSpaceGuid.PcdCpuClockModulationDutyCycle ## SOMETIMES_CONSUMES
|
---|
62 | gUefiCpuPkgTokenSpaceGuid.PcdIsPowerOnReset ## SOMETIMES_CONSUMES
|
---|
63 | gUefiCpuPkgTokenSpaceGuid.PcdCpuProcTraceOutputScheme ## SOMETIMES_CONSUMES
|
---|
64 | gUefiCpuPkgTokenSpaceGuid.PcdCpuProcTraceMemSize ## SOMETIMES_CONSUMES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.