]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/OvmfPkgIa32X64.dsc
UnixPkg/Sec: Fixed build
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32X64.dsc
... / ...
CommitLineData
1## @file\r
2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r
3#\r
4# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
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
14##\r
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
25 DSC_SPECIFICATION = 0x00010005\r
26 OUTPUT_DIRECTORY = Build/Ovmf3264\r
27 SUPPORTED_ARCHITECTURES = IA32|X64\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
30 FLASH_DEFINITION = OvmfPkg/OvmfPkgIa32X64.fdf\r
31\r
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
37\r
38[BuildOptions]\r
39 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
40 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
41 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
42 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse\r
43\r
44################################################################################\r
45#\r
46# SKU Identification section - list of all SKU IDs supported by this Platform.\r
47#\r
48################################################################################\r
49[SkuIds]\r
50 0|DEFAULT\r
51\r
52################################################################################\r
53#\r
54# Library Class section - list of all Library Classes needed by this Platform.\r
55#\r
56################################################################################\r
57[LibraryClasses]\r
58 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
59 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
60 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
61 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
62 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
63 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
64 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
65 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
66 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
67 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
68 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
69 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
70 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
71 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
72 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
73 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
74 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
75 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
76 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
77 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
78 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
79 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf\r
80 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
81 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
82 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
83 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
84 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
85 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
86 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
87 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf\r
88 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
89 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
90 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
91 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
92 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
93 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
94 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
95 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
96 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf\r
97 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
98 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
99\r
100!ifdef $(SOURCE_DEBUG_ENABLE)\r
101 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
102 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
103!else\r
104 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
105 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
106!endif\r
107\r
108 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
109 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
110 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
111 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
112\r
113!if $(SECURE_BOOT_ENABLE) == TRUE\r
114 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
115 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
116 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
117!endif\r
118\r
119[LibraryClasses.common]\r
120!if $(SECURE_BOOT_ENABLE) == TRUE\r
121 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
122!endif\r
123\r
124[LibraryClasses.common.SEC]\r
125 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
126 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
127 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf\r
128!ifdef $(SOURCE_DEBUG_ENABLE)\r
129 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
130!endif\r
131 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
132 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
133 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
134 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
135\r
136[LibraryClasses.common.PEI_CORE]\r
137 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
138 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
139 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
140 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
141 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
142 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
143 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
144 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
145 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
146 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
147\r
148[LibraryClasses.common.PEIM]\r
149 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
150 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
151 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
152 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
153 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
154 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
155 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
156 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
157 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
158 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
159 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
160 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
161!ifdef $(SOURCE_DEBUG_ENABLE)\r
162 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
163!endif\r
164\r
165[LibraryClasses.common.DXE_CORE]\r
166 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
167 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
168 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
169 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
170 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
171 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
172 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
173!ifdef $(SOURCE_DEBUG_ENABLE)\r
174 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
175!endif\r
176\r
177[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
178 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
179 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
180 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
181 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
182 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
183 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
184 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
185 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
186!if $(SECURE_BOOT_ENABLE) == TRUE\r
187 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
188!endif\r
189\r
190[LibraryClasses.common.UEFI_DRIVER]\r
191 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
192 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
193 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
194 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
195 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
196 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
197 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
198\r
199[LibraryClasses.common.DXE_DRIVER]\r
200 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
201 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
202 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
203 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
204 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
205 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
206 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
207 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
208 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
209 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
210 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
211 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf\r
212\r
213[LibraryClasses.common.UEFI_APPLICATION]\r
214 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
215 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
216 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
217\r
218################################################################################\r
219#\r
220# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
221#\r
222################################################################################\r
223[PcdsFeatureFlag]\r
224 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
225 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r
226 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r
227 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE\r
228 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
229 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
230!if $(SECURE_BOOT_ENABLE) == TRUE\r
231 gUefiOvmfPkgTokenSpaceGuid.PcdSecureBootEnable|TRUE\r
232!endif\r
233\r
234[PcdsFixedAtBuild]\r
235 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
236 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
237 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
238 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
239 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
240!if $(SECURE_BOOT_ENABLE) == TRUE\r
241 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x10000\r
242!else\r
243 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400\r
244!endif\r
245 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
246 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000\r
247 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000\r
248 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000\r
249 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000\r
250\r
251 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
252\r
253 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
254 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
255!ifdef $(SOURCE_DEBUG_ENABLE)\r
256 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
257!else\r
258 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
259!endif\r
260\r
261!ifdef $(SOURCE_DEBUG_ENABLE)\r
262 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
263!endif\r
264\r
265!if $(BUILD_NEW_SHELL)\r
266 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
267!else\r
268!if $(USE_NEW_SHELL)\r
269 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
270!endif\r
271!endif\r
272\r
273[PcdsFixedAtBuild.X64]\r
274!if $(SECURE_BOOT_ENABLE) == TRUE\r
275 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
276 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x05\r
277 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x05\r
278 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x05\r
279!endif\r
280\r
281################################################################################\r
282#\r
283# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
284#\r
285################################################################################\r
286\r
287[PcdsDynamicDefault]\r
288 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
289 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
290 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
291 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
292\r
293\r
294################################################################################\r
295#\r
296# Components Section - list of all EDK II Modules needed by this Platform.\r
297#\r
298################################################################################\r
299[Components.IA32]\r
300 #\r
301 # SEC Phase modules\r
302 #\r
303 OvmfPkg/Sec/SecMain.inf {\r
304 <LibraryClasses>\r
305 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
306 }\r
307\r
308 #\r
309 # PEI Phase modules\r
310 #\r
311 MdeModulePkg/Core/Pei/PeiMain.inf\r
312 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
313 <LibraryClasses>\r
314 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
315 }\r
316 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
317 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
318\r
319 OvmfPkg/PlatformPei/PlatformPei.inf {\r
320 <LibraryClasses>\r
321 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
322 }\r
323\r
324[Components.X64]\r
325 #\r
326 # DXE Phase modules\r
327 #\r
328 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
329 <LibraryClasses>\r
330 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
331 }\r
332\r
333 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
334 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
335 <LibraryClasses>\r
336 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
337 }\r
338\r
339 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
340\r
341!if $(SECURE_BOOT_ENABLE) == TRUE\r
342 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
343 <LibraryClasses>\r
344 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
345 }\r
346!else\r
347 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
348!endif\r
349\r
350 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
351 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
352 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
353 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
354 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
355 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
356 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
357 PcAtChipsetPkg/KbcResetDxe/Reset.inf\r
358 MdeModulePkg/Universal/Metronome/Metronome.inf {\r
359 <LibraryClasses>\r
360 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
361 }\r
362\r
363 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {\r
364 <LibraryClasses>\r
365 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
366 }\r
367\r
368 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
369 <LibraryClasses>\r
370 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
371!ifdef $(CSM_ENABLE)\r
372 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf\r
373!endif\r
374 }\r
375\r
376 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf\r
377 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r
378 <LibraryClasses>\r
379 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r
380 }\r
381 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
382 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
383 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
384 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
385 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
386 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
387 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
388 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
389 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
390 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
391 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
392 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
393 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
394 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
395 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
396 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
397 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
398 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf\r
399 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
400 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
401 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
402\r
403 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
404 <LibraryClasses>\r
405 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
406 }\r
407\r
408 #\r
409 # ISA Support\r
410 #\r
411 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r
412 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
413 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
414 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
415 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
416\r
417 #\r
418 # SMBIOS Support\r
419 #\r
420 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
421 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
422\r
423 #\r
424 # ACPI Support\r
425 #\r
426 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
427 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
428 OvmfPkg/AcpiTables/AcpiTables.inf\r
429\r
430 #\r
431 # Network Support\r
432 #\r
433!if $(NETWORK_ENABLE)\r
434 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
435 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
436 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
437 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
438 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
439 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
440 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
441 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
442 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
443 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
444 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
445 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
446 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
447!endif\r
448\r
449 #\r
450 # Usb Support\r
451 #\r
452 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
453 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
454 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
455 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
456 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
457\r
458!ifdef $(CSM_ENABLE)\r
459 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf\r
460 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf\r
461 OvmfPkg/Csm/Csm16/Csm16.inf\r
462!endif\r
463\r
464!if $(BUILD_NEW_SHELL)\r
465 ShellPkg/Application/Shell/Shell.inf {\r
466 <LibraryClasses>\r
467 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
468 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
469 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
470 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
471 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
472 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
473 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
474 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
475 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
476 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
477 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
478 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf\r
479 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
480 PathLib|ShellPkg/Library/BasePathLib/BasePathLib.inf\r
481# SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf\r
482# SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf\r
483\r
484 <PcdsFixedAtBuild>\r
485 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
486 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
487 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
488 }\r
489!endif\r
490\r
491!if $(SECURE_BOOT_ENABLE) == TRUE\r
492 SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf {\r
493 <LibraryClasses>\r
494 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
495 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
496 }\r
497 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
498!endif\r