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