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