X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FCore%2FPei%2FPeiMain.inf;h=0b354dc506c809863b8c886ebf9471c910a4f50c;hb=7df7393feb90e87c32f5473af14eec7562b09ce3;hp=59eed9f7e84b993e7627aaeb7cb7f45de516cad5;hpb=731bd38eacd731a46fc876d4f6fa5832778aba66;p=mirror_edk2.git diff --git a/MdeModulePkg/Core/Pei/PeiMain.inf b/MdeModulePkg/Core/Pei/PeiMain.inf index 59eed9f7e8..0b354dc506 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.inf +++ b/MdeModulePkg/Core/Pei/PeiMain.inf @@ -1,11 +1,10 @@ #/** @file -# PeiMain module is core module in PEI phase. It take reponsiblities of: -# 1) Initialize memory, ppi, image services etc, to establish PEIM runtime environment. -# 2) Dispatch PEIM from discoveried FV. -# 3) Handoff control to DxeIpl to load dxe core and enter DXE phase. +# PeiMain module is core module in PEI phase. It takes responsibilities of: +# 1) Initialize memory, PPI, image services etc, to establish PEIM runtime environment. +# 2) Dispatch PEIM from discovered FV. +# 3) Handoff control to DxeIpl to load DXE core and enter DXE phase. # -# This module provide an DXE CIS compliant implementation. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2008, Intel Corporation # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -19,19 +18,18 @@ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = PeiMain + BASE_NAME = PeiCore FILE_GUID = 52C05B14-0B98-496c-BC3B-04B50211D680 MODULE_TYPE = PEI_CORE VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 + PI_SPECIFICATION_VERSION = 0x00010000 ENTRY_POINT = PeiCore # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) # [Sources.common] @@ -68,7 +66,8 @@ MemoryAllocationLib CacheMaintenanceLib PeCoffLib - PeiPiLib + PeiServicesTablePointerLib + [Guids] gPeiAprioriFileNameGuid @@ -95,4 +94,5 @@ [FeaturePcd.common] gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst - + gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkFvHobCompatibilitySupport + \ No newline at end of file