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