]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32.dsc
Ovmf/PlatformPei: Use host-provided GPA end if available
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32.dsc
1 ## @file
2 # EFI/Framework Open Virtual Machine Firmware (OVMF) platform
3 #
4 # Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
6 # Copyright (c) Microsoft Corporation.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 ################################################################################
13 #
14 # Defines Section - statements that will be processed to create a Makefile.
15 #
16 ################################################################################
17 [Defines]
18 PLATFORM_NAME = Ovmf
19 PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b
20 PLATFORM_VERSION = 0.1
21 DSC_SPECIFICATION = 0x00010005
22 OUTPUT_DIRECTORY = Build/OvmfIa32
23 SUPPORTED_ARCHITECTURES = IA32
24 BUILD_TARGETS = NOOPT|DEBUG|RELEASE
25 SKUID_IDENTIFIER = DEFAULT
26 FLASH_DEFINITION = OvmfPkg/OvmfPkgIa32.fdf
27
28 #
29 # Defines for default states. These can be changed on the command line.
30 # -D FLAG=VALUE
31 #
32 DEFINE SECURE_BOOT_ENABLE = FALSE
33 DEFINE SMM_REQUIRE = FALSE
34 DEFINE SOURCE_DEBUG_ENABLE = FALSE
35 DEFINE LOAD_X64_ON_IA32_ENABLE = FALSE
36
37 !include OvmfPkg/OvmfTpmDefines.dsc.inc
38
39 #
40 # Network definition
41 #
42 DEFINE NETWORK_TLS_ENABLE = FALSE
43 DEFINE NETWORK_IP6_ENABLE = FALSE
44 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
45 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
46 DEFINE NETWORK_ISCSI_ENABLE = TRUE
47
48 !include NetworkPkg/NetworkDefines.dsc.inc
49
50 #
51 # Device drivers
52 #
53 DEFINE PVSCSI_ENABLE = TRUE
54 DEFINE MPT_SCSI_ENABLE = TRUE
55 DEFINE LSI_SCSI_ENABLE = FALSE
56
57 #
58 # Flash size selection. Setting FD_SIZE_IN_KB on the command line directly to
59 # one of the supported values, in place of any of the convenience macros, is
60 # permitted.
61 #
62 !ifdef $(FD_SIZE_1MB)
63 DEFINE FD_SIZE_IN_KB = 1024
64 !else
65 !ifdef $(FD_SIZE_2MB)
66 DEFINE FD_SIZE_IN_KB = 2048
67 !else
68 !ifdef $(FD_SIZE_4MB)
69 DEFINE FD_SIZE_IN_KB = 4096
70 !else
71 DEFINE FD_SIZE_IN_KB = 4096
72 !endif
73 !endif
74 !endif
75
76 [BuildOptions]
77 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
78 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
79 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
80 !if $(TOOL_CHAIN_TAG) != "XCODE5" && $(TOOL_CHAIN_TAG) != "CLANGPDB"
81 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse
82 !endif
83 RELEASE_*_*_GENFW_FLAGS = --zero
84
85 #
86 # Disable deprecated APIs.
87 #
88 MSFT:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES
89 INTEL:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES
90 GCC:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
91
92 !include NetworkPkg/NetworkBuildOptions.dsc.inc
93
94 [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
95 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
96 XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
97 XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
98 CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
99
100 # Force PE/COFF sections to be aligned at 4KB boundaries to support page level
101 # protection of DXE_SMM_DRIVER/SMM_CORE modules
102 [BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]
103 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
104 XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
105 XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
106 CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
107
108 ################################################################################
109 #
110 # SKU Identification section - list of all SKU IDs supported by this Platform.
111 #
112 ################################################################################
113 [SkuIds]
114 0|DEFAULT
115
116 ################################################################################
117 #
118 # Library Class section - list of all Library Classes needed by this Platform.
119 #
120 ################################################################################
121
122 !include MdePkg/MdeLibs.dsc.inc
123
124 [LibraryClasses]
125 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
126 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
127 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/BaseResetSystemLib.inf
128 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
129 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
130 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
131 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
132 TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
133 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
134 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
135 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
136 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
137 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
138 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
139 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
140 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
141 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
142 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
143 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
144 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
145 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
146 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
147 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
148 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
149 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
150 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
151 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
152 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
153 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
154 PciCapLib|OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf
155 PciCapPciSegmentLib|OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf
156 PciCapPciIoLib|OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf
157 CcProbeLib|MdePkg/Library/CcProbeLibNull/CcProbeLibNull.inf
158 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
159 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
160 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
161 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
162 MicrocodeLib|UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf
163 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
164 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
165 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
166 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
167 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
168 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
169 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
170 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
171 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
172 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
173 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
174 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
175 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf
176 QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf
177 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
178 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
179 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib.inf
180 MemEncryptTdxLib|OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLibNull.inf
181 PeiHardwareInfoLib|OvmfPkg/Library/HardwareInfoLib/PeiHardwareInfoLib.inf
182 DxeHardwareInfoLib|OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib.inf
183 !if $(SMM_REQUIRE) == FALSE
184 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf
185 !endif
186 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
187 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
188
189 !if $(SOURCE_DEBUG_ENABLE) == TRUE
190 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
191 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
192 !else
193 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
194 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
195 !endif
196
197 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
198 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
199
200 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
201 !if $(NETWORK_TLS_ENABLE) == TRUE
202 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
203 !else
204 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
205 !endif
206 RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
207
208 !if $(SECURE_BOOT_ENABLE) == TRUE
209 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
210 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
211 SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
212 SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf
213 !else
214 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
215 !endif
216 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
217 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
218 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
219 VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
220
221
222 #
223 # Network libraries
224 #
225 !include NetworkPkg/NetworkLibs.dsc.inc
226
227 !if $(NETWORK_TLS_ENABLE) == TRUE
228 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
229 !endif
230
231 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
232 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
233 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
234 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
235 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
236
237 !include OvmfPkg/OvmfTpmLibs.dsc.inc
238
239 [LibraryClasses.common]
240 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
241 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf
242
243 [LibraryClasses.common.SEC]
244 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
245 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
246 !ifdef $(DEBUG_ON_SERIAL_PORT)
247 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
248 !else
249 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
250 !endif
251 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
252 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
253 !if $(SOURCE_DEBUG_ENABLE) == TRUE
254 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
255 !endif
256 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
257 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
258 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
259 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
260 !if $(TOOL_CHAIN_TAG) == "XCODE5"
261 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf
262 !else
263 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
264 !endif
265 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib.inf
266
267 [LibraryClasses.common.PEI_CORE]
268 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
269 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
270 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
271 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
272 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
273 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
274 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
275 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
276 !ifdef $(DEBUG_ON_SERIAL_PORT)
277 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
278 !else
279 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
280 !endif
281 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
282
283 [LibraryClasses.common.PEIM]
284 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
285 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
286 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
287 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
288 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
289 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
290 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
291 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.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 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
298 ResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
299 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
300 !if $(SOURCE_DEBUG_ENABLE) == TRUE
301 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
302 !endif
303 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
304 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
305 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
306 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
307 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf
308 PlatformInitLib|OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf
309
310 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib.inf
311
312 [LibraryClasses.common.DXE_CORE]
313 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
314 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
315 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
316 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
317 !ifdef $(DEBUG_ON_SERIAL_PORT)
318 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
319 !else
320 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
321 !endif
322 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
323 !if $(SOURCE_DEBUG_ENABLE) == TRUE
324 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
325 !endif
326 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
327 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
328
329 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
330 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
331 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
332 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
333 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
334 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
335 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
336 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
337 !ifdef $(DEBUG_ON_SERIAL_PORT)
338 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
339 !else
340 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
341 !endif
342 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
343 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
344 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
345 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
346 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
347 !if $(SMM_REQUIRE) == TRUE
348 MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
349 !endif
350
351 [LibraryClasses.common.UEFI_DRIVER]
352 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
353 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
354 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
355 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
356 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
357 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
358 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
359 !ifdef $(DEBUG_ON_SERIAL_PORT)
360 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
361 !else
362 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
363 !endif
364 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
365 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
366
367 [LibraryClasses.common.DXE_DRIVER]
368 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
369 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
370 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
371 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
372 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
373 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
374 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
375 !ifdef $(DEBUG_ON_SERIAL_PORT)
376 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
377 !else
378 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
379 !endif
380 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
381 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
382 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
383 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
384 !if $(SMM_REQUIRE) == TRUE
385 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
386 !else
387 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf
388 !endif
389 !if $(SOURCE_DEBUG_ENABLE) == TRUE
390 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
391 !endif
392 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
393 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
394 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
395 QemuLoadImageLib|OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib.inf
396
397 [LibraryClasses.common.UEFI_APPLICATION]
398 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
399 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
400 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
401 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
402 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
403 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
404 !ifdef $(DEBUG_ON_SERIAL_PORT)
405 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
406 !else
407 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
408 !endif
409 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
410
411 [LibraryClasses.common.DXE_SMM_DRIVER]
412 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
413 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
414 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
415 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
416 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
417 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
418 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
419 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
420 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
421 !ifdef $(DEBUG_ON_SERIAL_PORT)
422 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
423 !else
424 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
425 !endif
426 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
427 !if $(SOURCE_DEBUG_ENABLE) == TRUE
428 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
429 !endif
430 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
431 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
432 SmmCpuRendezvousLib|UefiCpuPkg/Library/SmmCpuRendezvousLib/SmmCpuRendezvousLib.inf
433
434 [LibraryClasses.common.SMM_CORE]
435 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
436 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
437 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
438 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
439 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
440 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
441 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
442 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
443 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
444 !ifdef $(DEBUG_ON_SERIAL_PORT)
445 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
446 !else
447 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
448 !endif
449 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
450
451 ################################################################################
452 #
453 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
454 #
455 ################################################################################
456 [PcdsFeatureFlag]
457 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
458 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
459 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
460 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
461 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
462 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
463 !ifdef $(CSM_ENABLE)
464 gUefiOvmfPkgTokenSpaceGuid.PcdCsmEnable|TRUE
465 !endif
466 !if $(SMM_REQUIRE) == TRUE
467 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire|TRUE
468 gUefiCpuPkgTokenSpaceGuid.PcdCpuHotPlugSupport|TRUE
469 gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|FALSE
470 !endif
471
472 [PcdsFixedAtBuild]
473 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
474 !if $(SMM_REQUIRE) == FALSE
475 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
476 !endif
477 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
478 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
479 !if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
480 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
481 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
482 !if $(NETWORK_TLS_ENABLE) == FALSE
483 # match PcdFlashNvStorageVariableSize purely for convenience
484 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000
485 !endif
486 !endif
487 !if $(FD_SIZE_IN_KB) == 4096
488 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400
489 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400
490 !if $(NETWORK_TLS_ENABLE) == FALSE
491 # match PcdFlashNvStorageVariableSize purely for convenience
492 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000
493 !endif
494 !endif
495 !if $(NETWORK_TLS_ENABLE) == TRUE
496 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
497 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
498 !endif
499
500 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
501 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
502 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
503
504 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
505
506 # DEBUG_INIT 0x00000001 // Initialization
507 # DEBUG_WARN 0x00000002 // Warnings
508 # DEBUG_LOAD 0x00000004 // Load events
509 # DEBUG_FS 0x00000008 // EFI File system
510 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
511 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
512 # DEBUG_INFO 0x00000040 // Informational debug messages
513 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
514 # DEBUG_VARIABLE 0x00000100 // Variable
515 # DEBUG_BM 0x00000400 // Boot Manager
516 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
517 # DEBUG_NET 0x00004000 // SNP Driver
518 # DEBUG_UNDI 0x00010000 // UNDI Driver
519 # DEBUG_LOADFILE 0x00020000 // LoadFile
520 # DEBUG_EVENT 0x00080000 // Event messages
521 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
522 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
523 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
524 # // significantly impact boot performance
525 # DEBUG_ERROR 0x80000000 // Error
526 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
527
528 !if $(SOURCE_DEBUG_ENABLE) == TRUE
529 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
530 !else
531 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
532 !endif
533
534 # This PCD is used to set the base address of the PCI express hierarchy. It
535 # is only consulted when OVMF runs on Q35. In that case it is programmed into
536 # the PCIEXBAR register.
537 #
538 # On Q35 machine types that QEMU intends to support in the long term, QEMU
539 # never lets the RAM below 4 GB exceed 2816 MB.
540 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xB0000000
541
542 !if $(SOURCE_DEBUG_ENABLE) == TRUE
543 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
544 !endif
545
546 #
547 # The NumberOfPages values below are ad-hoc. They are updated sporadically at
548 # best (please refer to git-blame for past updates). The values capture a set
549 # of BIN hints that made sense at a particular time, for some (now likely
550 # unknown) workloads / boot paths.
551 #
552 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x80
553 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x10
554 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x80
555 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
556 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
557
558 #
559 # Network Pcds
560 #
561 !include NetworkPkg/NetworkPcds.dsc.inc
562
563 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
564
565 !if $(SMM_REQUIRE) == TRUE
566 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
567 !endif
568
569 # IRQs 5, 9, 10, 11 are level-triggered
570 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20
571
572 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
573 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
574
575 ################################################################################
576 #
577 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
578 #
579 ################################################################################
580
581 [PcdsDynamicDefault]
582 # only set when
583 # ($(SMM_REQUIRE) == FALSE)
584 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
585
586 !if $(SMM_REQUIRE) == FALSE
587 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
588 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
589 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
590 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
591 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
592 !endif
593 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
594 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
595 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
596 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
597 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
598 gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
599 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
600 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
601 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
602 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0
603 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0
604
605 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
606
607 # Set video resolution for text setup.
608 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
609 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
610
611 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208
612 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
613 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
614
615 # Noexec settings for DXE.
616 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE
617
618 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.
619 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64
620 gUefiCpuPkgTokenSpaceGuid.PcdCpuBootLogicalProcessorNumber|0
621
622 # Set memory encryption mask
623 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0
624
625 # Set Tdx shared bit mask
626 gEfiMdeModulePkgTokenSpaceGuid.PcdTdxSharedBitMask|0x0
627
628 # Set SEV-ES defaults
629 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbBase|0
630 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbSize|0
631 gUefiCpuPkgTokenSpaceGuid.PcdSevEsIsEnabled|0
632
633 !if $(SMM_REQUIRE) == TRUE
634 gUefiOvmfPkgTokenSpaceGuid.PcdQ35TsegMbytes|8
635 gUefiOvmfPkgTokenSpaceGuid.PcdQ35SmramAtDefaultSmbase|FALSE
636 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmSyncMode|0x01
637 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout|100000
638 !endif
639
640 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
641
642 !include OvmfPkg/OvmfTpmPcds.dsc.inc
643
644 # IPv4 and IPv6 PXE Boot support.
645 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
646 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01
647
648 # Set ConfidentialComputing defaults
649 gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0
650
651 !if $(CSM_ENABLE) == FALSE
652 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|1000000000
653 !endif
654
655 [PcdsDynamicHii]
656 !include OvmfPkg/OvmfTpmPcdsHii.dsc.inc
657
658 ################################################################################
659 #
660 # Components Section - list of all EDK II Modules needed by this Platform.
661 #
662 ################################################################################
663 [Components]
664 OvmfPkg/ResetVector/ResetVector.inf
665
666 #
667 # SEC Phase modules
668 #
669 OvmfPkg/Sec/SecMain.inf {
670 <LibraryClasses>
671 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
672 }
673
674 #
675 # PEI Phase modules
676 #
677 MdeModulePkg/Core/Pei/PeiMain.inf
678 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
679 <LibraryClasses>
680 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
681 }
682 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
683 <LibraryClasses>
684 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
685 }
686 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
687 <LibraryClasses>
688 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
689 }
690 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
691
692 OvmfPkg/PlatformPei/PlatformPei.inf
693 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {
694 <LibraryClasses>
695 !if $(SMM_REQUIRE) == TRUE
696 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
697 !endif
698 }
699 !if $(SMM_REQUIRE) == TRUE
700 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
701 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
702 OvmfPkg/SmmAccess/SmmAccessPei.inf
703 !endif
704 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
705
706 !include OvmfPkg/OvmfTpmComponentsPei.dsc.inc
707
708 #
709 # DXE Phase modules
710 #
711 MdeModulePkg/Core/Dxe/DxeMain.inf {
712 <LibraryClasses>
713 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
714 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
715 }
716
717 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
718 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
719 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
720 <LibraryClasses>
721 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
722 }
723
724 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
725
726 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
727 <LibraryClasses>
728 !if $(SECURE_BOOT_ENABLE) == TRUE
729 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
730 !endif
731 !include OvmfPkg/OvmfTpmSecurityStub.dsc.inc
732 }
733
734 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
735 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
736 UefiCpuPkg/CpuDxe/CpuDxe.inf
737 !ifdef $(CSM_ENABLE)
738 OvmfPkg/8259InterruptControllerDxe/8259.inf
739 OvmfPkg/8254TimerDxe/8254Timer.inf
740 !else
741 OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf
742 !endif
743 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
744 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
745 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
746 <LibraryClasses>
747 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
748 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
749 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
750 }
751 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
752 <LibraryClasses>
753 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
754 }
755 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
756 MdeModulePkg/Universal/Metronome/Metronome.inf
757 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
758 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
759 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
760 <LibraryClasses>
761 XenPlatformLib|OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf
762 !ifdef $(CSM_ENABLE)
763 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf
764 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
765 !endif
766 }
767 MdeModulePkg/Logo/LogoDxe.inf
768 MdeModulePkg/Application/UiApp/UiApp.inf {
769 <LibraryClasses>
770 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
771 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
772 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
773 !ifdef $(CSM_ENABLE)
774 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
775 NULL|OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
776 !endif
777 }
778 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
779 <LibraryClasses>
780 NULL|OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf
781 }
782 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
783 OvmfPkg/Virtio10Dxe/Virtio10.inf
784 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
785 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
786 OvmfPkg/VirtioRngDxe/VirtioRng.inf
787 !if $(PVSCSI_ENABLE) == TRUE
788 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
789 !endif
790 !if $(MPT_SCSI_ENABLE) == TRUE
791 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
792 !endif
793 !if $(LSI_SCSI_ENABLE) == TRUE
794 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
795 !endif
796 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
797 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
798 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
799 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
800 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
801 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
802 <LibraryClasses>
803 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
804 }
805 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
806 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
807 <LibraryClasses>
808 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
809 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
810 }
811 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
812 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
813 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
814 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
815 FatPkg/EnhancedFatDxe/Fat.inf
816 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
817 OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
818 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
819 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
820 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
821 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
822 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
823 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
824 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
825 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
826 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
827 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
828
829 !ifndef $(CSM_ENABLE)
830 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
831 !endif
832 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
833 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
834
835 #
836 # ISA Support
837 #
838 OvmfPkg/SioBusDxe/SioBusDxe.inf
839 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
840 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
841
842 #
843 # SMBIOS Support
844 #
845 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
846 <LibraryClasses>
847 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
848 }
849 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
850
851 #
852 # ACPI Support
853 #
854 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
855 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
856 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
857 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
858 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
859
860 #
861 # Network Support
862 #
863 !include NetworkPkg/NetworkComponents.dsc.inc
864
865 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
866 <LibraryClasses>
867 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
868 }
869
870 !if $(NETWORK_TLS_ENABLE) == TRUE
871 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
872 <LibraryClasses>
873 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
874 }
875 !endif
876 OvmfPkg/VirtioNetDxe/VirtioNet.inf
877
878 #
879 # Usb Support
880 #
881 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
882 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
883 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
884 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
885 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
886 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
887
888 !ifdef $(CSM_ENABLE)
889 OvmfPkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {
890 <LibraryClasses>
891 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
892 }
893 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
894 OvmfPkg/Csm/Csm16/Csm16.inf
895 !endif
896
897 !if $(TOOL_CHAIN_TAG) != "XCODE5"
898 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
899 <PcdsFixedAtBuild>
900 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
901 }
902 ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
903 <PcdsFixedAtBuild>
904 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
905 }
906 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
907 <PcdsFixedAtBuild>
908 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
909 }
910 !endif
911 ShellPkg/Application/Shell/Shell.inf {
912 <LibraryClasses>
913 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
914 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
915 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
916 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
917 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
918 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
919 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
920 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
921 !if $(NETWORK_IP6_ENABLE) == TRUE
922 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
923 !endif
924 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
925 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
926 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
927
928 <PcdsFixedAtBuild>
929 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
930 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
931 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
932 }
933
934 !if $(SECURE_BOOT_ENABLE) == TRUE
935 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
936 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
937 !endif
938
939 OvmfPkg/PlatformDxe/Platform.inf
940 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
941
942 !if $(SMM_REQUIRE) == TRUE
943 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf
944 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf
945 OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf
946
947 #
948 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)
949 #
950 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
951
952 #
953 # SMM_CORE
954 #
955 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
956
957 #
958 # Privileged drivers (DXE_SMM_DRIVER modules)
959 #
960 OvmfPkg/CpuHotplugSmm/CpuHotplugSmm.inf
961 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
962 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {
963 <LibraryClasses>
964 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
965 }
966 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
967 <LibraryClasses>
968 SmmCpuPlatformHookLib|OvmfPkg/Library/SmmCpuPlatformHookLibQemu/SmmCpuPlatformHookLibQemu.inf
969 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
970 }
971
972 #
973 # Variable driver stack (SMM)
974 #
975 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf {
976 <LibraryClasses>
977 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf
978 }
979 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
980 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
981 <LibraryClasses>
982 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
983 NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
984 }
985 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
986
987 !else
988
989 #
990 # Variable driver stack (non-SMM)
991 #
992 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
993 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
994 <LibraryClasses>
995 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
996 }
997 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
998 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
999 <LibraryClasses>
1000 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1001 }
1002 !endif
1003
1004 #
1005 # TPM support
1006 #
1007 !include OvmfPkg/OvmfTpmComponentsDxe.dsc.inc
1008
1009 !if $(LOAD_X64_ON_IA32_ENABLE) == TRUE
1010 OvmfPkg/CompatImageLoaderDxe/CompatImageLoaderDxe.inf
1011 !endif