]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuMpPei/CpuMpPei.inf
BaseTools:Extend the binary cache to support library cache
[mirror_edk2.git] / UefiCpuPkg / CpuMpPei / CpuMpPei.inf
index 3b40d882015bf84871b6beba5e374938f3be91e9..4fc4ea77baa7eecef56f38d4a55a83e5e17d9ab3 100644 (file)
@@ -1,14 +1,8 @@
 ## @file\r
 #  CPU driver installs CPU PI Multi-processor PPI.\r
 #\r
-#  Copyright (c) 2015 - 2016, 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
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
@@ -31,6 +25,7 @@
   CpuMpPei.h\r
   CpuMpPei.c\r
   CpuBist.c\r
+  CpuPaging.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -48,6 +43,7 @@
   CpuExceptionHandlerLib\r
   MpInitLib\r
   BaseMemoryLib\r
+  CpuLib\r
 \r
 [Ppis]\r
   gEfiPeiMpServicesPpiGuid                      ## PRODUCES\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