]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/AmdSev/AmdSevX64.dsc
OvmfPkg: Change default to disable MptScsi and PvScsi
[mirror_edk2.git] / OvmfPkg / AmdSev / AmdSevX64.dsc
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 - 2021, 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/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 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
114 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
115 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/BaseResetSystemLib.inf
116 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
117 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
118 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
119 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
120 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
121 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
122 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
123 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
124 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
125 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
126 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
127 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
128 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
129 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
130 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
131 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
132 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
133 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
134 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
135 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
136 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
137 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
138 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
139 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
140 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
141 PciCapLib|OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf
142 PciCapPciSegmentLib|OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf
143 PciCapPciIoLib|OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf
144 CcProbeLib|MdePkg/Library/CcProbeLibNull/CcProbeLibNull.inf
145 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
146 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
147 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
148 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
149 MicrocodeLib|UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf
150 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
151 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
152 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
153 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
154 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
155 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
156 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
157 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
158 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
159 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
160 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
161 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf
162 QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf
163 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
164 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
165 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib.inf
166 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf
167 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
168 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
169 BlobVerifierLib|OvmfPkg/AmdSev/BlobVerifierLibSevHashes/BlobVerifierLibSevHashes.inf
170 MemEncryptTdxLib|OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib.inf
171 PeiHardwareInfoLib|OvmfPkg/Library/HardwareInfoLib/PeiHardwareInfoLib.inf
172 DxeHardwareInfoLib|OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib.inf
173
174 !if $(SOURCE_DEBUG_ENABLE) == TRUE
175 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
176 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
177 !else
178 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
179 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
180 !endif
181
182 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
183 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
184
185 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
186 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
187 RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
188
189 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
190 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
191 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
192 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
193 VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
194
195 !if $(BUILD_SHELL) == TRUE
196 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
197 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
198 !endif
199
200 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
201 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
202
203 !include OvmfPkg/OvmfTpmLibs.dsc.inc
204
205 [LibraryClasses.common]
206 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
207 VmgExitLib|OvmfPkg/Library/VmgExitLib/VmgExitLib.inf
208 TdxLib|MdePkg/Library/TdxLib/TdxLib.inf
209
210 [LibraryClasses.common.SEC]
211 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
212 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
213 !ifdef $(DEBUG_ON_SERIAL_PORT)
214 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
215 !else
216 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
217 !endif
218 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
219 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
220 !if $(SOURCE_DEBUG_ENABLE) == TRUE
221 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
222 !endif
223 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
224 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
225 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
226 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
227 !if $(TOOL_CHAIN_TAG) == "XCODE5"
228 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf
229 !else
230 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
231 !endif
232 VmgExitLib|OvmfPkg/Library/VmgExitLib/SecVmgExitLib.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/PlatformDebugLibIoPort.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/PlatformDebugLibIoPort.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 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
335 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
336 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
337 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
338 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
339 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
340 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
341 !ifdef $(DEBUG_ON_SERIAL_PORT)
342 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
343 !else
344 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
345 !endif
346 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLibGrub/PlatformBootManagerLibGrub.inf
347 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
348 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
349 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
350 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf
351 !if $(SOURCE_DEBUG_ENABLE) == TRUE
352 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
353 !endif
354 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
355 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
356 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
357 QemuLoadImageLib|OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.inf
358
359 [LibraryClasses.common.UEFI_APPLICATION]
360 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
361 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
362 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
363 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
364 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
365 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
366 !ifdef $(DEBUG_ON_SERIAL_PORT)
367 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
368 !else
369 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
370 !endif
371 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
372
373 ################################################################################
374 #
375 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
376 #
377 ################################################################################
378 [PcdsFeatureFlag]
379 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
380 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
381 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
382 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
383 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
384 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
385
386 [PcdsFixedAtBuild]
387 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
388 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
389 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
390 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
391 !if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
392 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
393 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
394 # match PcdFlashNvStorageVariableSize purely for convenience
395 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000
396 !endif
397 !if $(FD_SIZE_IN_KB) == 4096
398 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400
399 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400
400 # match PcdFlashNvStorageVariableSize purely for convenience
401 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000
402 !endif
403
404 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
405 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
406 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
407
408 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
409
410 # DEBUG_INIT 0x00000001 // Initialization
411 # DEBUG_WARN 0x00000002 // Warnings
412 # DEBUG_LOAD 0x00000004 // Load events
413 # DEBUG_FS 0x00000008 // EFI File system
414 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
415 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
416 # DEBUG_INFO 0x00000040 // Informational debug messages
417 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
418 # DEBUG_VARIABLE 0x00000100 // Variable
419 # DEBUG_BM 0x00000400 // Boot Manager
420 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
421 # DEBUG_NET 0x00004000 // SNP Driver
422 # DEBUG_UNDI 0x00010000 // UNDI Driver
423 # DEBUG_LOADFILE 0x00020000 // LoadFile
424 # DEBUG_EVENT 0x00080000 // Event messages
425 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
426 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
427 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
428 # // significantly impact boot performance
429 # DEBUG_ERROR 0x80000000 // Error
430 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
431
432 !if $(SOURCE_DEBUG_ENABLE) == TRUE
433 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
434 !else
435 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
436 !endif
437
438 # This PCD is used to set the base address of the PCI express hierarchy. It
439 # is only consulted when OVMF runs on Q35. In that case it is programmed into
440 # the PCIEXBAR register.
441 #
442 # On Q35 machine types that QEMU intends to support in the long term, QEMU
443 # never lets the RAM below 4 GB exceed 2816 MB.
444 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xB0000000
445
446 !if $(SOURCE_DEBUG_ENABLE) == TRUE
447 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
448 !endif
449
450 #
451 # The NumberOfPages values below are ad-hoc. They are updated sporadically at
452 # best (please refer to git-blame for past updates). The values capture a set
453 # of BIN hints that made sense at a particular time, for some (now likely
454 # unknown) workloads / boot paths.
455 #
456 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x80
457 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x10
458 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x80
459 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
460 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
461
462 # IRQs 5, 9, 10, 11 are level-triggered
463 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20
464
465 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
466 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
467
468 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand|TRUE
469 ################################################################################
470 #
471 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
472 #
473 ################################################################################
474
475 [PcdsDynamicDefault]
476 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
477
478 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
479 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
480 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
481 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
482 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
483 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
484 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
485 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
486 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
487 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
488 gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
489 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
490 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
491 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
492 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0
493 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0
494 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0
495 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000
496
497 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
498
499 # Set video resolution for text setup.
500 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
501 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
502
503 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208
504 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
505 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
506
507 # Noexec settings for DXE.
508 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE
509
510 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.
511 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64
512 gUefiCpuPkgTokenSpaceGuid.PcdCpuBootLogicalProcessorNumber|0
513
514 # Set memory encryption mask
515 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0
516
517 # Set Tdx shared bit mask
518 gEfiMdeModulePkgTokenSpaceGuid.PcdTdxSharedBitMask|0x0
519
520 # Set SEV-ES defaults
521 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbBase|0
522 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbSize|0
523 gUefiCpuPkgTokenSpaceGuid.PcdSevEsIsEnabled|0
524
525 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
526
527 # Set ConfidentialComputing defaults
528 gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0
529
530 !include OvmfPkg/OvmfTpmPcds.dsc.inc
531
532 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|1000000000
533
534 [PcdsDynamicHii]
535 !include OvmfPkg/OvmfTpmPcdsHii.dsc.inc
536
537 ################################################################################
538 #
539 # Components Section - list of all EDK II Modules needed by this Platform.
540 #
541 ################################################################################
542 [Components]
543 OvmfPkg/ResetVector/ResetVector.inf
544
545 #
546 # SEC Phase modules
547 #
548 OvmfPkg/Sec/SecMain.inf {
549 <LibraryClasses>
550 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
551 }
552
553 #
554 # PEI Phase modules
555 #
556 MdeModulePkg/Core/Pei/PeiMain.inf
557 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
558 <LibraryClasses>
559 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
560 }
561 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
562 <LibraryClasses>
563 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
564 }
565 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
566 <LibraryClasses>
567 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
568 }
569 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
570
571 OvmfPkg/PlatformPei/PlatformPei.inf
572 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
573 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
574 OvmfPkg/AmdSev/SecretPei/SecretPei.inf
575
576 !include OvmfPkg/OvmfTpmComponentsPei.dsc.inc
577
578 #
579 # DXE Phase modules
580 #
581 MdeModulePkg/Core/Dxe/DxeMain.inf {
582 <LibraryClasses>
583 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
584 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
585 }
586
587 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
588 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
589 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
590 <LibraryClasses>
591 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
592 }
593
594 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
595
596 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
597 <LibraryClasses>
598 !include OvmfPkg/OvmfTpmSecurityStub.dsc.inc
599 }
600
601 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
602 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
603 UefiCpuPkg/CpuDxe/CpuDxe.inf
604 OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf
605 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
606 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
607 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
608 <LibraryClasses>
609 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
610 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
611 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
612 }
613 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
614 <LibraryClasses>
615 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
616 }
617 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
618 MdeModulePkg/Universal/Metronome/Metronome.inf
619 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
620 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
621 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
622 MdeModulePkg/Logo/LogoDxe.inf
623 MdeModulePkg/Application/UiApp/UiApp.inf {
624 <LibraryClasses>
625 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
626 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
627 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
628 }
629 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
630 <LibraryClasses>
631 NULL|OvmfPkg/AmdSev/BlobVerifierLibSevHashes/BlobVerifierLibSevHashes.inf
632 }
633 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
634 OvmfPkg/Virtio10Dxe/Virtio10.inf
635 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
636 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
637 OvmfPkg/VirtioRngDxe/VirtioRng.inf
638 !if $(PVSCSI_ENABLE) == TRUE
639 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
640 !endif
641 !if $(MPT_SCSI_ENABLE) == TRUE
642 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
643 !endif
644 !if $(LSI_SCSI_ENABLE) == TRUE
645 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
646 !endif
647 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
648 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
649 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
650 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
651 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
652 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
653 <LibraryClasses>
654 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
655 }
656 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
657 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
658 <LibraryClasses>
659 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
660 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
661 }
662 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
663 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
664 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
665 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
666 FatPkg/EnhancedFatDxe/Fat.inf
667 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
668 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
669 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
670 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
671 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
672 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
673 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
674 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
675 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
676 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
677 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
678
679 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
680 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
681 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
682
683 #
684 # ISA Support
685 #
686 OvmfPkg/SioBusDxe/SioBusDxe.inf
687 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
688 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
689
690 #
691 # SMBIOS Support
692 #
693 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
694 <LibraryClasses>
695 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
696 }
697 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
698
699 #
700 # ACPI Support
701 #
702 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
703 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
704 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
705
706 #
707 # Usb Support
708 #
709 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
710 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
711 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
712 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
713 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
714 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
715
716 !if $(TOOL_CHAIN_TAG) != "XCODE5" && $(BUILD_SHELL) == TRUE
717 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
718 <PcdsFixedAtBuild>
719 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
720 }
721 !endif
722 OvmfPkg/AmdSev/SecretDxe/SecretDxe.inf
723 OvmfPkg/AmdSev/Grub/Grub.inf
724 !if $(BUILD_SHELL) == TRUE
725 ShellPkg/Application/Shell/Shell.inf {
726 <LibraryClasses>
727 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
728 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
729 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
730 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
731 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
732 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
733 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
734 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
735 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
736 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
737
738 <PcdsFixedAtBuild>
739 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
740 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
741 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
742 }
743 !endif
744
745 OvmfPkg/PlatformDxe/Platform.inf
746 OvmfPkg/AmdSevDxe/AmdSevDxe.inf {
747 <LibraryClasses>
748 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
749 }
750 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
751
752 #
753 # Variable driver stack (non-SMM)
754 #
755 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
756 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
757 <LibraryClasses>
758 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
759 }
760 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
761 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
762 <LibraryClasses>
763 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
764 }
765
766 #
767 # TPM support
768 #
769 !include OvmfPkg/OvmfTpmComponentsDxe.dsc.inc