]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/CpuDxe/CpuDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
... / ...
CommitLineData
1## @file\r
2# CPU driver installs CPU Architecture Protocol and CPU MP protocol.\r
3#\r
4# Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>\r
5# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
6#\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = CpuDxe\r
14 MODULE_UNI_FILE = CpuDxe.uni\r
15 FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = InitializeCpu\r
19\r
20[Packages]\r
21 MdePkg/MdePkg.dec\r
22 MdeModulePkg/MdeModulePkg.dec\r
23 UefiCpuPkg/UefiCpuPkg.dec\r
24\r
25[LibraryClasses]\r
26 BaseLib\r
27 BaseMemoryLib\r
28 CpuLib\r
29 DebugLib\r
30 DxeServicesTableLib\r
31 MemoryAllocationLib\r
32 MtrrLib\r
33 UefiBootServicesTableLib\r
34 UefiDriverEntryPoint\r
35 LocalApicLib\r
36 UefiCpuLib\r
37 UefiLib\r
38 CpuExceptionHandlerLib\r
39 HobLib\r
40 ReportStatusCodeLib\r
41 MpInitLib\r
42 TimerLib\r
43 PeCoffGetEntryPointLib\r
44\r
45[Sources]\r
46 CpuDxe.c\r
47 CpuDxe.h\r
48 CpuGdt.c\r
49 CpuGdt.h\r
50 CpuMp.c\r
51 CpuMp.h\r
52 CpuPageTable.h\r
53 CpuPageTable.c\r
54\r
55[Sources.IA32]\r
56 Ia32/CpuAsm.nasm\r
57 Ia32/PagingAttribute.c\r
58\r
59[Sources.X64]\r
60 X64/CpuAsm.nasm\r
61 X64/PagingAttribute.c\r
62\r
63[Protocols]\r
64 gEfiCpuArchProtocolGuid ## PRODUCES\r
65 gEfiMpServiceProtocolGuid ## PRODUCES\r
66 gEfiSmmBase2ProtocolGuid ## SOMETIMES_CONSUMES\r
67\r
68[Guids]\r
69 gIdleLoopEventGuid ## CONSUMES ## Event\r
70 gEfiVectorHandoffTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
71\r
72[Ppis]\r
73 gEfiSecPlatformInformation2PpiGuid ## UNDEFINED # HOB\r
74 gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB\r
75\r
76[Pcd]\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES\r
78 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard ## CONSUMES\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdHeapGuardPropertyMask ## CONSUMES\r
80 gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask ## CONSUMES\r
81 gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList ## CONSUMES\r
82 gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize ## CONSUMES\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdTdxSharedBitMask ## CONSUMES\r
84\r
85[Depex]\r
86 TRUE\r
87\r
88[UserExtensions.TianoCore."ExtraFiles"]\r
89 CpuDxeExtra.uni\r