VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/AmdSev/AmdSevX64.dsc@ 106129

Last change on this file since 106129 was 105670, checked in by vboxsync, 8 months ago

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

  • Property svn:eol-style set to native
File size: 34.2 KB
Line 
1## @file
2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform for SEV secure
3# virtual machine remote attestation and secret injection
4#
5# Copyright (c) 2020 James Bottomley, IBM Corporation.
6# Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.<BR>
7# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
8#
9# SPDX-License-Identifier: BSD-2-Clause-Patent
10#
11##
12
13################################################################################
14#
15# Defines Section - statements that will be processed to create a Makefile.
16#
17################################################################################
18[Defines]
19 PLATFORM_NAME = Ovmf
20 PLATFORM_GUID = 07ff380c-4760-4823-8f59-ec2cb06fbc16
21 PLATFORM_VERSION = 0.1
22 DSC_SPECIFICATION = 0x00010005
23 OUTPUT_DIRECTORY = Build/AmdSev
24 SUPPORTED_ARCHITECTURES = X64
25 BUILD_TARGETS = NOOPT|DEBUG|RELEASE
26 SKUID_IDENTIFIER = DEFAULT
27 FLASH_DEFINITION = OvmfPkg/AmdSev/AmdSevX64.fdf
28 PREBUILD = sh OvmfPkg/AmdSev/Grub/grub.sh
29
30 #
31 # Defines for default states. These can be changed on the command line.
32 # -D FLAG=VALUE
33 #
34 DEFINE SOURCE_DEBUG_ENABLE = FALSE
35
36!include OvmfPkg/Include/Dsc/OvmfTpmDefines.dsc.inc
37
38 #
39 # Shell can be useful for debugging but should not be enabled for production
40 #
41 DEFINE BUILD_SHELL = FALSE
42
43 #
44 # Device drivers
45 #
46 DEFINE PVSCSI_ENABLE = FALSE
47 DEFINE MPT_SCSI_ENABLE = FALSE
48 DEFINE LSI_SCSI_ENABLE = FALSE
49
50 #
51 # Flash size selection. Setting FD_SIZE_IN_KB on the command line directly to
52 # one of the supported values, in place of any of the convenience macros, is
53 # permitted.
54 #
55!ifdef $(FD_SIZE_1MB)
56 DEFINE FD_SIZE_IN_KB = 1024
57!else
58!ifdef $(FD_SIZE_2MB)
59 DEFINE FD_SIZE_IN_KB = 2048
60!else
61!ifdef $(FD_SIZE_4MB)
62 DEFINE FD_SIZE_IN_KB = 4096
63!else
64 DEFINE FD_SIZE_IN_KB = 4096
65!endif
66!endif
67!endif
68
69[BuildOptions]
70 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
71 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
72 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
73!if $(TOOL_CHAIN_TAG) != "XCODE5" && $(TOOL_CHAIN_TAG) != "CLANGPDB"
74 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse
75!endif
76!if $(SOURCE_DEBUG_ENABLE) == TRUE
77 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable
78 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable
79 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
80!endif
81 RELEASE_*_*_GENFW_FLAGS = --zero
82
83 #
84 # Disable deprecated APIs.
85 #
86 MSFT:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES
87 INTEL:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES
88 GCC:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
89
90[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
91 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
92 XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
93 XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
94 CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
95
96################################################################################
97#
98# SKU Identification section - list of all SKU IDs supported by this Platform.
99#
100################################################################################
101[SkuIds]
102 0|DEFAULT
103
104################################################################################
105#
106# Library Class section - list of all Library Classes needed by this Platform.
107#
108################################################################################
109
110!include MdePkg/MdeLibs.dsc.inc
111
112[LibraryClasses]
113 SmmRelocationLib|OvmfPkg/Library/SmmRelocationLib/SmmRelocationLib.inf
114 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
115 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
116 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/BaseResetSystemLib.inf
117 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
118 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
119 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
120 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
121 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
122 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
123 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
124 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
125 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
126 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
127 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
128 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
129 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
130 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
131 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
132 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
133 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
134 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
135 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
136 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
137 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
138 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
139 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
140 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
141 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
142 PciCapLib|OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf
143 PciCapPciSegmentLib|OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf
144 PciCapPciIoLib|OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf
145 CcProbeLib|MdePkg/Library/CcProbeLibNull/CcProbeLibNull.inf
146 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
147 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
148 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
149 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
150 MicrocodeLib|UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf
151 CpuPageTableLib|UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf
152 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
153 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
154 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
155 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
156 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
157 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
158 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
159 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
160 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
161 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
162 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
163 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf
164 QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf
165 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
166 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
167 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib.inf
168 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf
169 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
170 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
171 BlobVerifierLib|OvmfPkg/AmdSev/BlobVerifierLibSevHashes/BlobVerifierLibSevHashes.inf
172 MemEncryptTdxLib|OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib.inf
173 PeiHardwareInfoLib|OvmfPkg/Library/HardwareInfoLib/PeiHardwareInfoLib.inf
174 DxeHardwareInfoLib|OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib.inf
175 ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
176
177!if $(SOURCE_DEBUG_ENABLE) == TRUE
178 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
179 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
180!else
181 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
182 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
183!endif
184
185 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
186 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
187
188 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
189 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
190 RngLib|MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
191
192 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
193 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
194 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
195 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
196 VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
197
198 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
199
200 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
201 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
202 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
203
204!include OvmfPkg/Include/Dsc/OvmfTpmLibs.dsc.inc
205!include OvmfPkg/Include/Dsc/ShellLibs.dsc.inc
206
207[LibraryClasses.common]
208 AmdSvsmLib|OvmfPkg/Library/AmdSvsmLib/AmdSvsmLib.inf
209 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
210 CcExitLib|OvmfPkg/Library/CcExitLib/CcExitLib.inf
211 TdxLib|MdePkg/Library/TdxLib/TdxLib.inf
212 TdxMailboxLib|OvmfPkg/Library/TdxMailboxLib/TdxMailboxLibNull.inf
213
214[LibraryClasses.common.SEC]
215 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
216 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
217!ifdef $(DEBUG_ON_SERIAL_PORT)
218 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
219!else
220 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
221!endif
222 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
223 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
224!if $(SOURCE_DEBUG_ENABLE) == TRUE
225 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
226!endif
227 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
228 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
229 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
230 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
231 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
232 CcExitLib|OvmfPkg/Library/CcExitLib/SecCcExitLib.inf
233 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib.inf
234
235[LibraryClasses.common.PEI_CORE]
236 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
237 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
238 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
239 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
240 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
241 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
242 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
243 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
244!ifdef $(DEBUG_ON_SERIAL_PORT)
245 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
246!else
247 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
248!endif
249 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
250
251[LibraryClasses.common.PEIM]
252 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
253 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
254 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
255 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
256 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
257 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
258 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
259 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
260!ifdef $(DEBUG_ON_SERIAL_PORT)
261 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
262!else
263 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
264!endif
265 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
266 ResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
267 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
268!if $(SOURCE_DEBUG_ENABLE) == TRUE
269 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
270!endif
271 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
272 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
273 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
274 QemuLoadImageLib|OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.inf
275 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
276 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf
277
278 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib.inf
279 PlatformInitLib|OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf
280
281[LibraryClasses.common.DXE_CORE]
282 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
283 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
284 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
285 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
286!ifdef $(DEBUG_ON_SERIAL_PORT)
287 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
288!else
289 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
290!endif
291 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
292!if $(SOURCE_DEBUG_ENABLE) == TRUE
293 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
294!endif
295 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
296 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
297
298[LibraryClasses.common.DXE_RUNTIME_DRIVER]
299 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
300 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
301 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
302 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
303 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
304 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
305 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
306!ifdef $(DEBUG_ON_SERIAL_PORT)
307 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
308!else
309 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
310!endif
311 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
312 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
313 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
314 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
315 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
316
317[LibraryClasses.common.UEFI_DRIVER]
318 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
319 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
320 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
321 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
322 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
323 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
324 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
325!ifdef $(DEBUG_ON_SERIAL_PORT)
326 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
327!else
328 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
329!endif
330 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
331 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
332
333[LibraryClasses.common.DXE_DRIVER]
334 AcpiPlatformLib|OvmfPkg/Library/AcpiPlatformLib/DxeAcpiPlatformLib.inf
335 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
336 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
337 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
338 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
339 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
340 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
341 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
342!ifdef $(DEBUG_ON_SERIAL_PORT)
343 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
344!else
345 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
346!endif
347 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
348 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
349 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
350 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
351 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf
352!if $(SOURCE_DEBUG_ENABLE) == TRUE
353 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
354!endif
355 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
356 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
357 NestedInterruptTplLib|OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf
358 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
359 QemuLoadImageLib|OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.inf
360
361[LibraryClasses.common.UEFI_APPLICATION]
362 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
363 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
364 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
365 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
366 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
367 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
368!ifdef $(DEBUG_ON_SERIAL_PORT)
369 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
370!else
371 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
372!endif
373 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
374
375################################################################################
376#
377# Pcd Section - list of all EDK II PCD Entries defined by this Platform.
378#
379################################################################################
380[PcdsFeatureFlag]
381 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
382 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
383 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
384 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
385 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
386 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
387
388[PcdsFixedAtBuild]
389 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
390 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
391 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
392 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
393!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
394 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
395 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
396 # match PcdFlashNvStorageVariableSize purely for convenience
397 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000
398!endif
399!if $(FD_SIZE_IN_KB) == 4096
400 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400
401 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400
402 # match PcdFlashNvStorageVariableSize purely for convenience
403 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000
404!endif
405
406 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
407 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
408 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
409
410 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
411
412 # DEBUG_INIT 0x00000001 // Initialization
413 # DEBUG_WARN 0x00000002 // Warnings
414 # DEBUG_LOAD 0x00000004 // Load events
415 # DEBUG_FS 0x00000008 // EFI File system
416 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
417 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
418 # DEBUG_INFO 0x00000040 // Informational debug messages
419 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
420 # DEBUG_VARIABLE 0x00000100 // Variable
421 # DEBUG_BM 0x00000400 // Boot Manager
422 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
423 # DEBUG_NET 0x00004000 // SNP Driver
424 # DEBUG_UNDI 0x00010000 // UNDI Driver
425 # DEBUG_LOADFILE 0x00020000 // LoadFile
426 # DEBUG_EVENT 0x00080000 // Event messages
427 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
428 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
429 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
430 # // significantly impact boot performance
431 # DEBUG_ERROR 0x80000000 // Error
432 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
433
434!if $(SOURCE_DEBUG_ENABLE) == TRUE
435 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
436!else
437 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
438!endif
439
440 # This PCD is used to set the base address of the PCI express hierarchy. It
441 # is only consulted when OVMF runs on Q35. In that case it is programmed into
442 # the PCIEXBAR register.
443 #
444 # On Q35 machine types that QEMU intends to support in the long term, QEMU
445 # never lets the RAM below 4 GB exceed 2816 MB.
446 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
447
448!if $(SOURCE_DEBUG_ENABLE) == TRUE
449 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
450!endif
451
452 #
453 # The NumberOfPages values below are ad-hoc. They are updated sporadically at
454 # best (please refer to git-blame for past updates). The values capture a set
455 # of BIN hints that made sense at a particular time, for some (now likely
456 # unknown) workloads / boot paths.
457 #
458 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x80
459 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x10
460 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x80
461 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
462 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
463
464 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
465 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
466
467 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand|TRUE
468 gUefiOvmfPkgTokenSpaceGuid.PcdBootRestrictToFirmware|TRUE
469
470 #
471 # INIT is now triggered before BIOS by ucode/hardware. In the OVMF
472 # environment, QEMU lacks a simulation for the INIT process.
473 # To address this, PcdFirstTimeWakeUpAPsBySipi set to FALSE to
474 # broadcast INIT-SIPI-SIPI for the first time.
475 #
476 gUefiCpuPkgTokenSpaceGuid.PcdFirstTimeWakeUpAPsBySipi|FALSE
477
478################################################################################
479#
480# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
481#
482################################################################################
483
484[PcdsDynamicDefault]
485 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
486
487 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
488 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
489 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
490 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
491 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
492 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
493 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
494 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
495 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
496 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
497 gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
498 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
499 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
500 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
501 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0
502 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0
503 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0
504 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000
505
506 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
507
508 # Set video resolution for text setup.
509 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
510 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
511
512 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208
513 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
514 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
515
516 # Noexec settings for DXE.
517 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE
518
519 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.
520 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64
521 gUefiCpuPkgTokenSpaceGuid.PcdCpuBootLogicalProcessorNumber|0
522
523 # Set memory encryption mask
524 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0
525
526 # Set Tdx shared bit mask
527 gEfiMdeModulePkgTokenSpaceGuid.PcdTdxSharedBitMask|0x0
528
529 # Set SEV-ES defaults
530 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbBase|0
531 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbSize|0
532 gUefiCpuPkgTokenSpaceGuid.PcdSevEsIsEnabled|0
533
534 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
535
536 # Set ConfidentialComputing defaults
537 gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0
538
539!include OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc
540
541 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|1000000000
542
543[PcdsDynamicHii]
544!include OvmfPkg/Include/Dsc/OvmfTpmPcdsHii.dsc.inc
545
546################################################################################
547#
548# Components Section - list of all EDK II Modules needed by this Platform.
549#
550################################################################################
551[Components]
552 OvmfPkg/ResetVector/ResetVector.inf
553
554 #
555 # SEC Phase modules
556 #
557 OvmfPkg/Sec/SecMain.inf {
558 <LibraryClasses>
559 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
560 }
561
562 #
563 # PEI Phase modules
564 #
565 MdeModulePkg/Core/Pei/PeiMain.inf
566 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
567 <LibraryClasses>
568 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
569 }
570 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
571 <LibraryClasses>
572 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
573 }
574 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
575 <LibraryClasses>
576 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
577 }
578 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
579
580 OvmfPkg/PlatformPei/PlatformPei.inf {
581 <LibraryClasses>
582 NULL|OvmfPkg/IntelTdx/TdxHelperLib/TdxHelperLibNull.inf
583 }
584 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
585 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
586 OvmfPkg/AmdSev/SecretPei/SecretPei.inf
587
588!include OvmfPkg/Include/Dsc/OvmfTpmComponentsPei.dsc.inc
589
590 #
591 # DXE Phase modules
592 #
593 MdeModulePkg/Core/Dxe/DxeMain.inf {
594 <LibraryClasses>
595 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
596 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
597 }
598
599 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
600 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
601 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
602 <LibraryClasses>
603 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
604 }
605
606 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
607
608 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
609 <LibraryClasses>
610!include OvmfPkg/Include/Dsc/OvmfTpmSecurityStub.dsc.inc
611 }
612
613 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
614 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
615 UefiCpuPkg/CpuDxe/CpuDxe.inf
616 OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf
617 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
618 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
619 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
620 <LibraryClasses>
621 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
622 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
623 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
624 }
625 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
626 <LibraryClasses>
627 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
628 }
629 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
630 MdeModulePkg/Universal/Metronome/Metronome.inf
631 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
632 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
633 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
634 <LibraryClasses>
635 XenPlatformLib|OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf
636 }
637 MdeModulePkg/Logo/LogoDxe.inf
638 MdeModulePkg/Application/UiApp/UiApp.inf {
639 <LibraryClasses>
640 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
641 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
642 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
643 }
644 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
645 <LibraryClasses>
646 NULL|OvmfPkg/AmdSev/BlobVerifierLibSevHashes/BlobVerifierLibSevHashes.inf
647 }
648 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
649 OvmfPkg/Virtio10Dxe/Virtio10.inf
650 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
651 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
652 OvmfPkg/VirtioRngDxe/VirtioRng.inf
653!if $(PVSCSI_ENABLE) == TRUE
654 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
655!endif
656!if $(MPT_SCSI_ENABLE) == TRUE
657 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
658!endif
659!if $(LSI_SCSI_ENABLE) == TRUE
660 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
661!endif
662 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
663 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
664 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
665 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
666 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
667 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
668 <LibraryClasses>
669 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
670 }
671 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
672 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
673 <LibraryClasses>
674 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
675 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
676 }
677 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
678 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
679 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
680 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
681 FatPkg/EnhancedFatDxe/Fat.inf
682 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
683 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
684 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
685 MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
686 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
687 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
688 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
689 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
690 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
691 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
692
693 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
694 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
695 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
696
697 #
698 # ISA Support
699 #
700 OvmfPkg/SioBusDxe/SioBusDxe.inf
701 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
702 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
703
704 #
705 # SMBIOS Support
706 #
707 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
708 <LibraryClasses>
709 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
710 }
711 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
712
713 #
714 # ACPI Support
715 #
716 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
717 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
718 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
719 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
720 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
721
722 #
723 # Usb Support
724 #
725 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
726 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
727 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
728 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
729 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
730 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
731
732 OvmfPkg/AmdSev/SecretDxe/SecretDxe.inf
733 OvmfPkg/AmdSev/Grub/Grub.inf
734
735!include OvmfPkg/Include/Dsc/ShellComponents.dsc.inc
736
737 OvmfPkg/PlatformDxe/Platform.inf
738 OvmfPkg/AmdSevDxe/AmdSevDxe.inf {
739 <LibraryClasses>
740 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
741 }
742 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
743
744 #
745 # Variable driver stack (non-SMM)
746 #
747 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
748 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
749 <LibraryClasses>
750 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
751 }
752 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
753 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
754 <LibraryClasses>
755 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
756 }
757
758 #
759 # TPM support
760 #
761!include OvmfPkg/Include/Dsc/OvmfTpmComponentsDxe.dsc.inc
Note: See TracBrowser for help on using the repository browser.

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