]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/CpuMpPei/CpuMpPei.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / CpuMpPei / CpuMpPei.inf
1 ## @file
2 # CPU driver installs CPU PI Multi-processor PPI.
3 #
4 # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = CpuMpPei
12 MODULE_UNI_FILE = CpuMpPei.uni
13 FILE_GUID = EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6
14 MODULE_TYPE = PEIM
15 VERSION_STRING = 1.0
16 ENTRY_POINT = CpuMpPeimInit
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64
22 #
23
24 [Sources]
25 CpuMpPei.h
26 CpuMpPei.c
27 CpuBist.c
28 CpuPaging.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 UefiCpuPkg/UefiCpuPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 DebugLib
38 HobLib
39 LocalApicLib
40 PeimEntryPoint
41 PeiServicesLib
42 ReportStatusCodeLib
43 CpuExceptionHandlerLib
44 MpInitLib
45 BaseMemoryLib
46
47 [Ppis]
48 gEfiPeiMpServicesPpiGuid ## PRODUCES
49 gEfiSecPlatformInformationPpiGuid ## SOMETIMES_CONSUMES
50 ## SOMETIMES_CONSUMES
51 ## PRODUCES
52 ## UNDEFINED # HOB
53 gEfiSecPlatformInformation2PpiGuid
54 gEfiVectorHandoffInfoPpiGuid ## SOMETIMES_CONSUMES
55 gEfiPeiMemoryDiscoveredPpiGuid ## CONSUMES
56
57 [Pcd]
58 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES
59 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard ## CONSUMES
60 gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList ## SOMETIMES_CONSUMES
61 gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize ## SOMETIMES_CONSUMES
62 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## SOMETIMES_CONSUMES
63
64 [Depex]
65 TRUE
66
67 [UserExtensions.TianoCore."ExtraFiles"]
68 CpuMpPeiExtra.uni
69