]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg: Add USB support
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32.dsc
1 ## @file
2 # EFI/Framework Open Virtual Machine Firmware (OVMF) platform
3 #
4 # Copyright (c) 2006 - 2010, 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 [BuildOptions]
33 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
34 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
35 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
36
37 ################################################################################
38 #
39 # SKU Identification section - list of all SKU IDs supported by this Platform.
40 #
41 ################################################################################
42 [SkuIds]
43 0|DEFAULT
44
45 ################################################################################
46 #
47 # Library Class section - list of all Library Classes needed by this Platform.
48 #
49 ################################################################################
50 [LibraryClasses]
51 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
52 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
55 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
56 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
57 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
58 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
59 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
60 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
61 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
62 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
63 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
64 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
65 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
66 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
67 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
68 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
69 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
70 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
71 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
72 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
73 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
74 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
75 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
76 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
77 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
78 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
79 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
80 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
81 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
82 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
83 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
84 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
85 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
86 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
87 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
88 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
89
90 !ifdef $(SOURCE_DEBUG_ENABLE)
91 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
92 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
93 !else
94 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
95 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
96 !endif
97
98 ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
99 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
100
101 [LibraryClasses.common.SEC]
102 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
103 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
104 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
105 !ifdef $(SOURCE_DEBUG_ENABLE)
106 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
107 !endif
108 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
109 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
110 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
111 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
112
113 [LibraryClasses.common.PEI_CORE]
114 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
115 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
116 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
117 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
118 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
119 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
120 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
121 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
122 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
123 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
124 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
125
126 [LibraryClasses.common.PEIM]
127 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
128 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
129 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
130 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
131 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
132 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
133 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
134 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
135 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
136 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
137 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
138 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
139 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
140 !ifdef $(SOURCE_DEBUG_ENABLE)
141 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
142 !endif
143
144 [LibraryClasses.common.DXE_CORE]
145 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
146 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
147 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
148 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
149 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
150 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
151 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
152 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
153 !ifdef $(SOURCE_DEBUG_ENABLE)
154 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
155 !endif
156
157 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
158 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
159 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
160 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
161 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
162 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
163 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
164 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
165 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
166 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
167
168 [LibraryClasses.common.UEFI_DRIVER]
169 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
170 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
171 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
172 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
173 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
174 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
175 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
176 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
177
178 [LibraryClasses.common.DXE_DRIVER]
179 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
180 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
181 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
182 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
183 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
184 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
185 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
186 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
187 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
188 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
189 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
190 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
191 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
192
193 [LibraryClasses.common.UEFI_APPLICATION]
194 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
195 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
196 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
197 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
198
199 ################################################################################
200 #
201 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
202 #
203 ################################################################################
204 [PcdsFeatureFlag]
205 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
206 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
207 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
208 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
209 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
210
211 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
212 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
213 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE
214 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE
215
216 [PcdsFixedAtBuild]
217 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
218
219 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
220 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
221 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
222 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
223 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
224 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
225 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
226 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
227 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
228
229 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
230
231 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
232 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
233 !ifdef $(SOURCE_DEBUG_ENABLE)
234 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
235 !else
236 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
237 !endif
238
239 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
240
241 ################################################################################
242 #
243 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
244 #
245 ################################################################################
246
247 [PcdsDynamicDefault]
248 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
249 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
250 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
251 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
252
253
254 ################################################################################
255 #
256 # Components Section - list of all EDK II Modules needed by this Platform.
257 #
258 ################################################################################
259 [Components]
260 #
261 # SEC Phase modules
262 #
263 OvmfPkg/Sec/SecMain.inf {
264 <LibraryClasses>
265 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
266 }
267
268 #
269 # PEI Phase modules
270 #
271 MdeModulePkg/Core/Pei/PeiMain.inf
272 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
273 <LibraryClasses>
274 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
275 }
276 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
277 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
278
279 OvmfPkg/PlatformPei/PlatformPei.inf {
280 <LibraryClasses>
281 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
282 }
283
284 #
285 # DXE Phase modules
286 #
287 MdeModulePkg/Core/Dxe/DxeMain.inf {
288 <LibraryClasses>
289 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
290 }
291
292 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
293 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
294 <LibraryClasses>
295 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
296 }
297
298 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
299 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
300 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
301 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
302 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
303 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
304 UefiCpuPkg/CpuDxe/CpuDxe.inf
305 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
306 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
307 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
308 PcAtChipsetPkg/KbcResetDxe/Reset.inf
309 MdeModulePkg/Universal/Metronome/Metronome.inf {
310 <LibraryClasses>
311 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
312 }
313
314 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
315 <LibraryClasses>
316 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
317 }
318
319 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
320 <LibraryClasses>
321 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
322 }
323
324 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf
325 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
326 <LibraryClasses>
327 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
328 }
329 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
330 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
331 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
332 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
333 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
334 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
335 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
336 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
337 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
338 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
339 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
340 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
341 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
342 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
343 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
344 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
345 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
346 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
347 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
348 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
349
350 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
351
352 #
353 # ISA Support
354 #
355 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
356 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
357 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
358 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
359 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
360
361 #
362 # ACPI Support
363 #
364 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
365 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
366 OvmfPkg/AcpiTables/AcpiTables.inf
367
368 #
369 # Network Support
370 #
371 !if $(NETWORK_ENABLE)
372 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
373 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
374 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
375 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
376 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
377 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
378 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
379 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
380 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
381 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
382 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
383 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
384 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
385 !endif
386
387 #
388 # Usb Support
389 #
390 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
391 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
392 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
393 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
394 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
395