]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
Check in following modules,
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
CommitLineData
95276127 1#/** @file\r
2# Component description file for DxeIpl module\r
3#\r
4# The responsibility of this module is to load the DXE Core from a Firmware Volume. This implementation i used to load a 32-bit DXE Core.\r
5# Copyright (c) 2006 - 2007, Intel Corporation\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = DxeIpl\r
25 FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081\r
26 MODULE_TYPE = PEIM\r
27 VERSION_STRING = 1.0\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
31 ENTRY_POINT = PeimInitializeDxeIpl\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38\r
39################################################################################\r
40#\r
41# Sources Section - list of files that are required for the build to succeed.\r
42#\r
43################################################################################\r
44\r
45[Sources.common]\r
46 DxeIpl.h\r
47 DxeLoad.c\r
48 CommonHeader.h\r
49\r
50[Sources.Ia32]\r
51 Ia32/VirtualMemory.h\r
52 Ia32/VirtualMemory.c\r
53 Ia32/DxeLoadFunc.c\r
54 Ia32/ImageRead.c\r
55\r
56[Sources.X64]\r
57 X64/DxeLoadFunc.c\r
58 Ia32/ImageRead.c\r
59\r
60[Sources.IPF]\r
61 Ipf/DxeLoadFunc.c\r
62 Ipf/ImageRead.c\r
63\r
64[Sources.EBC]\r
65 X64/DxeLoadFunc.c\r
66 Ia32/ImageRead.c\r
67\r
68\r
69################################################################################\r
70#\r
71# Package Dependency Section - list of Package files that are required for\r
72# this module.\r
73#\r
74################################################################################\r
75\r
76[Packages]\r
77 MdePkg/MdePkg.dec \r
78 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
79 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
80\r
81\r
82################################################################################\r
83#\r
84# Library Class Section - list of Library Classes that are required for\r
85# this module.\r
86#\r
87################################################################################\r
88\r
89[LibraryClasses]\r
90 PeCoffLib\r
91 PcdLib\r
92 MemoryAllocationLib\r
93 BaseMemoryLib\r
94 PeiServicesTablePointerLib\r
95 CustomDecompressLib\r
96 TianoDecompressLib\r
97 UefiDecompressLib\r
98 EdkPeCoffLoaderLib\r
99 CacheMaintenanceLib\r
100 ReportStatusCodeLib\r
101 PeiServicesLib\r
102 HobLib\r
103 BaseLib\r
104 PeimEntryPoint\r
105 DebugLib\r
106\r
107\r
108################################################################################\r
109#\r
110# Guid C Name Section - list of Guids that this module uses or produces.\r
111#\r
112################################################################################\r
113\r
114\r
115################################################################################\r
116#\r
117# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
118# that this module uses or produces.\r
119#\r
120################################################################################\r
121\r
122[Protocols]\r
123 gEfiCustomizedDecompressProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
124 gEfiTianoDecompressProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
125 gEfiDecompressProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
126\r
127\r
128################################################################################\r
129#\r
130# PPI C Name Section - list of PPI and PPI Notify C Names that this module\r
131# uses or produces.\r
132#\r
133################################################################################\r
134\r
135[Ppis]\r
136 gEfiPeiSecurityPpiGuid # PPI SOMETIMES_CONSUMED\r
137 gEfiPeiSectionExtractionPpiGuid # PPI SOMETIMES_CONSUMED\r
138 gEfiPeiS3ResumePpiGuid # PPI SOMETIMES_CONSUMED\r
139 gEfiPeiRecoveryModulePpiGuid # PPI SOMETIMES_CONSUMED\r
140 gEfiEndOfPeiSignalPpiGuid # PPI SOMETIMES_PRODUCED\r
141 gEfiPeiFvFileLoaderPpiGuid # PPI SOMETIMES_PRODUCED\r
142 gEfiDxeIplPpiGuid # PPI SOMETIMES_PRODUCED\r
143 gEfiPeiPeCoffLoaderGuid \r
144\r
145\r
146################################################################################\r
147#\r
148# Pcd FEATURE_FLAG - list of PCDs that this module is coded for.\r
149#\r
150################################################################################\r
151\r
152[PcdsFeatureFlag.common]\r
153 PcdDxeIplSupportCustomDecompress|gEfiEdkModulePkgTokenSpaceGuid\r
154 PcdDxeIplSupportTianoDecompress|gEfiEdkModulePkgTokenSpaceGuid\r
155 PcdDxeIplSupportEfiDecompress|gEfiEdkModulePkgTokenSpaceGuid\r
156 PcdDxeIplBuildShareCodeHobs|gEfiEdkModulePkgTokenSpaceGuid\r
157\r
158[PcdsFeatureFlag.IA32]\r
159 PcdDxeIplSwitchToLongMode|gEfiMdeModulePkgTokenSpaceGuid\r
160\r
161\r
162################################################################################\r
163#\r
164# Dependency Expression Section - list of Dependency expressions that are required for\r
165# this module.\r
166#\r
167################################################################################\r
168\r
169[Depex]\r
170 gEfiPeiMemoryDiscoveredPpiGuid\r
171\r