]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/PeiMain.inf
Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SERVICES_TABLE.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / PeiMain.inf
index 5500af19bc89c7e32d36ac806e5c4b64fcacb815..61bc31e03cafc34de0ae997d47006aea9a6a0a19 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 - 2009, 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,7 @@
   FILE_GUID                      = 52C05B14-0B98-496c-BC3B-04B50211D680\r
   MODULE_TYPE                    = PEI_CORE\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+  PI_SPECIFICATION_VERSION       = 0x00010000\r
 \r
   ENTRY_POINT                    = PeiCore\r
 \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
-  MdeModulePkg/MdeModulePkg.dec\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   TimerLib\r
   MemoryAllocationLib\r
   CacheMaintenanceLib\r
   PeCoffLib\r
-  PeiPiLib\r
   PeiServicesTablePointerLib\r
   \r
 \r
 [Guids]\r
-  gPeiAprioriFileNameGuid\r
-  gEfiFirmwareFileSystem2Guid\r
-\r
+  gPeiAprioriFileNameGuid       ## CONSUMES ## GUID\r
+  gEfiFirmwareFileSystem2Guid   ## CONSUMES ## FV\r
+  \r
 [Ppis]\r
-  gEfiPeiStatusCodePpiGuid                      # PPI SOMETIMES_CONSUMED\r
-  gEfiPeiResetPpiGuid                           # PPI SOMETIMES_CONSUMED\r
-  gEfiDxeIplPpiGuid                             # PPI ALWAYS_CONSUMED\r
-  gEfiPeiMemoryDiscoveredPpiGuid                # PPI ALWAYS_CONSUMED\r
-  gEfiPeiDecompressPpiGuid                      # PPI ALWAYS_CONSUMED\r
-  gEfiPeiFirmwareVolumeInfoPpiGuid              # PPI ALWAYS_CONSUMED\r
-  gEfiPeiLoadFilePpiGuid                        # PPI ALWAYS_CONSUMED\r
-  gEfiPeiSecurity2PpiGuid                       # PPI ALWAYS_CONSUMED\r
-  gEfiTemporaryRamSupportPpiGuid                # PPI ALWAYS_CONSUMED\r
-\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
+  gEfiDxeIplPpiGuid                             ## CONSUMES\r
+  gEfiPeiMemoryDiscoveredPpiGuid                ## PRODUCES\r
+  gEfiPeiDecompressPpiGuid                      ## CONSUMES\r
+  gEfiPeiFirmwareVolumeInfoPpiGuid              ## NOTIFY   ## SOMETIMES_PRODUCES (Produce FvInfoPpi if the encapsulated FvImage is found) \r
+  gEfiPeiLoadFilePpiGuid                        ## PRODUCES ## SOMETIMES_CONSUMES (The default load PeImage logic will be used when this PPI doesn't exist)\r
+  gEfiPeiSecurity2PpiGuid                       ## NOTIFY\r
+  gEfiTemporaryRamSupportPpiGuid                ## CONSUMES\r
+  gEfiPeiCpuIoPpiInstalledGuid                  ## PRODUCES                                             ## PRODUCES\r
+  gEfiPciCfg2PpiGuid                            ## PRODUCES                                                                       ## PRODUCES\r
+  \r
 [FixedPcd.common]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPpiSupported\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeimDispatch\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiCoreEntry\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize\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
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkFvHobCompatibilitySupport\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst   ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport            ## CONSUMES\r
   
\ No newline at end of file