]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuMpPei/CpuMpPei.inf
UefiCpuPkg/CpuMpPei: support stack guard feature
[mirror_edk2.git] / UefiCpuPkg / CpuMpPei / CpuMpPei.inf
index 3b40d882015bf84871b6beba5e374938f3be91e9..241355de5a2b4f12030a1d7f2faa7988ca0879d5 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  CPU driver installs CPU PI Multi-processor PPI.\r
 #\r
-#  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -31,6 +31,7 @@
   CpuMpPei.h\r
   CpuMpPei.c\r
   CpuBist.c\r
+  CpuPaging.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   ## UNDEFINED # HOB\r
   gEfiSecPlatformInformation2PpiGuid\r
   gEfiVectorHandoffInfoPpiGuid                  ## SOMETIMES_CONSUMES\r
+  gEfiPeiMemoryDiscoveredPpiGuid                ## CONSUMES\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask    ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard                       ## CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList              ## SOMETIMES_CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize                    ## SOMETIMES_CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize                           ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
-  gEfiPeiMemoryDiscoveredPpiGuid\r
+  TRUE\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   CpuMpPeiExtra.uni\r