]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/PeiMain.inf
clean up EBC in inf files.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / PeiMain.inf
CommitLineData
192f6d4c 1#/** @file\r
731bd38e 2# PeiMain module is core module in PEI phase. It take reponsiblities of:\r
3# 1) Initialize memory, ppi, image services etc, to establish PEIM runtime environment.\r
4# 2) Dispatch PEIM from discoveried FV.\r
5# 3) Handoff control to DxeIpl to load dxe core and enter DXE phase.\r
192f6d4c 6#\r
192f6d4c 7# Copyright (c) 2006 - 2007, Intel Corporation\r
8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17#**/\r
18\r
192f6d4c 19[Defines]\r
20 INF_VERSION = 0x00010005\r
e97835ba 21 BASE_NAME = PeiCore\r
192f6d4c 22 FILE_GUID = 52C05B14-0B98-496c-BC3B-04B50211D680\r
23 MODULE_TYPE = PEI_CORE\r
24 VERSION_STRING = 1.0\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = PeiCore\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
078bee4e 33# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
192f6d4c 34#\r
35\r
192f6d4c 36[Sources.common]\r
37 StatusCode/StatusCode.c\r
38 Security/Security.c\r
39 Reset/Reset.c\r
40 Ppi/Ppi.c\r
41 PeiMain/PeiMain.c\r
42 Memory/MemoryServices.c\r
43 Image/Image.c\r
44 Hob/Hob.c\r
45 FwVol/FwVol.c\r
46 Dispatcher/Dispatcher.c\r
ba57315e 47 Dependency/Dependency.c\r
48 Dependency/Dependency.h\r
192f6d4c 49 BootMode/BootMode.c\r
50 PeiMain.h\r
192f6d4c 51\r
192f6d4c 52[Packages]\r
53 MdeModulePkg/MdeModulePkg.dec\r
54 MdePkg/MdePkg.dec\r
b7616389 55\r
192f6d4c 56[LibraryClasses]\r
57 TimerLib\r
58 BaseMemoryLib\r
59 PeCoffGetEntryPointLib\r
60 ReportStatusCodeLib\r
61 PeiServicesLib\r
62 PerformanceLib\r
63 HobLib\r
64 BaseLib\r
5aae0aa7 65 PeiCoreEntryPoint\r
192f6d4c 66 DebugLib\r
b0d803fe 67 MemoryAllocationLib\r
68 CacheMaintenanceLib\r
b0d803fe 69 PeCoffLib\r
288f9b38 70 PeiPiLib\r
284c8400 71 PeiServicesTablePointerLib\r
72 \r
192f6d4c 73\r
192f6d4c 74[Guids]\r
b0d803fe 75 gPeiAprioriFileNameGuid\r
76 gEfiFirmwareFileSystem2Guid\r
192f6d4c 77\r
192f6d4c 78[Ppis]\r
192f6d4c 79 gEfiPeiStatusCodePpiGuid # PPI SOMETIMES_CONSUMED\r
80 gEfiPeiResetPpiGuid # PPI SOMETIMES_CONSUMED\r
81 gEfiDxeIplPpiGuid # PPI ALWAYS_CONSUMED\r
40f26b8f 82 gEfiPeiMemoryDiscoveredPpiGuid # PPI ALWAYS_CONSUMED\r
83 gEfiPeiDecompressPpiGuid # PPI ALWAYS_CONSUMED\r
84 gEfiPeiFirmwareVolumeInfoPpiGuid # PPI ALWAYS_CONSUMED\r
85 gEfiPeiLoadFilePpiGuid # PPI ALWAYS_CONSUMED\r
86 gEfiPeiSecurity2PpiGuid # PPI ALWAYS_CONSUMED\r
87 gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_CONSUMED\r
b0d803fe 88\r
177aabe6 89[FixedPcd.common]\r
90 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported\r
91 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv\r
eaf539d0 92 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPpiSupported\r
797a9d67 93 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeimDispatch\r
94 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiCoreEntry\r
58dcdada 95 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize\r
96\r
3076397e 97[FeaturePcd.common]\r
98 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst\r
2a00326e
LG
99 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkFvHobCompatibilitySupport\r
100