]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa
update fpd to add PcdDxeIplBuildShareCodeHobs.
[mirror_edk2.git] / EdkModulePkg / Core / DxeIplPeim / DxeIpl.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>DxeIpl</ModuleName>
5 <ModuleType>PEIM</ModuleType>
6 <GuidValue>86D70125-BAA3-4296-A62F-602BEBBB9081</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for DxeIpl module</Abstract>
9 <Description>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.</Description>
10 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
11 <License>All rights reserved. This program and the accompanying materials
12 are licensed and made available under the terms and conditions of the BSD License
13 which accompanies this distribution. The full text of the license may be found at
14 http://opensource.org/licenses/bsd-license.php
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
17 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
18 </MsaHeader>
19 <ModuleDefinitions>
20 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
21 <BinaryModule>false</BinaryModule>
22 <OutputFileBasename>DxeIpl</OutputFileBasename>
23 </ModuleDefinitions>
24 <LibraryClassDefinitions>
25 <LibraryClass Usage="ALWAYS_CONSUMED">
26 <Keyword>DebugLib</Keyword>
27 </LibraryClass>
28 <LibraryClass Usage="ALWAYS_CONSUMED">
29 <Keyword>PeimEntryPoint</Keyword>
30 </LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>BaseLib</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>HobLib</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>PerformanceLib</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>PeiServicesLib</Keyword>
42 </LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">
44 <Keyword>ReportStatusCodeLib</Keyword>
45 </LibraryClass>
46 <LibraryClass Usage="ALWAYS_CONSUMED">
47 <Keyword>CacheMaintenanceLib</Keyword>
48 </LibraryClass>
49 <LibraryClass Usage="ALWAYS_CONSUMED">
50 <Keyword>EdkPeCoffLoaderLib</Keyword>
51 </LibraryClass>
52 <LibraryClass Usage="ALWAYS_CONSUMED">
53 <Keyword>UefiDecompressLib</Keyword>
54 </LibraryClass>
55 <LibraryClass Usage="ALWAYS_CONSUMED">
56 <Keyword>TianoDecompressLib</Keyword>
57 </LibraryClass>
58 <LibraryClass Usage="ALWAYS_CONSUMED">
59 <Keyword>CustomDecompressLib</Keyword>
60 </LibraryClass>
61 <LibraryClass Usage="ALWAYS_CONSUMED">
62 <Keyword>PeiServicesTablePointerLib</Keyword>
63 </LibraryClass>
64 <LibraryClass Usage="ALWAYS_CONSUMED">
65 <Keyword>BaseMemoryLib</Keyword>
66 </LibraryClass>
67 <LibraryClass Usage="ALWAYS_CONSUMED">
68 <Keyword>MemoryAllocationLib</Keyword>
69 </LibraryClass>
70 <LibraryClass Usage="ALWAYS_CONSUMED">
71 <Keyword>PcdLib</Keyword>
72 </LibraryClass>
73 </LibraryClassDefinitions>
74 <SourceFiles>
75 <Filename>DxeLoad.c</Filename>
76 <Filename>DxeIpl.h</Filename>
77 <Filename>DxeIpl.dxs</Filename>
78 <Filename SupArchList="IA32 X64 EBC">Ia32/ImageRead.c</Filename>
79 <Filename SupArchList="IA32">Ia32/DxeLoadFunc.c</Filename>
80 <Filename SupArchList="IA32">Ia32/LongMode.asm</Filename>
81 <Filename ToolChainFamily="GCC" SupArchList="IA32">Ia32/LongMode.S</Filename>
82 <Filename SupArchList="IA32">Ia32/VirtualMemory.c</Filename>
83 <Filename SupArchList="IA32">Ia32/VirtualMemory.h</Filename>
84 <Filename SupArchList="X64 EBC">X64/DxeLoadFunc.c</Filename>
85 <Filename SupArchList="IPF">ipf/ImageRead.c</Filename>
86 <Filename SupArchList="IPF">ipf/DxeLoadFunc.c</Filename>
87 </SourceFiles>
88 <PackageDependencies>
89 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
90 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
91 </PackageDependencies>
92 <Protocols>
93 <Protocol Usage="SOMETIMES_PRODUCED">
94 <ProtocolCName>gEfiDecompressProtocolGuid</ProtocolCName>
95 </Protocol>
96 <Protocol Usage="SOMETIMES_PRODUCED">
97 <ProtocolCName>gEfiTianoDecompressProtocolGuid</ProtocolCName>
98 </Protocol>
99 <Protocol Usage="SOMETIMES_PRODUCED">
100 <ProtocolCName>gEfiCustomizedDecompressProtocolGuid</ProtocolCName>
101 </Protocol>
102 </Protocols>
103 <PPIs>
104 <Ppi Usage="SOMETIMES_PRODUCED">
105 <PpiCName>gEfiDxeIplPpiGuid</PpiCName>
106 </Ppi>
107 <Ppi Usage="SOMETIMES_PRODUCED">
108 <PpiCName>gEfiPeiFvFileLoaderPpiGuid</PpiCName>
109 </Ppi>
110 <Ppi Usage="SOMETIMES_PRODUCED">
111 <PpiCName>gEfiEndOfPeiSignalPpiGuid</PpiCName>
112 </Ppi>
113 <Ppi Usage="SOMETIMES_CONSUMED">
114 <PpiCName>gEfiPeiRecoveryModulePpiGuid</PpiCName>
115 </Ppi>
116 <Ppi Usage="SOMETIMES_CONSUMED">
117 <PpiCName>gEfiPeiS3ResumePpiGuid</PpiCName>
118 </Ppi>
119 <Ppi Usage="SOMETIMES_CONSUMED">
120 <PpiCName>gEfiPeiSectionExtractionPpiGuid</PpiCName>
121 </Ppi>
122 <Ppi Usage="SOMETIMES_CONSUMED">
123 <PpiCName>gEfiPeiSecurityPpiGuid</PpiCName>
124 </Ppi>
125 </PPIs>
126 <Guids>
127 <GuidCNames Usage="SOMETIMES_CONSUMED">
128 <GuidCName>gEfiPeiPeCoffLoaderGuid</GuidCName>
129 </GuidCNames>
130 </Guids>
131 <Externs>
132 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
133 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
134 <Extern>
135 <ModuleEntryPoint>PeimInitializeDxeIpl</ModuleEntryPoint>
136 </Extern>
137 </Externs>
138 <PcdCoded>
139 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
140 <C_Name>PcdDxeIplSwitchToLongMode</C_Name>
141 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
142 <DefaultValue>TRUE</DefaultValue>
143 <HelpText>If this feature is enabled, then the DXE IPL will load a 64-bit DxeCore.</HelpText>
144 </PcdEntry>
145 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
146 <C_Name>PcdDxeIplBuildShareCodeHobs</C_Name>
147 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
148 <DefaultValue>TRUE</DefaultValue>
149 <HelpText>If this feature is enabled, DXE IPL will build a series of HOBs to share code with DXE Core.</HelpText>
150 </PcdEntry>
151 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
152 <C_Name>PcdDxeIplSupportEfiDecompress</C_Name>
153 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
154 <DefaultValue>TRUE</DefaultValue>
155 <HelpText>If this feature is enabled, then the DXE IPL must support decompressing files compressed with the EFI Compression algorithm</HelpText>
156 </PcdEntry>
157 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
158 <C_Name>PcdDxeIplSupportTianoDecompress</C_Name>
159 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
160 <DefaultValue>TRUE</DefaultValue>
161 <HelpText>If this feature is enabled, then the DXE IPL must support decompressing files compressed with the Tiano Compression algorithm</HelpText>
162 </PcdEntry>
163 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
164 <C_Name>PcdDxeIplSupportCustomDecompress</C_Name>
165 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
166 <DefaultValue>TRUE</DefaultValue>
167 <HelpText>If this feature is enabled, then the DXE IPL must support decompressing files compressed with the Custom Compression algorithm</HelpText>
168 </PcdEntry>
169 </PcdCoded>
170 </ModuleSurfaceArea>