blob: c7f28492c2f7f6fad9977463e02028cef58ad39b [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
klu2713b7b52009-10-22 06:30:20 +000025 DSC_SPECIFICATION = 0x00010005
jljusten49ba9442009-05-27 21:10:18 +000026 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################################################################################
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
qhuang8284af942009-11-25 04:26:09 +000078 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
lgao48273af42009-11-26 01:33:07 +000079 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
jljusten49ba9442009-05-27 21:10:18 +000080
81[LibraryClasses.common.SEC]
82 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
xli24abec2e52009-12-29 09:10:05 +000083 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +000084
85[LibraryClasses.common.PEI_CORE]
86 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
87 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
88 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
89 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
90 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
91 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
xli24abec2e52009-12-29 09:10:05 +000092 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +000093 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
94 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
95 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
96 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
97
98[LibraryClasses.common.PEIM]
99 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
100 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
101 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
102 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
103 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
104 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
xli24abec2e52009-12-29 09:10:05 +0000105 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000106 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
107 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
108 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
109 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
110 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
111 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
112
113[LibraryClasses.common.DXE_CORE]
jljusten49ba9442009-05-27 21:10:18 +0000114 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
115 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
116 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
xli24abec2e52009-12-29 09:10:05 +0000117 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000118 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
119 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
120 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
121
122[LibraryClasses.common.DXE_RUNTIME_DRIVER]
jljusten49ba9442009-05-27 21:10:18 +0000123 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
124 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
125 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
xli24abec2e52009-12-29 09:10:05 +0000126 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000127 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
128 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
129 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
130 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
131 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000132
133[LibraryClasses.common.UEFI_DRIVER]
jljusten49ba9442009-05-27 21:10:18 +0000134 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
135 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
136 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
xli24abec2e52009-12-29 09:10:05 +0000137 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000138 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
139 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
140 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000141 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
142
143[LibraryClasses.common.DXE_DRIVER]
jljusten49ba9442009-05-27 21:10:18 +0000144 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
145 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
146 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
xli24abec2e52009-12-29 09:10:05 +0000147 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000148 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000149 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
150 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
151 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
152 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
153 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
154 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
155 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
156
jljusten86fef5b2009-06-30 15:57:29 +0000157[LibraryClasses.common.UEFI_APPLICATION]
158 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
159 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
160 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
161
jljusten49ba9442009-05-27 21:10:18 +0000162################################################################################
163#
164# Pcd Section - list of all EDK II PCD Entries defined by this Platform.
165#
166################################################################################
167[PcdsFeatureFlag.common]
168 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|TRUE
xli24e6d3b272009-12-25 06:36:10 +0000169 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
jljusten49ba9442009-05-27 21:10:18 +0000170
171[PcdsFixedAtBuild.common]
xli24e6d3b272009-12-25 06:36:10 +0000172 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
jljusten49ba9442009-05-27 21:10:18 +0000173 gEfiSioTokenSpaceGuid.PcdSerialRegisterBase|0x3F8
174 gEfiSioTokenSpaceGuid.PcdSerialLineControl|0x07
175 gEfiSioTokenSpaceGuid.PcdSerialBoudRate|115200
176
177 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize|0x200000
178 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareBlockSize|0x10000
179 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoveryBase|0xFFE00000
180 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoverySize|0x00200000
181
182 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
183 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
184 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
185 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
186 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
jljusten27f58ea2009-09-26 07:15:51 +0000187 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
188 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
189 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
190 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
jljusten49ba9442009-05-27 21:10:18 +0000191
192 gEfiEdkModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
193 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
194
195[PcdsFeatureFlag.common]
196 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
197 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
198
199 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
200 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
201 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE
202 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE
203
204[PcdsFixedAtBuild.common]
205 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
206 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
207 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
208
jljusten49ba9442009-05-27 21:10:18 +0000209
210################################################################################
211#
212# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
213#
214################################################################################
215
jljusten77ba9932009-09-07 20:18:17 +0000216[PcdsDynamicDefault.common]
217 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
jljusten27f58ea2009-09-26 07:15:51 +0000218 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
219 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
220 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
221
jljusten49ba9442009-05-27 21:10:18 +0000222
223################################################################################
224#
225# Components Section - list of all EDK II Modules needed by this Platform.
226#
227################################################################################
228[Components.IA32]
229 #
230 # SEC Phase modules
231 #
232 OvmfPkg/Sec/SecMain.inf
233
234 #
235 # PEI Phase modules
236 #
237 MdeModulePkg/Core/Pei/PeiMain.inf
238 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
239 <LibraryClasses>
240 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
241 }
242 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
243 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
244 <LibraryClasses>
245 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
246 }
jljusten77ba9932009-09-07 20:18:17 +0000247
248 OvmfPkg/PlatformPei/PlatformPei.inf {
249 <LibraryClasses>
250 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
251 }
jljusten49ba9442009-05-27 21:10:18 +0000252
253[Components.X64]
254 #
255 # DXE Phase modules
256 #
257 MdeModulePkg/Core/Dxe/DxeMain.inf {
258 <LibraryClasses>
259 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
260 }
261
262 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
263 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
264 <LibraryClasses>
265 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
266 }
267
268 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
269 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
270 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
xli24e6d3b272009-12-25 06:36:10 +0000271 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
klu2e471bf12009-12-20 05:35:58 +0000272 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000273 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
eric_tian73cbc582009-12-08 05:31:19 +0000274 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000275 UefiCpuPkg/CpuDxe/CpuDxe.inf
276 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
277 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
davidhuang4ad90a82009-10-20 03:44:25 +0000278 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000279 PcAtChipsetPkg/KbcResetDxe/Reset.inf
280 MdeModulePkg/Universal/Metronome/Metronome.inf {
281 <LibraryClasses>
282 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
283 }
284
klu278e748b2009-07-07 03:21:07 +0000285 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
jljusten49ba9442009-05-27 21:10:18 +0000286 <LibraryClasses>
287 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
288 }
289
290 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
291 <LibraryClasses>
292 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
293 }
294
jljusten27f58ea2009-09-26 07:15:51 +0000295 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
296 <LibraryClasses>
297 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
298 }
299 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
300 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000301 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
302 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
303 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
304 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
305 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
306 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
307 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
308 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
jljusten86fef5b2009-06-30 15:57:29 +0000309 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000310 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
311 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
312 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
313 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
314 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
315 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
316 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
317 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
318 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
319
320 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
321
322 #
323 # ISA Support
324 #
325 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
326 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
327 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
328 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
329 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
330
331 #
332 # ACPI Support
333 #
334 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
335 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
336 OvmfPkg/AcpiTables/AcpiTables.inf
337