]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgX64.dsc
OVMF: Use optimized BaseMemoryLib libraries
[mirror_edk2.git] / OvmfPkg / OvmfPkgX64.dsc
1 #/** @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/OvmfX64
27 SUPPORTED_ARCHITECTURES = X64
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
56 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
60 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|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
68 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
69 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
70 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
76 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
77 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
78 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
79 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
80
81 [LibraryClasses.common.SEC]
82 BaseMemoryLib|MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
83 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
84 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
85
86 [LibraryClasses.common.PEI_CORE]
87 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
88 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
89 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
90 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
91 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
92 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
93 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
94 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
95 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
96 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
97 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
98
99 [LibraryClasses.common.PEIM]
100 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
101 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
102 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
103 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
104 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
105 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
106 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
107 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
108 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
109 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
110 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
111 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
112 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
113
114 [LibraryClasses.common.DXE_CORE]
115 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
116 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
117 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
118 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
119 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
120 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
121 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
122 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
123
124 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
125 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
126 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
127 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
128 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
129 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
130 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
131 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
132 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
133 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
134 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
135
136 [LibraryClasses.common.UEFI_DRIVER]
137 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
138 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
139 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
140 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
141 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
142 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
143 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
144 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
145 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
146
147 [LibraryClasses.common.DXE_DRIVER]
148 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
149 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
150 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
151 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
152 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
153 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
154 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
155 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
156 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
157 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
158 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
159 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
160 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
161
162 [LibraryClasses.common.UEFI_APPLICATION]
163 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
164 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
165 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
166 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
167
168 ################################################################################
169 #
170 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
171 #
172 ################################################################################
173 [PcdsFeatureFlag.common]
174 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|TRUE
175 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
176
177 [PcdsFixedAtBuild.common]
178 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
179 gEfiSioTokenSpaceGuid.PcdSerialRegisterBase|0x3F8
180 gEfiSioTokenSpaceGuid.PcdSerialLineControl|0x07
181 gEfiSioTokenSpaceGuid.PcdSerialBoudRate|115200
182
183 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize|0x200000
184 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareBlockSize|0x10000
185 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoveryBase|0xFFE00000
186 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoverySize|0x00200000
187
188 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
189 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
190 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
191 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
192 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
193 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
194 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
195 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
196 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
197
198 gEfiEdkModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
199 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
200
201 [PcdsFeatureFlag.common]
202 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
203 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
204
205 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
206 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
207 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE
208 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE
209
210 [PcdsFixedAtBuild.common]
211 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
212 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
213 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
214
215
216 ################################################################################
217 #
218 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
219 #
220 ################################################################################
221
222 [PcdsDynamicDefault.common]
223 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
224 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
225 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
226 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
227
228
229 ################################################################################
230 #
231 # Components Section - list of all EDK II Modules needed by this Platform.
232 #
233 ################################################################################
234 [Components.common]
235 #
236 # SEC Phase modules
237 #
238 OvmfPkg/Sec/SecMain.inf
239
240 #
241 # PEI Phase modules
242 #
243 MdeModulePkg/Core/Pei/PeiMain.inf
244 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
245 <LibraryClasses>
246 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
247 }
248 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
249 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
250 <LibraryClasses>
251 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
252 }
253
254 OvmfPkg/PlatformPei/PlatformPei.inf {
255 <LibraryClasses>
256 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
257 }
258
259 #
260 # DXE Phase modules
261 #
262 MdeModulePkg/Core/Dxe/DxeMain.inf {
263 <LibraryClasses>
264 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
265 }
266
267 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
268 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
269 <LibraryClasses>
270 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
271 }
272
273 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
274 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
275 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
276 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
277 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
278 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
279 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
280 UefiCpuPkg/CpuDxe/CpuDxe.inf
281 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
282 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
283 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
284 PcAtChipsetPkg/KbcResetDxe/Reset.inf
285 MdeModulePkg/Universal/Metronome/Metronome.inf {
286 <LibraryClasses>
287 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
288 }
289
290 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
291 <LibraryClasses>
292 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
293 }
294
295 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
296 <LibraryClasses>
297 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
298 }
299
300 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
301 <LibraryClasses>
302 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
303 }
304 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
305 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
306 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
307 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
308 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
309 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
310 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
311 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
312 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
313 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
314 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
315 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
316 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
317 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
318 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
319 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
320 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
321 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
322 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
323 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
324
325 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
326
327 #
328 # ISA Support
329 #
330 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
331 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
332 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
333 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
334 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
335
336 #
337 # ACPI Support
338 #
339 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
340 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
341 OvmfPkg/AcpiTables/AcpiTables.inf
342