]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuMpPei/CpuMpPei.inf
UefiCpuPkg/CpuMpPei: support stack guard feature
[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
ea0f431c
JF
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = CpuMpPei\r
18 MODULE_UNI_FILE = CpuMpPei.uni\r
19 FILE_GUID = EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = CpuMpPeimInit\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 CpuMpPei.h\r
32 CpuMpPei.c\r
33 CpuBist.c\r
0a0d5296 34 CpuPaging.c\r
ea0f431c 35\r
ea0f431c
JF
36[Packages]\r
37 MdePkg/MdePkg.dec\r
9bedfb2f 38 MdeModulePkg/MdeModulePkg.dec\r
ea0f431c
JF
39 UefiCpuPkg/UefiCpuPkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
ea0f431c
JF
43 DebugLib\r
44 HobLib\r
45 LocalApicLib\r
ea0f431c
JF
46 PeimEntryPoint\r
47 PeiServicesLib\r
48 ReportStatusCodeLib\r
9bedfb2f 49 CpuExceptionHandlerLib\r
a1a4c7a4 50 MpInitLib\r
86432994 51 BaseMemoryLib\r
ea0f431c
JF
52\r
53[Ppis]\r
54 gEfiPeiMpServicesPpiGuid ## PRODUCES\r
ea0f431c
JF
55 gEfiSecPlatformInformationPpiGuid ## SOMETIMES_CONSUMES\r
56 ## SOMETIMES_CONSUMES\r
86432994
JF
57 ## PRODUCES\r
58 ## UNDEFINED # HOB\r
ea0f431c 59 gEfiSecPlatformInformation2PpiGuid\r
9bedfb2f 60 gEfiVectorHandoffInfoPpiGuid ## SOMETIMES_CONSUMES\r
0a0d5296
JW
61 gEfiPeiMemoryDiscoveredPpiGuid ## CONSUMES\r
62\r
63[Pcd]\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard ## CONSUMES\r
66 gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList ## SOMETIMES_CONSUMES\r
67 gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize ## SOMETIMES_CONSUMES\r
68 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## SOMETIMES_CONSUMES\r
ea0f431c 69\r
ea0f431c 70[Depex]\r
0a0d5296 71 TRUE\r
ea0f431c
JF
72\r
73[UserExtensions.TianoCore."ExtraFiles"]\r
74 CpuMpPeiExtra.uni\r
75\r