blob: 41559380c2604ee44e55d8e9b9518d08b856805e [file] [log] [blame]
jljusten49ba9442009-05-27 21:10:18 +00001#/** @file
2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform
3#
4# Copyright (c) 2006 - 2009, Intel Corporation
5#
6# All rights reserved. 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/OvmfPkg.fdf
31
32################################################################################
33#
34# SKU Identification section - list of all SKU IDs supported by this Platform.
35#
36################################################################################
37[SkuIds]
38 0|DEFAULT
39
40################################################################################
41#
42# Library Class section - list of all Library Classes needed by this Platform.
43#
44################################################################################
45[LibraryClasses.common]
46 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
47 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
48 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
49 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
50 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
51 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
52 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
53 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
54 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
55 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
jljusten49ba9442009-05-27 21:10:18 +000056 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
57 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
58 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
59 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
jljusten49ba9442009-05-27 21:10:18 +000060 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
61 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
62 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
63 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
64 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
65 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
66 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
67 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
68 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
69 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
jljusten86fef5b2009-06-30 15:57:29 +000070 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
71 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
72 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
73 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
74 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
75 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
jljusten14b21de2009-09-16 16:29:03 +000076 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
77 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
jljusten49ba9442009-05-27 21:10:18 +000078
79[LibraryClasses.common.SEC]
80 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
81 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
82
83[LibraryClasses.common.PEI_CORE]
84 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
85 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
86 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
87 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
88 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
89 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
90 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
91 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
92 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
93 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
94 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
95
96[LibraryClasses.common.PEIM]
97 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
98 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
99 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
100 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
101 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
102 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
103 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
104 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
105 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
106 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
107 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
108 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
109 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
110
111[LibraryClasses.common.DXE_CORE]
jljusten49ba9442009-05-27 21:10:18 +0000112 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
113 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
114 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000115 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000116 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
117 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
118 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
119
120[LibraryClasses.common.DXE_RUNTIME_DRIVER]
jljusten49ba9442009-05-27 21:10:18 +0000121 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
122 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
123 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000124 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
jljusten49ba9442009-05-27 21:10:18 +0000125 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
126 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
127 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
128 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
129 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000130
131[LibraryClasses.common.UEFI_DRIVER]
jljusten49ba9442009-05-27 21:10:18 +0000132 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
133 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
134 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000135 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000136 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
137 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
138 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000139 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
140
141[LibraryClasses.common.DXE_DRIVER]
jljusten49ba9442009-05-27 21:10:18 +0000142 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
143 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
144 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000145 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
146 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000147 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
148 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
149 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
150 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
151 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
152 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
153 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
154
jljusten86fef5b2009-06-30 15:57:29 +0000155[LibraryClasses.common.UEFI_APPLICATION]
156 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
157 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
158 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
159
jljusten49ba9442009-05-27 21:10:18 +0000160################################################################################
161#
162# Pcd Section - list of all EDK II PCD Entries defined by this Platform.
163#
164################################################################################
165[PcdsFeatureFlag.common]
166 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|TRUE
167 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
168
169[PcdsFixedAtBuild.common]
170 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
171 gEfiSioTokenSpaceGuid.PcdSerialRegisterBase|0x3F8
172 gEfiSioTokenSpaceGuid.PcdSerialLineControl|0x07
173 gEfiSioTokenSpaceGuid.PcdSerialBoudRate|115200
174
175 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize|0x200000
176 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareBlockSize|0x10000
177 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoveryBase|0xFFE00000
178 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoverySize|0x00200000
179
180 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
181 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
182 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
183 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
184 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
jljusten27f58ea2009-09-26 07:15:51 +0000185 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
186 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
187 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
188 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
jljusten49ba9442009-05-27 21:10:18 +0000189
190 gEfiEdkModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
191 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
192
193[PcdsFeatureFlag.common]
194 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
195 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
196
197 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
198 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
199 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE
200 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE
201
202[PcdsFixedAtBuild.common]
203 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
204 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
205 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
206
jljusten49ba9442009-05-27 21:10:18 +0000207################################################################################
208#
209# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
210#
211################################################################################
212
jljusten77ba9932009-09-07 20:18:17 +0000213[PcdsDynamicDefault.common]
214 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
jljusten27f58ea2009-09-26 07:15:51 +0000215 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
216 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
217 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
218
jljusten49ba9442009-05-27 21:10:18 +0000219
220################################################################################
221#
222# Components Section - list of all EDK II Modules needed by this Platform.
223#
224################################################################################
225[Components.common]
226 #
227 # SEC Phase modules
228 #
229 OvmfPkg/Sec/SecMain.inf
230
231 #
232 # PEI Phase modules
233 #
234 MdeModulePkg/Core/Pei/PeiMain.inf
235 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
236 <LibraryClasses>
237 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
238 }
239 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
240 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
241 <LibraryClasses>
242 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
243 }
jljusten77ba9932009-09-07 20:18:17 +0000244
245 OvmfPkg/PlatformPei/PlatformPei.inf {
246 <LibraryClasses>
247 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
248 }
jljusten49ba9442009-05-27 21:10:18 +0000249
250 #
251 # DXE Phase modules
252 #
253 MdeModulePkg/Core/Dxe/DxeMain.inf {
254 <LibraryClasses>
255 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
256 }
257
258 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
259 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
260 <LibraryClasses>
261 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
262 }
263
264 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
265 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
266 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
267 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
268 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
269 UefiCpuPkg/CpuIoDxe/CpuIo.inf
270 UefiCpuPkg/CpuDxe/CpuDxe.inf
271 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
272 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
273 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
274 PcAtChipsetPkg/KbcResetDxe/Reset.inf
275 MdeModulePkg/Universal/Metronome/Metronome.inf {
276 <LibraryClasses>
277 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
278 }
279
klu278e748b2009-07-07 03:21:07 +0000280 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
jljusten49ba9442009-05-27 21:10:18 +0000281 <LibraryClasses>
282 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
283 }
284
285 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
286 <LibraryClasses>
287 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
288 }
289
jljusten27f58ea2009-09-26 07:15:51 +0000290 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
291 <LibraryClasses>
292 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
293 }
294 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
295 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000296 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
297 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
298 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
299 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
300 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
301 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
302 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
303 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
jljusten86fef5b2009-06-30 15:57:29 +0000304 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000305 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
306 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
307 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
308 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
309 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
310 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
311 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
312 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
313 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
314
315 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
316
317 #
318 # ISA Support
319 #
320 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
321 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
322 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
323 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
324 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
325
326 #
327 # ACPI Support
328 #
329 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
330 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
331 OvmfPkg/AcpiTables/AcpiTables.inf
332