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