]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/AmdSev/AmdSevX64.dsc
18c2922540f9b31257dc05b2c19740da9dab9f3f
[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 - 2022, 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 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/Include/Dsc/OvmfTpmLibs.dsc.inc
204
205 [LibraryClasses.common]
206 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
207 CcExitLib|OvmfPkg/Library/CcExitLib/CcExitLib.inf
208 TdxLib|MdePkg/Library/TdxLib/TdxLib.inf
209 TdxMailboxLib|OvmfPkg/Library/TdxMailboxLib/TdxMailboxLibNull.inf
210
211 [LibraryClasses.common.SEC]
212 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
213 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
214 !ifdef $(DEBUG_ON_SERIAL_PORT)
215 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
216 !else
217 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
218 !endif
219 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
220 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
221 !if $(SOURCE_DEBUG_ENABLE) == TRUE
222 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
223 !endif
224 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
225 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
226 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
227 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
228 !if $(TOOL_CHAIN_TAG) == "XCODE5"
229 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf
230 !else
231 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
232 !endif
233 CcExitLib|OvmfPkg/Library/CcExitLib/SecCcExitLib.inf
234 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib.inf
235
236 [LibraryClasses.common.PEI_CORE]
237 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
238 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
239 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
240 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
241 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
242 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
243 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
244 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
245 !ifdef $(DEBUG_ON_SERIAL_PORT)
246 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
247 !else
248 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
249 !endif
250 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
251
252 [LibraryClasses.common.PEIM]
253 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
254 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
255 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
256 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
257 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
258 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
259 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
260 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
261 !ifdef $(DEBUG_ON_SERIAL_PORT)
262 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
263 !else
264 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
265 !endif
266 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
267 ResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
268 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
269 !if $(SOURCE_DEBUG_ENABLE) == TRUE
270 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
271 !endif
272 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
273 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
274 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
275 QemuLoadImageLib|OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.inf
276 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
277 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf
278
279 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib.inf
280 PlatformInitLib|OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf
281
282 [LibraryClasses.common.DXE_CORE]
283 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
284 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
285 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
286 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
287 !ifdef $(DEBUG_ON_SERIAL_PORT)
288 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
289 !else
290 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
291 !endif
292 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
293 !if $(SOURCE_DEBUG_ENABLE) == TRUE
294 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
295 !endif
296 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
297 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
298
299 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
300 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
301 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
302 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
303 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
304 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
305 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
306 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
307 !ifdef $(DEBUG_ON_SERIAL_PORT)
308 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
309 !else
310 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
311 !endif
312 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
313 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
314 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
315 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
316 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
317
318 [LibraryClasses.common.UEFI_DRIVER]
319 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
320 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
321 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
322 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
323 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
324 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
325 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
326 !ifdef $(DEBUG_ON_SERIAL_PORT)
327 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
328 !else
329 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
330 !endif
331 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
332 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
333
334 [LibraryClasses.common.DXE_DRIVER]
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/PlatformBootManagerLibGrub/PlatformBootManagerLibGrub.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 CpuPageTableLib|UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf
357 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.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|0xB0000000
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 # IRQs 5, 9, 10, 11 are level-triggered
465 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20
466
467 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
468 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
469
470 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand|TRUE
471 ################################################################################
472 #
473 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
474 #
475 ################################################################################
476
477 [PcdsDynamicDefault]
478 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
479
480 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
481 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
482 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
483 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
484 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
485 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
486 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
487 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
488 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
489 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
490 gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
491 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
492 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
493 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
494 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0
495 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0
496 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0
497 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000
498
499 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
500
501 # Set video resolution for text setup.
502 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
503 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
504
505 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208
506 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
507 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
508
509 # Noexec settings for DXE.
510 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE
511
512 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.
513 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64
514 gUefiCpuPkgTokenSpaceGuid.PcdCpuBootLogicalProcessorNumber|0
515
516 # Set memory encryption mask
517 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0
518
519 # Set Tdx shared bit mask
520 gEfiMdeModulePkgTokenSpaceGuid.PcdTdxSharedBitMask|0x0
521
522 # Set SEV-ES defaults
523 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbBase|0
524 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbSize|0
525 gUefiCpuPkgTokenSpaceGuid.PcdSevEsIsEnabled|0
526
527 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
528
529 # Set ConfidentialComputing defaults
530 gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0
531
532 !include OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc
533
534 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|1000000000
535
536 [PcdsDynamicHii]
537 !include OvmfPkg/Include/Dsc/OvmfTpmPcdsHii.dsc.inc
538
539 ################################################################################
540 #
541 # Components Section - list of all EDK II Modules needed by this Platform.
542 #
543 ################################################################################
544 [Components]
545 OvmfPkg/ResetVector/ResetVector.inf
546
547 #
548 # SEC Phase modules
549 #
550 OvmfPkg/Sec/SecMain.inf {
551 <LibraryClasses>
552 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
553 }
554
555 #
556 # PEI Phase modules
557 #
558 MdeModulePkg/Core/Pei/PeiMain.inf
559 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
560 <LibraryClasses>
561 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
562 }
563 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
564 <LibraryClasses>
565 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
566 }
567 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
568 <LibraryClasses>
569 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
570 }
571 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
572
573 OvmfPkg/PlatformPei/PlatformPei.inf
574 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
575 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
576 OvmfPkg/AmdSev/SecretPei/SecretPei.inf
577
578 !include OvmfPkg/Include/Dsc/OvmfTpmComponentsPei.dsc.inc
579
580 #
581 # DXE Phase modules
582 #
583 MdeModulePkg/Core/Dxe/DxeMain.inf {
584 <LibraryClasses>
585 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
586 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
587 }
588
589 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
590 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
591 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
592 <LibraryClasses>
593 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
594 }
595
596 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
597
598 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
599 <LibraryClasses>
600 !include OvmfPkg/Include/Dsc/OvmfTpmSecurityStub.dsc.inc
601 }
602
603 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
604 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
605 UefiCpuPkg/CpuDxe/CpuDxe.inf
606 OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf
607 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
608 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
609 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
610 <LibraryClasses>
611 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
612 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
613 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
614 }
615 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
616 <LibraryClasses>
617 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
618 }
619 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
620 MdeModulePkg/Universal/Metronome/Metronome.inf
621 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
622 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
623 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
624 MdeModulePkg/Logo/LogoDxe.inf
625 MdeModulePkg/Application/UiApp/UiApp.inf {
626 <LibraryClasses>
627 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
628 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
629 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
630 }
631 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
632 <LibraryClasses>
633 NULL|OvmfPkg/AmdSev/BlobVerifierLibSevHashes/BlobVerifierLibSevHashes.inf
634 }
635 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
636 OvmfPkg/Virtio10Dxe/Virtio10.inf
637 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
638 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
639 OvmfPkg/VirtioRngDxe/VirtioRng.inf
640 !if $(PVSCSI_ENABLE) == TRUE
641 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
642 !endif
643 !if $(MPT_SCSI_ENABLE) == TRUE
644 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
645 !endif
646 !if $(LSI_SCSI_ENABLE) == TRUE
647 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
648 !endif
649 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
650 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
651 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
652 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
653 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
654 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
655 <LibraryClasses>
656 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
657 }
658 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
659 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
660 <LibraryClasses>
661 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
662 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
663 }
664 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
665 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
666 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
667 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
668 FatPkg/EnhancedFatDxe/Fat.inf
669 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
670 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
671 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
672 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
673 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
674 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
675 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
676 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
677 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
678 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
679 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
680
681 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
682 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
683 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
684
685 #
686 # ISA Support
687 #
688 OvmfPkg/SioBusDxe/SioBusDxe.inf
689 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
690 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
691
692 #
693 # SMBIOS Support
694 #
695 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
696 <LibraryClasses>
697 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
698 }
699 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
700
701 #
702 # ACPI Support
703 #
704 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
705 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
706 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
707
708 #
709 # Usb Support
710 #
711 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
712 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
713 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
714 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
715 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
716 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
717
718 !if $(TOOL_CHAIN_TAG) != "XCODE5" && $(BUILD_SHELL) == TRUE
719 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
720 <PcdsFixedAtBuild>
721 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
722 }
723 !endif
724 OvmfPkg/AmdSev/SecretDxe/SecretDxe.inf
725 OvmfPkg/AmdSev/Grub/Grub.inf
726 !if $(BUILD_SHELL) == TRUE
727 ShellPkg/Application/Shell/Shell.inf {
728 <LibraryClasses>
729 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
730 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
731 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
732 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
733 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
734 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
735 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
736 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
737 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
738 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
739
740 <PcdsFixedAtBuild>
741 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
742 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
743 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
744 }
745 !endif
746
747 OvmfPkg/PlatformDxe/Platform.inf
748 OvmfPkg/AmdSevDxe/AmdSevDxe.inf {
749 <LibraryClasses>
750 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
751 }
752 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
753
754 #
755 # Variable driver stack (non-SMM)
756 #
757 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
758 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
759 <LibraryClasses>
760 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
761 }
762 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
763 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
764 <LibraryClasses>
765 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
766 }
767
768 #
769 # TPM support
770 #
771 !include OvmfPkg/Include/Dsc/OvmfTpmComponentsDxe.dsc.inc