]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuMpPei/CpuMpPei.inf
UefiCpuPkg/CpuDxe: Enable protection for newly added page table
[mirror_edk2.git] / UefiCpuPkg / CpuMpPei / CpuMpPei.inf
index 4a5cfe75ff954e6b3e63c6f8dc100b7e6931c8a5..3b40d882015bf84871b6beba5e374938f3be91e9 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  CPU driver installs CPU PI Multi-processor PPI.\r
 #\r
-#  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\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
   CpuMpPei.h\r
   CpuMpPei.c\r
   CpuBist.c\r
-  Microcode.h\r
-  Microcode.c\r
-  PeiMpServices.h\r
-  PeiMpServices.c\r
-\r
-[Sources.IA32]\r
-  Ia32/MpEqu.inc\r
-  Ia32/MpFuncs.asm  | MSFT\r
-  Ia32/MpFuncs.asm  | INTEL\r
-  Ia32/MpFuncs.nasm | GCC\r
-\r
-[Sources.X64]\r
-  X64/MpEqu.inc\r
-  X64/MpFuncs.asm  | MSFT\r
-  X64/MpFuncs.asm  | INTEL\r
-  X64/MpFuncs.nasm | GCC\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
-  BaseMemoryLib\r
   DebugLib\r
   HobLib\r
   LocalApicLib\r
-  MtrrLib\r
-  PcdLib\r
   PeimEntryPoint\r
   PeiServicesLib\r
   ReportStatusCodeLib\r
-  SynchronizationLib\r
-  TimerLib\r
-  UefiCpuLib\r
+  CpuExceptionHandlerLib\r
+  MpInitLib\r
+  BaseMemoryLib\r
 \r
 [Ppis]\r
   gEfiPeiMpServicesPpiGuid                      ## PRODUCES\r
-  gEfiEndOfPeiSignalPpiGuid                     ## NOTIFY\r
   gEfiSecPlatformInformationPpiGuid             ## SOMETIMES_CONSUMES\r
   ## SOMETIMES_CONSUMES\r
-  ## SOMETIMES_PRODUCES\r
+  ## PRODUCES\r
+  ## UNDEFINED # HOB\r
   gEfiSecPlatformInformation2PpiGuid\r
-\r
-[Pcd]\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber        ## CONSUMES\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds      ## CONSUMES\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize                      ## CONSUMES\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress            ## CONSUMES\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize         ## CONSUMES\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuApLoopMode                       ## CONSUMES\r
+  gEfiVectorHandoffInfoPpiGuid                  ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid\r