VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkgIa32.dsc

Last change on this file was 106190, checked in by vboxsync, 4 months ago

EFI/Firmware: Include RngDxe to restore network boot support again (network boot support requires a strong RNG now after CVE-2023-45236 and CVE-2023-45237 which wasn't available in VirtualBox, requires hardware with the rdrand/rdseed instruction set extension), bugref:4643

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette