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