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