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