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