]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/OvmfXen.dsc
ArmVirtPkg: enable HttpDynamiCommand
[mirror_edk2.git] / OvmfPkg / OvmfXen.dsc
CommitLineData
75e85e33
AP
1## @file\r
2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r
3#\r
7fe5022f 4# Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>\r
75e85e33
AP
5# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
6# Copyright (c) 2019, Citrix Systems, Inc.\r
7#\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10##\r
11\r
12################################################################################\r
13#\r
14# Defines Section - statements that will be processed to create a Makefile.\r
15#\r
16################################################################################\r
17[Defines]\r
18 PLATFORM_NAME = Ovmf\r
19 PLATFORM_GUID = e3aa4fbe-9459-482d-bd40-d3f3b5f89d6e\r
20 PLATFORM_VERSION = 0.1\r
21 DSC_SPECIFICATION = 0x00010005\r
22 OUTPUT_DIRECTORY = Build/OvmfXen\r
23 SUPPORTED_ARCHITECTURES = X64\r
24 BUILD_TARGETS = NOOPT|DEBUG|RELEASE\r
25 SKUID_IDENTIFIER = DEFAULT\r
26 FLASH_DEFINITION = OvmfPkg/OvmfXen.fdf\r
27\r
28 #\r
29 # Defines for default states. These can be changed on the command line.\r
30 # -D FLAG=VALUE\r
31 #\r
46bb8120 32 DEFINE SOURCE_DEBUG_ENABLE = FALSE\r
75e85e33
AP
33\r
34 #\r
35 # Network definition\r
36 #\r
37 DEFINE NETWORK_TLS_ENABLE = FALSE\r
38 DEFINE NETWORK_IP6_ENABLE = FALSE\r
39 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE\r
40 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE\r
41\r
42!include NetworkPkg/NetworkDefines.dsc.inc\r
43\r
44 #\r
45 # Flash size selection. Setting FD_SIZE_IN_KB on the command line directly to\r
46 # one of the supported values, in place of any of the convenience macros, is\r
47 # permitted.\r
48 #\r
49!ifdef $(FD_SIZE_1MB)\r
50 DEFINE FD_SIZE_IN_KB = 1024\r
51!else\r
52!ifdef $(FD_SIZE_2MB)\r
53 DEFINE FD_SIZE_IN_KB = 2048\r
54!else\r
55!ifdef $(FD_SIZE_4MB)\r
56 DEFINE FD_SIZE_IN_KB = 4096\r
57!else\r
58 DEFINE FD_SIZE_IN_KB = 2048\r
59!endif\r
60!endif\r
61!endif\r
62\r
63[BuildOptions]\r
64 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
65 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
66 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
67!if $(TOOL_CHAIN_TAG) != "XCODE5"\r
68 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse\r
69!endif\r
46bb8120 70!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
75e85e33
AP
71 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
72 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
73 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
74!endif\r
75\r
76 #\r
77 # Disable deprecated APIs.\r
78 #\r
79 MSFT:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES\r
80 INTEL:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES\r
81 GCC:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
82\r
83[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]\r
84 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
4fb393aa
VC
85 XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000\r
86 XCODE:*_*_*_MTOC_FLAGS = -align 0x1000\r
87 CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096\r
75e85e33
AP
88\r
89# Force PE/COFF sections to be aligned at 4KB boundaries to support page level\r
90# protection of DXE_SMM_DRIVER/SMM_CORE modules\r
91[BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]\r
92 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
4fb393aa
VC
93 XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000\r
94 XCODE:*_*_*_MTOC_FLAGS = -align 0x1000\r
95 CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096\r
75e85e33
AP
96\r
97################################################################################\r
98#\r
99# SKU Identification section - list of all SKU IDs supported by this Platform.\r
100#\r
101################################################################################\r
102[SkuIds]\r
103 0|DEFAULT\r
104\r
105################################################################################\r
106#\r
107# Library Class section - list of all Library Classes needed by this Platform.\r
108#\r
109################################################################################\r
110[LibraryClasses]\r
111 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
31d4e8b0 112 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
d70cdcf0 113 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/BaseResetSystemLib.inf\r
75e85e33
AP
114 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
115 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
116 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
117 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r
118 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf\r
119 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
120 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
121 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
122 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
123 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
124 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
125 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
126 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
127 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
128 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
129 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
130 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
131 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
132 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
133 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
134 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
135 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
136 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
137 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
138 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
139 PciCapLib|OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf\r
140 PciCapPciSegmentLib|OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf\r
141 PciCapPciIoLib|OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf\r
142 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf\r
143 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
144 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf\r
145 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
146 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
147 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
148 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
149 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
150 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
151 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
152 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf\r
153 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
154 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
155 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
156 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
157 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf\r
158 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf\r
80681884 159 QemuLoadImageLib|OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.inf\r
75e85e33
AP
160 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/BaseMemEncryptSevLib.inf\r
161 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf\r
162 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
163 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
164\r
46bb8120 165!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
75e85e33
AP
166 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
167 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
168!else\r
169 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
170 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
171!endif\r
172\r
75e85e33
AP
173 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf\r
174 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
175\r
176 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
177!if $(NETWORK_TLS_ENABLE) == TRUE\r
178 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
179!else\r
180 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf\r
181!endif\r
a09df5d2 182 RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf\r
75e85e33
AP
183\r
184 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
185 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
186\r
187\r
188 #\r
189 # Network libraries\r
190 #\r
191!include NetworkPkg/NetworkLibs.dsc.inc\r
192\r
193!if $(NETWORK_TLS_ENABLE) == TRUE\r
194 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf\r
195!endif\r
196\r
197 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
198 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf\r
199 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
200 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf\r
201 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf\r
202 XenHypercallLib|OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf\r
f496443e 203 XenPlatformLib|OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf\r
833cd3e0 204 XenIoMmioLib|OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf\r
75e85e33
AP
205\r
206 Tcg2PhysicalPresenceLib|OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.inf\r
207 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
1237517b 208 RealTimeClockLib|OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.inf\r
3a402f96
AP
209!ifdef $(DEBUG_ON_HYPERVISOR_CONSOLE)\r
210 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPortNocheck.inf\r
211!else\r
d5d60a43 212 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
3a402f96 213!endif\r
75e85e33
AP
214\r
215[LibraryClasses.common]\r
216 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
19c50eb6 217 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf\r
75e85e33
AP
218\r
219[LibraryClasses.common.SEC]\r
75e85e33 220 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf\r
3a402f96 221!ifndef $(DEBUG_ON_HYPERVISOR_CONSOLE)\r
75e85e33 222 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf\r
3a402f96 223!endif\r
75e85e33
AP
224 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
225 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf\r
46bb8120 226!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
75e85e33
AP
227 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
228!endif\r
229 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
230 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
231 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
232 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
b304d280
TL
233!if $(TOOL_CHAIN_TAG) == "XCODE5"\r
234 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf\r
235!else\r
75e85e33 236 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
b304d280 237!endif\r
75e85e33
AP
238\r
239[LibraryClasses.common.PEI_CORE]\r
240 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
241 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
242 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
243 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
244 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
245 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
246 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
247 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
75e85e33
AP
248 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
249\r
250[LibraryClasses.common.PEIM]\r
251 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
252 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
253 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
254 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
255 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
256 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
257 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
258 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
75e85e33
AP
259 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
260 ResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
261 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
46bb8120 262!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
75e85e33
AP
263 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
264!endif\r
265 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf\r
266 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
267 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf\r
268 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
269 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf\r
270\r
271[LibraryClasses.common.DXE_CORE]\r
272 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
273 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
274 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
275 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
75e85e33 276 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
46bb8120 277!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
75e85e33
AP
278 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
279!endif\r
280 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
281 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
282\r
283[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
284 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
93f6df5f 285 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf\r
75e85e33
AP
286 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
287 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
288 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
289 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
75e85e33
AP
290 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
291 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
292 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
293 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf\r
294\r
295[LibraryClasses.common.UEFI_DRIVER]\r
296 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
93f6df5f 297 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf\r
75e85e33
AP
298 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
299 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
300 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
301 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
75e85e33
AP
302 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
303 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
304\r
305[LibraryClasses.common.DXE_DRIVER]\r
306 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
93f6df5f 307 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf\r
75e85e33
AP
308 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
309 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
310 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
311 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
75e85e33
AP
312 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
313 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf\r
314 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
315 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
316 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf\r
46bb8120 317!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
75e85e33
AP
318 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
319!endif\r
320 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
321 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
322 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf\r
323\r
324[LibraryClasses.common.UEFI_APPLICATION]\r
325 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
93f6df5f 326 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf\r
75e85e33
AP
327 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
328 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
329 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
75e85e33
AP
330 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
331\r
332################################################################################\r
333#\r
334# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
335#\r
336################################################################################\r
337[PcdsFeatureFlag]\r
338 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE\r
75e85e33
AP
339 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r
340 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
341 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
342 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
343 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
50f911d2
LE
344!ifdef $(CSM_ENABLE)\r
345 gUefiOvmfPkgTokenSpaceGuid.PcdCsmEnable|TRUE\r
346!endif\r
75e85e33
AP
347\r
348[PcdsFixedAtBuild]\r
349 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
350 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
351 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
352!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)\r
353 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
354 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
355!if $(NETWORK_TLS_ENABLE) == FALSE\r
356 # match PcdFlashNvStorageVariableSize purely for convenience\r
357 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000\r
358!endif\r
359!endif\r
360!if $(FD_SIZE_IN_KB) == 4096\r
361 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400\r
362 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400\r
363!if $(NETWORK_TLS_ENABLE) == FALSE\r
364 # match PcdFlashNvStorageVariableSize purely for convenience\r
365 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000\r
366!endif\r
367!endif\r
368!if $(NETWORK_TLS_ENABLE) == TRUE\r
369 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000\r
370 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000\r
371!endif\r
372\r
373 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
7fe5022f
MT
374 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
375 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r
75e85e33
AP
376\r
377 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
378\r
379 # DEBUG_INIT 0x00000001 // Initialization\r
380 # DEBUG_WARN 0x00000002 // Warnings\r
381 # DEBUG_LOAD 0x00000004 // Load events\r
382 # DEBUG_FS 0x00000008 // EFI File system\r
383 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
384 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
385 # DEBUG_INFO 0x00000040 // Informational debug messages\r
386 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
387 # DEBUG_VARIABLE 0x00000100 // Variable\r
388 # DEBUG_BM 0x00000400 // Boot Manager\r
389 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
390 # DEBUG_NET 0x00004000 // SNP Driver\r
391 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
392 # DEBUG_LOADFILE 0x00020000 // LoadFile\r
393 # DEBUG_EVENT 0x00080000 // Event messages\r
394 # DEBUG_GCD 0x00100000 // Global Coherency Database changes\r
395 # DEBUG_CACHE 0x00200000 // Memory range cachability changes\r
396 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may\r
397 # // significantly impact boot performance\r
398 # DEBUG_ERROR 0x80000000 // Error\r
399 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
400\r
46bb8120 401!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
75e85e33
AP
402 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
403!else\r
404 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
405!endif\r
406\r
407 # This PCD is used to set the base address of the PCI express hierarchy. It\r
408 # is only consulted when OVMF runs on Q35. In that case it is programmed into\r
409 # the PCIEXBAR register.\r
410 #\r
411 # On Q35 machine types that QEMU intends to support in the long term, QEMU\r
412 # never lets the RAM below 4 GB exceed 2816 MB.\r
413 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xB0000000\r
414\r
46bb8120 415!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
75e85e33
AP
416 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
417!endif\r
418\r
419 #\r
420 # Network Pcds\r
421 #\r
422!include NetworkPkg/NetworkPcds.dsc.inc\r
423\r
3a402f96
AP
424!ifdef $(DEBUG_ON_HYPERVISOR_CONSOLE)\r
425 ## Set Xen's debug IO port for PlatformDebugLibIoPort\r
426 gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort|0xe9\r
427!endif\r
428\r
75e85e33
AP
429 # IRQs 5, 9, 10, 11 are level-triggered\r
430 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20\r
431\r
432 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf\r
433 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
434\r
c8395d27
AP
435 ## Xen vlapic's frequence is 100 MHz\r
436 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|100000000\r
437\r
75e85e33
AP
438################################################################################\r
439#\r
440# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
441#\r
442################################################################################\r
443\r
444[PcdsDynamicDefault]\r
445 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
446 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
447 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
448 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
449 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
450 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
451 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
452 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE\r
453 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
454 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0\r
455 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0\r
456 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0\r
457 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0\r
458 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0\r
459 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000\r
460\r
461 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0\r
462\r
463 # Set video resolution for text setup.\r
464 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
465 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
466\r
467 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208\r
468 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
469 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
470\r
471 # Noexec settings for DXE.\r
472 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE\r
75e85e33 473\r
75e85e33
AP
474 # Set memory encryption mask\r
475 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0\r
476\r
477 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00\r
478\r
479################################################################################\r
480#\r
481# Components Section - list of all EDK II Modules needed by this Platform.\r
482#\r
483################################################################################\r
484[Components]\r
c05de360 485 OvmfPkg/XenResetVector/XenResetVector.inf\r
75e85e33
AP
486\r
487 #\r
488 # SEC Phase modules\r
489 #\r
490 OvmfPkg/Sec/SecMain.inf {\r
491 <LibraryClasses>\r
492 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
493 }\r
494\r
495 #\r
496 # PEI Phase modules\r
497 #\r
498 MdeModulePkg/Core/Pei/PeiMain.inf\r
499 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
500 <LibraryClasses>\r
501 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
502 }\r
503 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {\r
504 <LibraryClasses>\r
505 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
506 }\r
507 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {\r
508 <LibraryClasses>\r
509 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
510 }\r
511 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
512\r
3b96221f 513 OvmfPkg/XenPlatformPei/XenPlatformPei.inf\r
75e85e33
AP
514 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf\r
515 UefiCpuPkg/CpuMpPei/CpuMpPei.inf\r
516\r
517 #\r
518 # DXE Phase modules\r
519 #\r
520 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
521 <LibraryClasses>\r
522 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
523 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
524 }\r
525\r
526 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
527 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
528 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
529 <LibraryClasses>\r
530 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
531 }\r
532\r
533 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
534\r
535 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
536\r
537 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
d668c8bc 538 OvmfPkg/XenTimerDxe/XenTimerDxe.inf\r
75e85e33
AP
539 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
540 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
75e85e33
AP
541 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf\r
542 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf\r
543 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {\r
544 <LibraryClasses>\r
545 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf\r
546 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf\r
547 }\r
548 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
549 <LibraryClasses>\r
550 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
551 }\r
552 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
553 MdeModulePkg/Universal/Metronome/Metronome.inf\r
1237517b 554 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
75e85e33
AP
555 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
556 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
557 <LibraryClasses>\r
558!ifdef $(CSM_ENABLE)\r
559 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf\r
560 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
561!endif\r
562 }\r
563 MdeModulePkg/Logo/LogoDxe.inf\r
564 MdeModulePkg/Application/UiApp/UiApp.inf {\r
565 <LibraryClasses>\r
566 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
567 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
568 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
569!ifdef $(CSM_ENABLE)\r
570 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
571 NULL|OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf\r
572!endif\r
573 }\r
833cd3e0 574 OvmfPkg/XenIoPvhDxe/XenIoPvhDxe.inf\r
75e85e33
AP
575 OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf\r
576 OvmfPkg/XenBusDxe/XenBusDxe.inf\r
577 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf\r
05480e2f
AP
578 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf {\r
579 <LibraryClasses>\r
580 SerialPortLib|OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.inf\r
581 }\r
75e85e33
AP
582 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
583 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
584 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
585 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
586 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
587 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {\r
588 <LibraryClasses>\r
589 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
590 }\r
591 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
592 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
593 <LibraryClasses>\r
594 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
595 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
596 }\r
597 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
598 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
599 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
600 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf\r
601 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
602 FatPkg/EnhancedFatDxe/Fat.inf\r
603 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
604 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
605 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
606 OvmfPkg/SataControllerDxe/SataControllerDxe.inf\r
607 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r
608 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
609 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf\r
610 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
611 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
612 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
613 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
614\r
615 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf\r
616 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf\r
617\r
618 #\r
619 # ISA Support\r
620 #\r
621 OvmfPkg/SioBusDxe/SioBusDxe.inf\r
622 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf\r
623 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf\r
624\r
625 #\r
626 # SMBIOS Support\r
627 #\r
628 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
629 <LibraryClasses>\r
630 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
631 }\r
632 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
633\r
634 #\r
635 # ACPI Support\r
636 #\r
637 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
638 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
639 OvmfPkg/AcpiTables/AcpiTables.inf\r
640 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf\r
641 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf\r
642 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
643\r
644 #\r
645 # Network Support\r
646 #\r
647!include NetworkPkg/NetworkComponents.dsc.inc\r
648\r
649!if $(NETWORK_TLS_ENABLE) == TRUE\r
650 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {\r
651 <LibraryClasses>\r
652 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf\r
653 }\r
654!endif\r
655\r
656 #\r
657 # Usb Support\r
658 #\r
659 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
660 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
661 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
662 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
663 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
664 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
665\r
666!ifdef $(CSM_ENABLE)\r
667 OvmfPkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {\r
668 <LibraryClasses>\r
669 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
670 }\r
671 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf\r
672 OvmfPkg/Csm/Csm16/Csm16.inf\r
673!endif\r
674\r
675!if $(TOOL_CHAIN_TAG) != "XCODE5"\r
676 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {\r
677 <PcdsFixedAtBuild>\r
678 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
679 }\r
ec41733c
AB
680 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {\r
681 <PcdsFixedAtBuild>\r
682 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
683 }\r
bcf181a3 684!endif\r
75e85e33
AP
685 ShellPkg/Application/Shell/Shell.inf {\r
686 <LibraryClasses>\r
687 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
688 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
689 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
690 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
691 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
692 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
693 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
694 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
695!if $(NETWORK_IP6_ENABLE) == TRUE\r
696 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf\r
697!endif\r
698 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
699 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
700 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
701\r
702 <PcdsFixedAtBuild>\r
703 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
704 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
705 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
706 }\r
707\r
708 OvmfPkg/PlatformDxe/Platform.inf\r
709 OvmfPkg/AmdSevDxe/AmdSevDxe.inf\r
710 OvmfPkg/IoMmuDxe/IoMmuDxe.inf\r
711\r
712 #\r
713 # Variable driver stack (non-SMM)\r
714 #\r
715 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
716 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r
717 <LibraryClasses>\r
718 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r
719 }\r
720 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
721 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
722 <LibraryClasses>\r
723 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
724 }\r