]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuDxe/CpuDxe.inf
UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
CommitLineData
7b202cb0 1## @file\r
7fadaacd 2# CPU driver installs CPU Architecture Protocol and CPU MP protocol.\r
a47463f2 3#\r
22292ed3 4# Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>\r
627dcba3
LD
5# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
6#\r
01a1c0fc 7# This program and the accompanying materials\r
a47463f2 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
7b202cb0 15##\r
a47463f2 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = CpuDxe\r
e48e0742 20 MODULE_UNI_FILE = CpuDxe.uni\r
712389b8 21 FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136\r
a47463f2 22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
a47463f2 24 ENTRY_POINT = InitializeCpu\r
25\r
26[Packages]\r
a47463f2 27 MdePkg/MdePkg.dec\r
32394027 28 MdeModulePkg/MdeModulePkg.dec\r
a47463f2 29 UefiCpuPkg/UefiCpuPkg.dec\r
30\r
31[LibraryClasses]\r
32 BaseLib\r
33 BaseMemoryLib\r
34 CpuLib\r
35 DebugLib\r
36 DxeServicesTableLib\r
37 MemoryAllocationLib\r
38 MtrrLib\r
39 UefiBootServicesTableLib\r
40 UefiDriverEntryPoint\r
d4605c23 41 LocalApicLib\r
661cab5d 42 UefiCpuLib\r
e41aad15
JF
43 UefiLib\r
44 CpuExceptionHandlerLib\r
db61e163
JF
45 HobLib\r
46 ReportStatusCodeLib\r
7fadaacd 47 MpInitLib\r
7537f8c0 48 TimerLib\r
a47463f2 49\r
50[Sources]\r
51 CpuDxe.c\r
52 CpuDxe.h\r
53 CpuGdt.c\r
533263ee 54 CpuGdt.h\r
6022e28c
JJ
55 CpuMp.c\r
56 CpuMp.h\r
22292ed3
JY
57 CpuPageTable.h\r
58 CpuPageTable.c\r
a47463f2 59\r
a47463f2 60[Sources.IA32]\r
b85a6ffb
LG
61 Ia32/CpuAsm.asm\r
62 Ia32/CpuAsm.nasm\r
63 Ia32/CpuAsm.S\r
a47463f2 64\r
65[Sources.X64]\r
b85a6ffb
LG
66 X64/CpuAsm.asm\r
67 X64/CpuAsm.nasm\r
68 X64/CpuAsm.S\r
a47463f2 69\r
70[Protocols]\r
e48e0742 71 gEfiCpuArchProtocolGuid ## PRODUCES\r
7fadaacd 72 gEfiMpServiceProtocolGuid ## PRODUCES\r
a47463f2 73\r
32394027 74[Guids]\r
e48e0742
LG
75 gIdleLoopEventGuid ## CONSUMES ## Event\r
76 gEfiVectorHandoffTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
32394027 77\r
db61e163
JF
78[Ppis]\r
79 gEfiSecPlatformInformation2PpiGuid ## UNDEFINED # HOB\r
80 gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB\r
81\r
627dcba3
LD
82[Pcd]\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES\r
84\r
a47463f2 85[Depex]\r
86 TRUE\r
87\r
e48e0742
LG
88[UserExtensions.TianoCore."ExtraFiles"]\r
89 CpuDxeExtra.uni\r