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