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