]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/OvmfPkgIa32.dsc
IntelFsp2WrapperPkg: Update gFspWrapperTokenSpaceGuid to gIntelFsp2WrapperTokenSpaceGuid.
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32.dsc
... / ...
CommitLineData
1## @file\r
2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r
3#\r
4# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\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# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 PLATFORM_NAME = Ovmf\r
23 PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b\r
24 PLATFORM_VERSION = 0.1\r
25 DSC_SPECIFICATION = 0x00010005\r
26 OUTPUT_DIRECTORY = Build/OvmfIa32\r
27 SUPPORTED_ARCHITECTURES = IA32\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
30 FLASH_DEFINITION = OvmfPkg/OvmfPkgIa32.fdf\r
31\r
32 #\r
33 # Defines for default states. These can be changed on the command line.\r
34 # -D FLAG=VALUE\r
35 #\r
36 DEFINE SECURE_BOOT_ENABLE = FALSE\r
37 DEFINE NETWORK_IP6_ENABLE = FALSE\r
38 DEFINE HTTP_BOOT_ENABLE = FALSE\r
39 DEFINE SMM_REQUIRE = FALSE\r
40 DEFINE USE_OLD_BDS = FALSE\r
41\r
42[BuildOptions]\r
43 GCC:*_UNIXGCC_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
44 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
45 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
46 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
47 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse\r
48\r
49[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]\r
50 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
51\r
52################################################################################\r
53#\r
54# SKU Identification section - list of all SKU IDs supported by this Platform.\r
55#\r
56################################################################################\r
57[SkuIds]\r
58 0|DEFAULT\r
59\r
60################################################################################\r
61#\r
62# Library Class section - list of all Library Classes needed by this Platform.\r
63#\r
64################################################################################\r
65[LibraryClasses]\r
66 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
67 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r
68 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
69 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
70 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
71 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
72 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
73 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
74 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
75 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
76 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
77 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
78 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
79 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
80!if $(USE_OLD_BDS) == TRUE\r
81 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
82!else\r
83 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
84!endif\r
85 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
86 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
87 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
88 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
89 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
90 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
91 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
92 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
93 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
94 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
95 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
96 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf\r
97 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
98 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
99 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
100 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
101 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
102 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
103 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
104 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf\r
105 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
106 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
107 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
108 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
109 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
110 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
111 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
112 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
113 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf\r
114 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
115 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
116 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf\r
117!if $(SMM_REQUIRE) == FALSE\r
118 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf\r
119!endif\r
120 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
121\r
122!ifdef $(SOURCE_DEBUG_ENABLE)\r
123 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
124 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
125!else\r
126 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
127 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
128!endif\r
129\r
130 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
131 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf\r
132 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
133\r
134!if $(SECURE_BOOT_ENABLE) == TRUE\r
135 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
136 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
137 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
138 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
139 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
140!if $(NETWORK_IP6_ENABLE) == TRUE\r
141 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
142!endif\r
143!else\r
144 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
145 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
146!endif\r
147 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
148\r
149!if $(HTTP_BOOT_ENABLE) == TRUE\r
150 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r
151!endif\r
152\r
153 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
154 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf\r
155 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf\r
156 XenHypercallLib|OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf\r
157\r
158[LibraryClasses.common]\r
159!if $(SECURE_BOOT_ENABLE) == TRUE\r
160 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
161!endif\r
162\r
163[LibraryClasses.common.SEC]\r
164 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf\r
165 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf\r
166!ifdef $(DEBUG_ON_SERIAL_PORT)\r
167 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
168!else\r
169 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
170!endif\r
171 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
172 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf\r
173!ifdef $(SOURCE_DEBUG_ENABLE)\r
174 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
175!endif\r
176 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
177 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
178 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
179 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
180 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
181\r
182[LibraryClasses.common.PEI_CORE]\r
183 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
184 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
185 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
186 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
187 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
188 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
189 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
190 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
191!ifdef $(DEBUG_ON_SERIAL_PORT)\r
192 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
193!else\r
194 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
195!endif\r
196 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
197\r
198[LibraryClasses.common.PEIM]\r
199 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
200 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
201 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
202 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
203 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
204 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
205 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
206 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
207!ifdef $(DEBUG_ON_SERIAL_PORT)\r
208 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
209!else\r
210 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
211!endif\r
212 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
213 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
214 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
215!ifdef $(SOURCE_DEBUG_ENABLE)\r
216 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
217!endif\r
218\r
219[LibraryClasses.common.DXE_CORE]\r
220 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
221 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
222 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
223 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
224!ifdef $(DEBUG_ON_SERIAL_PORT)\r
225 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
226!else\r
227 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
228!endif\r
229 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
230!ifdef $(SOURCE_DEBUG_ENABLE)\r
231 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
232!endif\r
233 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
234 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
235\r
236[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
237 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
238 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
239 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
240 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
241 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
242 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
243!ifdef $(DEBUG_ON_SERIAL_PORT)\r
244 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
245!else\r
246 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
247!endif\r
248 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
249!if $(SECURE_BOOT_ENABLE) == TRUE\r
250 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
251!endif\r
252 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
253\r
254[LibraryClasses.common.UEFI_DRIVER]\r
255 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
256 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
257 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
258 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
259 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
260 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
261!ifdef $(DEBUG_ON_SERIAL_PORT)\r
262 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
263!else\r
264 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
265!endif\r
266 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
267 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
268\r
269[LibraryClasses.common.DXE_DRIVER]\r
270 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
271 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
272 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
273 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
274 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
275 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
276!ifdef $(DEBUG_ON_SERIAL_PORT)\r
277 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
278!else\r
279 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
280!endif\r
281 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
282 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
283 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
284 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
285!if $(USE_OLD_BDS) == TRUE\r
286 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf\r
287 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
288!else\r
289 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
290 QemuBootOrderLib|OvmfPkg/Library/QemuNewBootOrderLib/QemuBootOrderLib.inf\r
291!endif\r
292 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
293!if $(SMM_REQUIRE) == TRUE\r
294 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
295!else\r
296 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf\r
297!endif\r
298!ifdef $(SOURCE_DEBUG_ENABLE)\r
299 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
300!endif\r
301 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
302\r
303[LibraryClasses.common.UEFI_APPLICATION]\r
304 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
305 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
306 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
307 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
308 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
309!ifdef $(DEBUG_ON_SERIAL_PORT)\r
310 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
311!else\r
312 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
313!endif\r
314 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
315\r
316[LibraryClasses.common.DXE_SMM_DRIVER]\r
317 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
318 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
319 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
320 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
321 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
322 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
323 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
324!ifdef $(DEBUG_ON_SERIAL_PORT)\r
325 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
326!else\r
327 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
328!endif\r
329 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
330!ifdef $(SOURCE_DEBUG_ENABLE)\r
331 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf\r
332!endif\r
333 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
334 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
335\r
336[LibraryClasses.common.SMM_CORE]\r
337 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
338 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
339 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r
340 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
341 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
342 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
343 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
344 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
345!ifdef $(DEBUG_ON_SERIAL_PORT)\r
346 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
347!else\r
348 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
349!endif\r
350 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
351\r
352################################################################################\r
353#\r
354# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
355#\r
356################################################################################\r
357[PcdsFeatureFlag]\r
358 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE\r
359 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
360 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r
361 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r
362 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
363 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
364 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
365 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
366!if $(SECURE_BOOT_ENABLE) == TRUE\r
367 gUefiOvmfPkgTokenSpaceGuid.PcdSecureBootEnable|TRUE\r
368!endif\r
369!if $(SMM_REQUIRE) == TRUE\r
370 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire|TRUE\r
371 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE\r
372!endif\r
373\r
374[PcdsFixedAtBuild]\r
375 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
376 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
377 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
378 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
379 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
380 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
381 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
382 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000\r
383\r
384 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
385\r
386 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
387\r
388 # DEBUG_INIT 0x00000001 // Initialization\r
389 # DEBUG_WARN 0x00000002 // Warnings\r
390 # DEBUG_LOAD 0x00000004 // Load events\r
391 # DEBUG_FS 0x00000008 // EFI File system\r
392 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
393 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
394 # DEBUG_INFO 0x00000040 // Informational debug messages\r
395 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
396 # DEBUG_VARIABLE 0x00000100 // Variable\r
397 # DEBUG_BM 0x00000400 // Boot Manager\r
398 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
399 # DEBUG_NET 0x00004000 // SNP Driver\r
400 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
401 # DEBUG_LOADFILE 0x00020000 // LoadFile\r
402 # DEBUG_EVENT 0x00080000 // Event messages\r
403 # DEBUG_GCD 0x00100000 // Global Coherency Database changes\r
404 # DEBUG_CACHE 0x00200000 // Memory range cachability changes\r
405 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may\r
406 # // significantly impact boot performance\r
407 # DEBUG_ERROR 0x80000000 // Error\r
408 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
409\r
410!ifdef $(SOURCE_DEBUG_ENABLE)\r
411 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
412!else\r
413 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
414!endif\r
415\r
416 # This PCD is used to set the base address of the PCI express hierarchy. It\r
417 # is only consulted when OVMF runs on Q35. In that case it is programmed into\r
418 # the PCIEXBAR register.\r
419 #\r
420 # On Q35 machine types that QEMU intends to support in the long term, QEMU\r
421 # never lets the RAM below 4 GB exceed 2 GB.\r
422 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x80000000\r
423\r
424!ifdef $(SOURCE_DEBUG_ENABLE)\r
425 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
426!endif\r
427\r
428!ifndef $(USE_OLD_SHELL)\r
429 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
430!endif\r
431\r
432!if $(SMM_REQUIRE) == TRUE\r
433 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmSyncMode|0x01\r
434 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout|100000\r
435!endif\r
436\r
437!if $(SECURE_BOOT_ENABLE) == TRUE\r
438 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00\r
439!endif\r
440\r
441 # IRQs 5, 9, 10, 11 are level-triggered\r
442 gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20\r
443\r
444 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf\r
445 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
446\r
447################################################################################\r
448#\r
449# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
450#\r
451################################################################################\r
452\r
453[PcdsDynamicDefault]\r
454 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
455 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
456 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
457 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
458 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|FALSE\r
459 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
460 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
461 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE\r
462 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
463 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0\r
464 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0\r
465 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0\r
466 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0\r
467\r
468 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0\r
469\r
470 # Set video resolution for text setup.\r
471 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
472 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
473\r
474 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208\r
475 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
476 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
477\r
478 # Noexec settings for DXE.\r
479 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE\r
480 gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|FALSE\r
481\r
482################################################################################\r
483#\r
484# Components Section - list of all EDK II Modules needed by this Platform.\r
485#\r
486################################################################################\r
487[Components]\r
488 OvmfPkg/ResetVector/ResetVector.inf\r
489\r
490 #\r
491 # SEC Phase modules\r
492 #\r
493 OvmfPkg/Sec/SecMain.inf {\r
494 <LibraryClasses>\r
495 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
496 }\r
497\r
498 #\r
499 # PEI Phase modules\r
500 #\r
501 MdeModulePkg/Core/Pei/PeiMain.inf\r
502 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
503 <LibraryClasses>\r
504 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
505 }\r
506 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
507 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
508 <LibraryClasses>\r
509 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
510 }\r
511\r
512 OvmfPkg/PlatformPei/PlatformPei.inf {\r
513 <LibraryClasses>\r
514 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
515 }\r
516 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {\r
517 <LibraryClasses>\r
518 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
519!if $(SMM_REQUIRE) == TRUE\r
520 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
521!endif\r
522 }\r
523!if $(SMM_REQUIRE) == TRUE\r
524 OvmfPkg/SmmAccess/SmmAccessPei.inf {\r
525 <LibraryClasses>\r
526 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
527 }\r
528!endif\r
529\r
530 #\r
531 # DXE Phase modules\r
532 #\r
533 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
534 <LibraryClasses>\r
535 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
536 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
537 }\r
538\r
539 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
540 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
541 <LibraryClasses>\r
542 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
543 }\r
544\r
545 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
546\r
547!if $(SECURE_BOOT_ENABLE) == TRUE\r
548 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
549 <LibraryClasses>\r
550 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
551 }\r
552!else\r
553 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
554!endif\r
555\r
556 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
557 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
558 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
559 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
560 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
561 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {\r
562 <LibraryClasses>\r
563 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf\r
564 }\r
565 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
566 <LibraryClasses>\r
567 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
568 }\r
569 PcAtChipsetPkg/KbcResetDxe/Reset.inf\r
570 MdeModulePkg/Universal/Metronome/Metronome.inf\r
571 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
572!if $(USE_OLD_BDS) == TRUE\r
573 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
574 <LibraryClasses>\r
575!ifdef $(CSM_ENABLE)\r
576 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf\r
577!endif\r
578 }\r
579!else\r
580 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
581 <LibraryClasses>\r
582!ifdef $(CSM_ENABLE)\r
583 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf\r
584 NULL|IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
585!endif\r
586 }\r
587 MdeModulePkg/Application/UiApp/UiApp.inf {\r
588 <LibraryClasses>\r
589 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
590 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
591 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
592!ifdef $(CSM_ENABLE)\r
593 NULL|IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
594 NULL|IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf\r
595!endif\r
596 }\r
597!endif\r
598 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf\r
599 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
600 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
601 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
602 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
603 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
604 OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf\r
605 OvmfPkg/XenBusDxe/XenBusDxe.inf\r
606 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf\r
607 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
608 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
609 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
610 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
611 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
612 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {\r
613 <LibraryClasses>\r
614 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
615 }\r
616 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
617 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
618 <LibraryClasses>\r
619 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
620 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
621 }\r
622 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
623 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
624 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
625 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf\r
626 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
627 FatPkg/EnhancedFatDxe/Fat.inf\r
628 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
629 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
630 OvmfPkg/SataControllerDxe/SataControllerDxe.inf\r
631 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r
632 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
633 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf\r
634 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
635 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
636 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
637 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
638\r
639 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
640 <LibraryClasses>\r
641 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
642 }\r
643\r
644 #\r
645 # ISA Support\r
646 #\r
647 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r
648 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
649 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
650 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
651 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
652\r
653 #\r
654 # SMBIOS Support\r
655 #\r
656 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
657 <LibraryClasses>\r
658 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
659 }\r
660 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
661\r
662 #\r
663 # ACPI Support\r
664 #\r
665 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
666 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
667 OvmfPkg/AcpiTables/AcpiTables.inf\r
668 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf\r
669 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf\r
670\r
671 #\r
672 # Network Support\r
673 #\r
674 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
675 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
676 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
677 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
678 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
679 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
680 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
681 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
682 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
683!if $(NETWORK_IP6_ENABLE) == TRUE\r
684 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
685 NetworkPkg/TcpDxe/TcpDxe.inf\r
686 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
687 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
688 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
689 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
690!if $(SECURE_BOOT_ENABLE) == TRUE\r
691 NetworkPkg/IScsiDxe/IScsiDxe.inf\r
692!else\r
693 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
694!endif\r
695!else\r
696 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
697 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
698 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
699!endif\r
700!if $(HTTP_BOOT_ENABLE) == TRUE\r
701 NetworkPkg/DnsDxe/DnsDxe.inf\r
702 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
703 NetworkPkg/HttpDxe/HttpDxe.inf\r
704 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
705!endif\r
706 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
707\r
708 #\r
709 # Usb Support\r
710 #\r
711 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
712 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
713 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
714 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
715 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
716 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
717\r
718!ifdef $(CSM_ENABLE)\r
719 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {\r
720 <LibraryClasses>\r
721 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
722 }\r
723 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf\r
724 OvmfPkg/Csm/Csm16/Csm16.inf\r
725!endif\r
726\r
727!ifndef $(USE_OLD_SHELL)\r
728 ShellPkg/Application/Shell/Shell.inf {\r
729 <LibraryClasses>\r
730 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
731 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
732 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
733 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
734 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
735 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
736 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
737 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
738!if $(NETWORK_IP6_ENABLE) == TRUE\r
739 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf\r
740!endif\r
741 NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf\r
742 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
743 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
744 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
745 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
746# SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf\r
747# SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf\r
748 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
749\r
750 <PcdsFixedAtBuild>\r
751 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
752 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
753 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
754 }\r
755!endif\r
756\r
757!if $(SECURE_BOOT_ENABLE) == TRUE\r
758 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
759!endif\r
760\r
761 OvmfPkg/PlatformDxe/Platform.inf\r
762\r
763!if $(SMM_REQUIRE) == TRUE\r
764 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf\r
765 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf\r
766 UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf\r
767\r
768 #\r
769 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)\r
770 #\r
771 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf\r
772\r
773 #\r
774 # SMM_CORE\r
775 #\r
776 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf\r
777\r
778 #\r
779 # Privileged drivers (DXE_SMM_DRIVER modules)\r
780 #\r
781 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf\r
782 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {\r
783 <LibraryClasses>\r
784 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
785 }\r
786 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {\r
787 <LibraryClasses>\r
788 SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf\r
789 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf\r
790 }\r
791\r
792 #\r
793 # Variable driver stack (SMM)\r
794 #\r
795 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf\r
796 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf\r
797 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {\r
798 <LibraryClasses>\r
799 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
800 }\r
801 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf\r
802\r
803!else\r
804\r
805 #\r
806 # Variable driver stack (non-SMM)\r
807 #\r
808 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
809 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r
810 <LibraryClasses>\r
811 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r
812 }\r
813 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
814 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
815 <LibraryClasses>\r
816 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
817 }\r
818!endif\r