]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/OvmfPkgX64.dsc
OvmfPkg/VirtioGpuDxe: introduce with Component Name 2 and Driver Binding
[mirror_edk2.git] / OvmfPkg / OvmfPkgX64.dsc
CommitLineData
7b202cb0 1## @file\r
49ba9447 2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r
3#\r
cf621821 4# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
a6d594c5 5# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
49ba9447 6#\r
56d7640a 7# This program and the accompanying materials\r
49ba9447 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
7b202cb0 15##\r
49ba9447 16\r
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 PLATFORM_NAME = Ovmf\r
24 PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b\r
25 PLATFORM_VERSION = 0.1\r
713b7b5e 26 DSC_SPECIFICATION = 0x00010005\r
49ba9447 27 OUTPUT_DIRECTORY = Build/OvmfX64\r
28 SUPPORTED_ARCHITECTURES = X64\r
29 BUILD_TARGETS = DEBUG|RELEASE\r
30 SKUID_IDENTIFIER = DEFAULT\r
7416f4eb 31 FLASH_DEFINITION = OvmfPkg/OvmfPkgX64.fdf\r
49ba9447 32\r
e05061c5 33 #\r
34 # Defines for default states. These can be changed on the command line.\r
35 # -D FLAG=VALUE\r
36 #\r
37 DEFINE SECURE_BOOT_ENABLE = FALSE\r
36c6413f 38 DEFINE NETWORK_IP6_ENABLE = FALSE\r
ab44a6e8 39 DEFINE HTTP_BOOT_ENABLE = FALSE\r
1f695483 40 DEFINE SMM_REQUIRE = FALSE\r
e05061c5 41\r
0bc7e56d 42[BuildOptions]\r
0b5a5022 43 GCC:*_UNIXGCC_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
152d9a6b 44 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
45 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
46 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
4a8266f5 47 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse\r
bbcafc44 48!ifdef $(SOURCE_DEBUG_ENABLE)\r
49 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
50 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
51 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
52!endif\r
0bc7e56d 53\r
ddd89cd5
AB
54[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]\r
55 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
56\r
49ba9447 57################################################################################\r
58#\r
59# SKU Identification section - list of all SKU IDs supported by this Platform.\r
60#\r
61################################################################################\r
62[SkuIds]\r
63 0|DEFAULT\r
64\r
65################################################################################\r
66#\r
67# Library Class section - list of all Library Classes needed by this Platform.\r
68#\r
69################################################################################\r
7b202cb0 70[LibraryClasses]\r
49ba9447 71 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
170ef2d9 72 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r
49ba9447 73 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
4a8266f5 74 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
49ba9447 75 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
76 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
77 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
78 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
79 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
49ba9447 80 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
81 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
82 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
83 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
79c098b6 84 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
79c098b6 85 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
a3cd5cd5
LE
86 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
87 ImageDecoderLib|MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf\r
79c098b6 88 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
49ba9447 89 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
90 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
cd455669 91 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
49ba9447 92 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
93 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
c47ed6fc 94 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
49ba9447 95 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
75f45331 96 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
49ba9447 97 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
1630c6df 98 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 99 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf\r
100 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
86fef5b4 101 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
102 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
103 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
104 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
105 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
5c3481b0 106 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
14b21de9 107 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf\r
ae591c14 108 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
284af948 109 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
8273af4e 110 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
7416f4eb 111 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
112 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
113 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
114 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
689562cd 115 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
b043ebc2 116 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf\r
f1ec65ba 117 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
263559b8 118 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
3c0a051f 119 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf\r
67d86594 120!if $(SMM_REQUIRE) == FALSE\r
6a7cba79 121 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf\r
67d86594 122!endif\r
56af21cb 123 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
c6efcc2a 124\r
125!ifdef $(SOURCE_DEBUG_ENABLE)\r
126 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
127 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
128!else\r
42a83e80 129 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
130 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
c6efcc2a 131!endif\r
152d9a6b 132\r
7ca30a6a 133 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
decb365b 134 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf\r
8cee3de7 135 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
136\r
137!if $(SECURE_BOOT_ENABLE) == TRUE\r
138 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
139 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
140 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
0d28d286 141 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
285542eb 142 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
36c6413f
GL
143!if $(NETWORK_IP6_ENABLE) == TRUE\r
144 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
145!endif\r
285542eb
SZ
146!else\r
147 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
148 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
8cee3de7 149!endif\r
68ef1ad7 150 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
8cee3de7 151\r
ab44a6e8
GCPL
152!if $(HTTP_BOOT_ENABLE) == TRUE\r
153 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r
154!endif\r
155\r
b017b1b2
LE
156 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
157 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf\r
48cc4d0c 158 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf\r
df040c00 159 XenHypercallLib|OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf\r
b017b1b2 160\r
8cee3de7 161[LibraryClasses.common]\r
162!if $(SECURE_BOOT_ENABLE) == TRUE\r
163 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
164!endif\r
152d9a6b 165\r
49ba9447 166[LibraryClasses.common.SEC]\r
170ef2d9 167 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf\r
c90decb9 168 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf\r
b90aefa9 169!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 170 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 171!else\r
172 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
173!endif\r
abec2e51 174 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
fcd7e677 175 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf\r
c6efcc2a 176!ifdef $(SOURCE_DEBUG_ENABLE)\r
177 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
178!endif\r
42a83e80 179 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
180 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
181 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
182 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
85a32c71 183 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
49ba9447 184\r
185[LibraryClasses.common.PEI_CORE]\r
49ba9447 186 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
187 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
188 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
189 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
190 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
abec2e51 191 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 192 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 193 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
b90aefa9 194!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 195 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 196!else\r
197 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
198!endif\r
49ba9447 199 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
200\r
201[LibraryClasses.common.PEIM]\r
49ba9447 202 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
203 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
204 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
205 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
206 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
abec2e51 207 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 208 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 209 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
b90aefa9 210!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 211 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 212!else\r
213 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
214!endif\r
49ba9447 215 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
216 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
217 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
c6efcc2a 218!ifdef $(SOURCE_DEBUG_ENABLE)\r
219 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
220!endif\r
f0e6a56a 221 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf\r
f4c59f42 222 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
49ba9447 223\r
224[LibraryClasses.common.DXE_CORE]\r
49ba9447 225 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
226 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
227 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
abec2e51 228 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b90aefa9 229!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 230 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 231!else\r
232 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
233!endif\r
49ba9447 234 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
c6efcc2a 235!ifdef $(SOURCE_DEBUG_ENABLE)\r
236 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
237!endif\r
85a32c71 238 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
c075d250 239 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
49ba9447 240\r
241[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
988e5986 242 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
170ef2d9 243 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
49ba9447 244 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
245 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
246 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 247 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
b90aefa9 248!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 249 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 250!else\r
251 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
252!endif\r
49ba9447 253 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
8cee3de7 254!if $(SECURE_BOOT_ENABLE) == TRUE\r
255 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
256!endif\r
c47ed6fc 257 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
49ba9447 258\r
259[LibraryClasses.common.UEFI_DRIVER]\r
988e5986
GS
260 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
261 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
49ba9447 262 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
263 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
264 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 265 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b90aefa9 266!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 267 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 268!else\r
269 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
270!endif\r
49ba9447 271 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
c47ed6fc 272 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
49ba9447 273\r
274[LibraryClasses.common.DXE_DRIVER]\r
988e5986 275 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
170ef2d9 276 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
49ba9447 277 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
49ba9447 278 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 279 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 280 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
b90aefa9 281!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 282 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 283!else\r
284 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
285!endif\r
49ba9447 286 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
287 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
288 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
289 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
79c098b6 290 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
d85c5e31 291 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
85a32c71 292 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
67d86594
LE
293!if $(SMM_REQUIRE) == TRUE\r
294 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
295!else\r
6a7cba79 296 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf\r
67d86594 297!endif\r
34511266
JJ
298!ifdef $(SOURCE_DEBUG_ENABLE)\r
299 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
300!endif\r
c47ed6fc 301 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
f4c59f42 302 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
49ba9447 303\r
86fef5b4 304[LibraryClasses.common.UEFI_APPLICATION]\r
988e5986
GS
305 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
306 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
86fef5b4 307 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
308 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
79c098b6 309 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b90aefa9 310!ifdef $(DEBUG_ON_SERIAL_PORT)\r
86fef5b4 311 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 312!else\r
313 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
314!endif\r
c47ed6fc 315 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
86fef5b4 316\r
988e5986
GS
317[LibraryClasses.common.DXE_SMM_DRIVER]\r
318 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
319 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
67d86594 320 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
fc5b5e5c 321 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
67d86594
LE
322 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
323 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
8dbe742d
LE
324 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
325!ifdef $(DEBUG_ON_SERIAL_PORT)\r
326 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
327!else\r
328 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
329!endif\r
c30ff8f4 330 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
cbd5d723
MK
331!ifdef $(SOURCE_DEBUG_ENABLE)\r
332 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf\r
333!endif\r
46df0216 334 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
c47ed6fc 335 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
988e5986
GS
336\r
337[LibraryClasses.common.SMM_CORE]\r
338 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
339 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
f25cb158
LE
340 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r
341 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
342 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
343 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
344 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
345 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
346!ifdef $(DEBUG_ON_SERIAL_PORT)\r
347 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
348!else\r
349 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
350!endif\r
c47ed6fc 351 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
988e5986 352\r
49ba9447 353################################################################################\r
354#\r
355# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
356#\r
357################################################################################\r
7b202cb0 358[PcdsFeatureFlag]\r
eccc28bf 359 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE\r
e8d1b8d8 360 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
361 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r
8fa729a8
LG
362 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r
363 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
8fa729a8
LG
364 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
365 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
259d8714 366 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
e05061c5 367!if $(SECURE_BOOT_ENABLE) == TRUE\r
368 gUefiOvmfPkgTokenSpaceGuid.PcdSecureBootEnable|TRUE\r
369!endif\r
1f695483
LE
370!if $(SMM_REQUIRE) == TRUE\r
371 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire|TRUE\r
896d3dcf 372 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE\r
1f695483 373!endif\r
8fa729a8 374\r
7b202cb0 375[PcdsFixedAtBuild]\r
e6d3b270 376 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
670a64e7 377 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
49ba9447 378 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
379 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
380 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
fd4ba547 381 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
f5404a3e 382 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
9a089978 383 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000\r
49ba9447 384\r
49ba9447 385 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
386\r
49ba9447 387 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
cf23c02a
LE
388\r
389 # DEBUG_INIT 0x00000001 // Initialization\r
390 # DEBUG_WARN 0x00000002 // Warnings\r
391 # DEBUG_LOAD 0x00000004 // Load events\r
392 # DEBUG_FS 0x00000008 // EFI File system\r
393 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
394 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
395 # DEBUG_INFO 0x00000040 // Informational debug messages\r
396 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
397 # DEBUG_VARIABLE 0x00000100 // Variable\r
398 # DEBUG_BM 0x00000400 // Boot Manager\r
399 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
400 # DEBUG_NET 0x00004000 // SNP Driver\r
401 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
402 # DEBUG_LOADFILE 0x00020000 // LoadFile\r
403 # DEBUG_EVENT 0x00080000 // Event messages\r
404 # DEBUG_GCD 0x00100000 // Global Coherency Database changes\r
405 # DEBUG_CACHE 0x00200000 // Memory range cachability changes\r
406 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may\r
407 # // significantly impact boot performance\r
408 # DEBUG_ERROR 0x80000000 // Error\r
49ba9447 409 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
cf23c02a 410\r
c6efcc2a 411!ifdef $(SOURCE_DEBUG_ENABLE)\r
412 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
413!else\r
49ba9447 414 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
c6efcc2a 415!endif\r
416\r
7b8fe635
LE
417 # This PCD is used to set the base address of the PCI express hierarchy. It\r
418 # is only consulted when OVMF runs on Q35. In that case it is programmed into\r
419 # the PCIEXBAR register.\r
420 #\r
421 # On Q35 machine types that QEMU intends to support in the long term, QEMU\r
422 # never lets the RAM below 4 GB exceed 2 GB.\r
423 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x80000000\r
424\r
670a64e7 425!ifdef $(SOURCE_DEBUG_ENABLE)\r
c6efcc2a 426 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
670a64e7 427!endif\r
49ba9447 428\r
9bef3cdc 429!ifndef $(USE_OLD_SHELL)\r
345a0c8f 430 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
345a0c8f 431!endif\r
432\r
9b1e3788
PB
433!if $(SMM_REQUIRE) == TRUE\r
434 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmSyncMode|0x01\r
bb0f18b0 435 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout|100000\r
0d0c245d 436 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000\r
9b1e3788
PB
437!endif\r
438\r
1fea9ddb
LE
439!if $(SECURE_BOOT_ENABLE) == TRUE\r
440 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00\r
441!endif\r
442\r
7ca126ff 443 # IRQs 5, 9, 10, 11 are level-triggered\r
444 gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20\r
445\r
79c098b6
RN
446 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf\r
447 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
448\r
49ba9447 449################################################################################\r
450#\r
451# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
452#\r
453################################################################################\r
454\r
7b202cb0 455[PcdsDynamicDefault]\r
77ba993c 456 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
e3130268 457 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
27f58ea1 458 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
459 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
447d2641 460 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|FALSE\r
c4341e3a
LE
461 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
462 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
a1726e30 463 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE\r
d55004da 464 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
c4df7fd0
LE
465 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0\r
466 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0\r
03845e90
LE
467 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0\r
468 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0\r
7e5b1b67
LE
469 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0\r
470 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000\r
27f58ea1 471\r
86a9c7a7 472 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0\r
49ba9447 473\r
848834cb 474 # Set video resolution for text setup.\r
86a9c7a7
RN
475 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
476 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
848834cb 477\r
37baf06b 478 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208\r
c3db5a8c 479 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
6fbef93e 480 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
37baf06b 481\r
d26753f8 482 # Noexec settings for DXE.\r
d20b06a3 483 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE\r
c075d250 484 gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|FALSE\r
d26753f8 485\r
49ba9447 486################################################################################\r
487#\r
488# Components Section - list of all EDK II Modules needed by this Platform.\r
489#\r
490################################################################################\r
7b202cb0 491[Components]\r
497cbb53
JJ
492 OvmfPkg/ResetVector/ResetVector.inf\r
493\r
49ba9447 494 #\r
495 # SEC Phase modules\r
496 #\r
c1c2669c 497 OvmfPkg/Sec/SecMain.inf {\r
498 <LibraryClasses>\r
499 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
500 }\r
49ba9447 501\r
502 #\r
503 # PEI Phase modules\r
504 #\r
505 MdeModulePkg/Core/Pei/PeiMain.inf\r
506 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
507 <LibraryClasses>\r
508 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
509 }\r
a6d594c5
CS
510 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
511 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
d26753f8
LE
512 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
513 <LibraryClasses>\r
514 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
515 }\r
77ba993c 516\r
517 OvmfPkg/PlatformPei/PlatformPei.inf {\r
518 <LibraryClasses>\r
519 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
520 }\r
5fb6fc0f
LE
521 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {\r
522 <LibraryClasses>\r
523 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
67d86594
LE
524!if $(SMM_REQUIRE) == TRUE\r
525 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
526!endif\r
5fb6fc0f 527 }\r
9d560947
LE
528!if $(SMM_REQUIRE) == TRUE\r
529 OvmfPkg/SmmAccess/SmmAccessPei.inf {\r
530 <LibraryClasses>\r
531 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
532 }\r
533!endif\r
f0e6a56a
LE
534 UefiCpuPkg/CpuMpPei/CpuMpPei.inf {\r
535 <LibraryClasses>\r
536 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
537 }\r
49ba9447 538\r
539 #\r
540 # DXE Phase modules\r
541 #\r
542 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
543 <LibraryClasses>\r
544 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
5c3481b0 545 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
49ba9447 546 }\r
547\r
a6d594c5
CS
548 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
549 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
49ba9447 550 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
551 <LibraryClasses>\r
552 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
553 }\r
c1c2669c 554\r
49ba9447 555 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
8cee3de7 556\r
557!if $(SECURE_BOOT_ENABLE) == TRUE\r
558 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
559 <LibraryClasses>\r
560 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
8cee3de7 561 }\r
562!else\r
49ba9447 563 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
8cee3de7 564!endif\r
565\r
e6d3b270 566 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
49ba9447 567 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
73cbc580 568 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
49ba9447 569 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
570 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
855743f7 571 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf\r
8aba40b7 572 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf\r
4014885f
LE
573 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {\r
574 <LibraryClasses>\r
575 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf\r
576 }\r
447d2641
WL
577 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
578 <LibraryClasses>\r
579 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
580 }\r
49ba9447 581 PcAtChipsetPkg/KbcResetDxe/Reset.inf\r
170ef2d9
GS
582 MdeModulePkg/Universal/Metronome/Metronome.inf\r
583 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
ba502ef4 584 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
79c098b6
RN
585 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
586 <LibraryClasses>\r
a3cd5cd5 587 NULL|MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf\r
79c098b6
RN
588!ifdef $(CSM_ENABLE)\r
589 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf\r
590 NULL|IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
591!endif\r
592 }\r
593 MdeModulePkg/Application/UiApp/UiApp.inf {\r
594 <LibraryClasses>\r
595 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
596 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
597 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
598!ifdef $(CSM_ENABLE)\r
599 NULL|IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
600 NULL|IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf\r
601!endif\r
602 }\r
efd82c57 603 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf\r
56f65ed8 604 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
8456a7da 605 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
fd51d759 606 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
37078a63 607 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
b38ec3cd 608 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
d9fdfd85 609 OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf\r
e65e8802 610 OvmfPkg/XenBusDxe/XenBusDxe.inf\r
de671da8 611 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf\r
49ba9447 612 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
613 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
614 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
615 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
616 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
c4341e3a
LE
617 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {\r
618 <LibraryClasses>\r
619 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
620 }\r
49ba9447 621 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
5c3481b0
RN
622 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
623 <LibraryClasses>\r
624 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
625 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
626 }\r
86fef5b4 627 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
49ba9447 628 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
629 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
00f18da1 630 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf\r
49ba9447 631 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
aa47e529 632 FatPkg/EnhancedFatDxe/Fat.inf\r
49ba9447 633 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
634 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
b82802b8
RJ
635 OvmfPkg/SataControllerDxe/SataControllerDxe.inf\r
636 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r
637 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
8ae3832d 638 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf\r
49ba9447 639 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
640 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
56af21cb 641 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
999a815e 642 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
49ba9447 643\r
eaf4f336 644 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
645 <LibraryClasses>\r
646 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
647 }\r
49ba9447 648\r
649 #\r
650 # ISA Support\r
651 #\r
652 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r
653 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
654 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
655 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
656 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
657\r
fb511817 658 #\r
659 # SMBIOS Support\r
660 #\r
98937dc2
LE
661 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
662 <LibraryClasses>\r
663 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
664 }\r
fb511817 665 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
666\r
49ba9447 667 #\r
668 # ACPI Support\r
669 #\r
670 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
7d2bd150 671 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
49ba9447 672 OvmfPkg/AcpiTables/AcpiTables.inf\r
b017b1b2 673 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf\r
93900400 674 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf\r
7416f4eb 675\r
676 #\r
677 # Network Support\r
678 #\r
7416f4eb 679 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
680 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
681 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
682 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
683 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
684 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
7416f4eb 685 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
686 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
7416f4eb 687 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
36c6413f
GL
688!if $(NETWORK_IP6_ENABLE) == TRUE\r
689 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
690 NetworkPkg/TcpDxe/TcpDxe.inf\r
691 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
692 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
693 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
694 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
695!if $(SECURE_BOOT_ENABLE) == TRUE\r
696 NetworkPkg/IScsiDxe/IScsiDxe.inf\r
697!else\r
698 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
699!endif\r
700!else\r
701 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
7416f4eb 702 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
703 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
ab44a6e8
GCPL
704!endif\r
705!if $(HTTP_BOOT_ENABLE) == TRUE\r
706 NetworkPkg/DnsDxe/DnsDxe.inf\r
1a85139d 707 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
ab44a6e8
GCPL
708 NetworkPkg/HttpDxe/HttpDxe.inf\r
709 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
36c6413f 710!endif\r
7a1f5947 711 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
152d9a6b 712\r
689562cd 713 #\r
714 # Usb Support\r
715 #\r
716 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
717 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
47e57f4f 718 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
689562cd 719 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
720 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
721 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
722\r
4b3d663f 723!ifdef $(CSM_ENABLE)\r
e04cca1d
PB
724 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {\r
725 <LibraryClasses>\r
726 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
727 }\r
4b3d663f 728 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf\r
729 OvmfPkg/Csm/Csm16/Csm16.inf\r
730!endif\r
731\r
9bef3cdc 732!ifndef $(USE_OLD_SHELL)\r
345a0c8f 733 ShellPkg/Application/Shell/Shell.inf {\r
734 <LibraryClasses>\r
735 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
736 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
737 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
738 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
739 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
740 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
741 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
742 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
96302b80
GL
743!if $(NETWORK_IP6_ENABLE) == TRUE\r
744 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf\r
745!endif\r
b2f88ffd 746 NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf\r
345a0c8f 747 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
345a0c8f 748 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
ae591c14 749 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
345a0c8f 750 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
751# SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf\r
752# SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf\r
9fc9f4d8 753 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
345a0c8f 754\r
755 <PcdsFixedAtBuild>\r
756 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
757 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
758 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
759 }\r
760!endif\r
761\r
8cee3de7 762!if $(SECURE_BOOT_ENABLE) == TRUE\r
8714a631 763 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
8cee3de7 764!endif\r
d945a8ba
LE
765\r
766 OvmfPkg/PlatformDxe/Platform.inf\r
c5b7c805
LE
767\r
768!if $(SMM_REQUIRE) == TRUE\r
769 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf\r
c40e1a0c 770 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf\r
92b87f1c 771 UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf\r
f25cb158
LE
772\r
773 #\r
774 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)\r
775 #\r
776 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf\r
777\r
778 #\r
779 # SMM_CORE\r
780 #\r
781 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf\r
8dbe742d
LE
782\r
783 #\r
784 # Privileged drivers (DXE_SMM_DRIVER modules)\r
785 #\r
786 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf\r
67d86594
LE
787 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {\r
788 <LibraryClasses>\r
789 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
790 }\r
0d5d4205
LE
791 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {\r
792 <LibraryClasses>\r
793 SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf\r
794 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf\r
795 }\r
1b0a8e62
LE
796\r
797 #\r
46df0216
LE
798 # Variable driver stack (SMM)\r
799 #\r
800 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf\r
801 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf\r
802 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {\r
803 <LibraryClasses>\r
804 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
805 }\r
806 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf\r
807\r
808!else\r
809\r
810 #\r
811 # Variable driver stack (non-SMM)\r
1b0a8e62
LE
812 #\r
813 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
814 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r
815 <LibraryClasses>\r
816 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r
817 }\r
818 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
819 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
820 <LibraryClasses>\r
821 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
822 }\r
46df0216 823!endif\r