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