]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/PeiMain.inf
Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / PeiMain.inf
index 7a95ce0ae3d560c6f68d905469776409ae9e2de8..b2747bbd7ca93028eb7f6e14d3d8330646f605ce 100644 (file)
@@ -4,7 +4,7 @@
 # 2) Dispatch PEIM from discovered FV.\r
 # 3) Handoff control to DxeIpl to load DXE core and enter DXE phase.\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2010, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -22,8 +22,6 @@
   FILE_GUID                      = 52C05B14-0B98-496c-BC3B-04B50211D680\r
   MODULE_TYPE                    = PEI_CORE\r
   VERSION_STRING                 = 1.0\r
-  PI_SPECIFICATION_VERSION       = 0x00010000\r
-\r
   ENTRY_POINT                    = PeiCore\r
 \r
 #\r
@@ -32,7 +30,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   StatusCode/StatusCode.c\r
   Security/Security.c\r
   Reset/Reset.c\r
   Image/Image.c\r
   Hob/Hob.c\r
   FwVol/FwVol.c\r
+  FwVol/FwVol.h\r
   Dispatcher/Dispatcher.c\r
   Dependency/Dependency.c\r
   Dependency/Dependency.h\r
   BootMode/BootMode.c\r
+  CpuIo/CpuIo.c\r
+  PciCfg2/PciCfg2.c\r
   PeiMain.h\r
 \r
 [Packages]\r
   CacheMaintenanceLib\r
   PeCoffLib\r
   PeiServicesTablePointerLib\r
-  \r
 \r
 [Guids]\r
-  gPeiAprioriFileNameGuid     ## CONSUMES ## GUID\r
-  gEfiFirmwareFileSystem2Guid ## CONSUMES ## FV\r
-\r
+  gPeiAprioriFileNameGuid       ## CONSUMES ## GUID\r
+  gEfiFirmwareFileSystem2Guid   ## CONSUMES ## FV\r
+  \r
 [Ppis]\r
   gEfiPeiStatusCodePpiGuid                      ## SOMETIMES_CONSUMES (PeiReportStatusService is not ready if this PPI doesn't exist)\r
   gEfiPeiResetPpiGuid                           ## SOMETIMES_CONSUMES (PeiResetService is not ready if this PPI doesn't exist) \r
   gEfiPeiSecurity2PpiGuid                       ## NOTIFY\r
   gEfiTemporaryRamSupportPpiGuid                ## CONSUMES\r
 \r
-[FixedPcd.common]\r
+[FixedPcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported       ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv         ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPpiSupported      ## CONSUMES\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeimDispatch            ## CONSUMES\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiCoreEntry       ## CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize      ## CONSUMES\r
 \r
-[FeaturePcd.common]\r
+[Pcd]  \r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize                   ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst   ## CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport               ## CONSUMES\r
-  
\ No newline at end of file
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport            ## CONSUMES\r
+  \r