]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32.dsc
Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also added...
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32.dsc
1 #/** @file
2 # EFI/Framework Open Virtual Machine Firmware (OVMF) platform
3 #
4 # Copyright (c) 2006 - 2010, 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 [BuildOptions]
33 GCC:*_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
34 INTEL:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
35 MSFT:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
36
37 ################################################################################
38 #
39 # SKU Identification section - list of all SKU IDs supported by this Platform.
40 #
41 ################################################################################
42 [SkuIds]
43 0|DEFAULT
44
45 ################################################################################
46 #
47 # Library Class section - list of all Library Classes needed by this Platform.
48 #
49 ################################################################################
50 [LibraryClasses.common]
51 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
52 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
55 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
56 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
57 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
58 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
59 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
60 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.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
86 [LibraryClasses.common.SEC]
87 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
88 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
89 ExtractGuidedSectionLib|OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.inf
90
91 [LibraryClasses.common.PEI_CORE]
92 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
93 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
94 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
95 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
96 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
97 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
98 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
99 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
100 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
101 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
102 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
103
104 [LibraryClasses.common.PEIM]
105 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
106 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
107 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
108 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
109 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
110 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
111 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
112 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
113 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
114 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
115 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
116 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
117 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
118
119 [LibraryClasses.common.DXE_CORE]
120 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
121 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
122 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
123 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
124 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
125 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
126 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
127 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
128
129 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
130 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
131 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
132 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
133 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
134 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
135 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
136 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
137 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
138 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
139
140 [LibraryClasses.common.UEFI_DRIVER]
141 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
142 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
143 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
144 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
145 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
146 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
147 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
148 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
149
150 [LibraryClasses.common.DXE_DRIVER]
151 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
152 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
153 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
154 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
155 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
156 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
157 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
158 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
159 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
160 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
161 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
162 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
163 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
164
165 [LibraryClasses.common.UEFI_APPLICATION]
166 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
167 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
168 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
169 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
170
171 ################################################################################
172 #
173 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
174 #
175 ################################################################################
176 [PcdsFeatureFlag.common]
177 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
178 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
179
180 [PcdsFixedAtBuild.common]
181 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
182 gEfiSioTokenSpaceGuid.PcdSerialRegisterBase|0x3F8
183 gEfiSioTokenSpaceGuid.PcdSerialLineControl|0x07
184 gEfiSioTokenSpaceGuid.PcdSerialBoudRate|115200
185
186 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
187 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
188 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
189 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
190 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
191 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
192 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
193 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
194 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
195
196 gEfiEdkModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
197 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
198
199 [PcdsFeatureFlag.common]
200 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
201 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
202
203 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
204 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
205 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE
206 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE
207
208 [PcdsFixedAtBuild.common]
209 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
210 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
211 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
212
213 ################################################################################
214 #
215 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
216 #
217 ################################################################################
218
219 [PcdsDynamicDefault.common]
220 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
221 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
222 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
223 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
224
225
226 ################################################################################
227 #
228 # Components Section - list of all EDK II Modules needed by this Platform.
229 #
230 ################################################################################
231 [Components.common]
232 #
233 # SEC Phase modules
234 #
235 OvmfPkg/Sec/SecMain.inf {
236 <LibraryClasses>
237 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
238 }
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
251 OvmfPkg/PlatformPei/PlatformPei.inf {
252 <LibraryClasses>
253 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
254 }
255
256 #
257 # DXE Phase modules
258 #
259 MdeModulePkg/Core/Dxe/DxeMain.inf {
260 <LibraryClasses>
261 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
262 }
263
264 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
265 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
266 <LibraryClasses>
267 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
268 }
269
270 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
271 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
272 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
273 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
274 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
275 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
276 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
277 UefiCpuPkg/CpuDxe/CpuDxe.inf
278 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
279 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
280 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
281 PcAtChipsetPkg/KbcResetDxe/Reset.inf
282 MdeModulePkg/Universal/Metronome/Metronome.inf {
283 <LibraryClasses>
284 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
285 }
286
287 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
288 <LibraryClasses>
289 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
290 }
291
292 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
293 <LibraryClasses>
294 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
295 }
296
297 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
298 <LibraryClasses>
299 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
300 }
301 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
302 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
303 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
304 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
305 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
306 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
307 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
308 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
309 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
310 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
311 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
312 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
313 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
314 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
315 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
316 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
317 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
318 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
319 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
320 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
321
322 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
323
324 #
325 # ISA Support
326 #
327 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
328 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
329 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
330 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
331 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
332
333 #
334 # ACPI Support
335 #
336 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
337 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
338 OvmfPkg/AcpiTables/AcpiTables.inf
339