]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc
SecurityPkg: Fix TPM 1.2 NV Storage Command Size byte order
[mirror_edk2.git] / CorebootPayloadPkg / CorebootPayloadPkgIa32.dsc
CommitLineData
9c228fb0
MM
1## @file\r
2# Coreboot Payload Package\r
3#\r
13986b69 4# Provides drivers and definitions to create uefi payload for coreboot.
9c228fb0 5#\r
eeb69ffc 6# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
13986b69
LL
7# This program and the accompanying materials are licensed and made available under
8# the terms and conditions of the BSD License that accompanies this distribution.
9c228fb0 9# The full text of the license may be found at\r
13986b69
LL
10# http://opensource.org/licenses/bsd-license.php.
11#
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
9c228fb0
MM
14#\r
15##\r
16\r
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 PLATFORM_NAME = CorebootPayloadPkg\r
24 PLATFORM_GUID = F71608AB-D63D-4491-B744-A99998C8CD96\r
25 PLATFORM_VERSION = 0.1\r
13986b69 26 DSC_SPECIFICATION = 0x00010005
410952bf 27 SUPPORTED_ARCHITECTURES = IA32\r
090b856b 28 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
9c228fb0 29 SKUID_IDENTIFIER = DEFAULT\r
08fc1818 30 OUTPUT_DIRECTORY = Build/CorebootPayloadPkgIA32\r
9c228fb0 31 FLASH_DEFINITION = CorebootPayloadPkg/CorebootPayloadPkg.fdf\r
13986b69 32
9c228fb0
MM
33 DEFINE SECURE_BOOT_ENABLE = FALSE\r
34 DEFINE SOURCE_DEBUG_ENABLE = FALSE\r
13986b69 35
9c228fb0
MM
36[BuildOptions]\r
37 GCC:*_UNIXGCC_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
38 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
39 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
40 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
41\r
42################################################################################\r
43#\r
44# SKU Identification section - list of all SKU IDs supported by this Platform.\r
45#\r
46################################################################################\r
47[SkuIds]\r
48 0|DEFAULT\r
49\r
50################################################################################\r
51#\r
52# Library Class section - list of all Library Classes needed by this Platform.\r
53#\r
54################################################################################\r
55[LibraryClasses]\r
56 #\r
57 # Entry point\r
58 #\r
59 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
60 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
61 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
62 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
63 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
64\r
65 #\r
66 # Basic\r
67 #\r
13986b69 68 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
9c228fb0
MM
69 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
70 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
71 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
72 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
73 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
74 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
75 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
76 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
77 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
78 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
13986b69 79
9c228fb0
MM
80 #\r
81 # UEFI & PI\r
82 #\r
83 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
84 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
85 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
86 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
87 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
88 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
89 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
90 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
91 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
92 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
93 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
94 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
95 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
13986b69 96
9c228fb0
MM
97 #\r
98 # Generic Modules\r
99 #\r
100 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
101 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
102 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
103 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
104 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
105 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
106 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
13986b69 107
9c228fb0
MM
108 #\r
109 # CPU\r
110 #\r
111 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
13986b69
LL
112 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
113
9c228fb0
MM
114 #\r
115 # Platform\r
116 #\r
117 TimerLib|CorebootPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
118 ResetSystemLib|CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
bae5ddc0
SZ
119 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
120 PlatformHookLib|CorebootPayloadPkg/Library/PlatformHookLib/PlatformHookLib.inf\r
9c228fb0 121 PlatformBdsLib|CorebootPayloadPkg/Library/PlatformBdsLib/PlatformBdsLib.inf\r
13986b69 122
9c228fb0
MM
123 #\r
124 # Misc\r
125 #\r
126 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
127 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
128 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
129!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
130 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
131 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
132!else\r
133 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
13986b69 134 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
9c228fb0
MM
135!endif\r
136 CbParseLib|CorebootModulePkg/Library/CbParseLib/CbParseLib.inf\r
137 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
138\r
139[LibraryClasses.IA32.SEC]\r
140 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
141 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
142 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
143 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
144 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
145 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
146\r
147[LibraryClasses.IA32.PEI_CORE, LibraryClasses.IA32.PEIM]\r
148 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
149 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
150 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
151 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
152 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
153!if $(SOURCE_DEBUG_ENABLE)\r
154 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
155!endif\r
156\r
157[LibraryClasses.common.DXE_CORE]\r
158 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
159 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
160 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
161 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
13986b69 162 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
9c228fb0
MM
163!if $(SOURCE_DEBUG_ENABLE)\r
164 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
13986b69 165!endif
9c228fb0
MM
166 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
167\r
13986b69 168[LibraryClasses.common.DXE_DRIVER]
9c228fb0
MM
169 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
170 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
171 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
172 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
173 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
174 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
13986b69 175
9c228fb0
MM
176[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
177 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
178 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
179 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
180 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
13986b69 181
9c228fb0
MM
182[LibraryClasses.common.UEFI_DRIVER,LibraryClasses.common.UEFI_APPLICATION]\r
183 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
184 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
185 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
13986b69
LL
186 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
187
9c228fb0
MM
188################################################################################\r
189#\r
190# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
191#\r
192################################################################################\r
193[PcdsFeatureFlag]\r
194 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE\r
195 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r
196 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
197 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
198 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
199\r
200[PcdsFixedAtBuild]\r
201 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x7\r
202 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
203!if $(SOURCE_DEBUG_ENABLE)\r
204 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
205!else\r
206 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
207!endif\r
208 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x10000\r
209 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
210 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000\r
13986b69
LL
211
212 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
9c228fb0
MM
213\r
214!if $(SOURCE_DEBUG_ENABLE)\r
215 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
216!endif\r
217\r
bae5ddc0
SZ
218[PcdsPatchableInModule.common]\r
219 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|FALSE\r
220 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x03F8\r
221\r
9c228fb0
MM
222################################################################################\r
223#\r
224# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
225#\r
226################################################################################\r
227\r
228[PcdsDynamicDefault]\r
229 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
230 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
231 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
232 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
233\r
234\r
235################################################################################\r
236#\r
237# Components Section - list of all EDK II Modules needed by this Platform.\r
238#\r
239################################################################################\r
240[Components.IA32]\r
241 #\r
242 # SEC Core\r
243 #\r
244 CorebootModulePkg/SecCore/SecCore.inf\r
13986b69 245
9c228fb0
MM
246 #\r
247 # PEI Core\r
248 #\r
249 MdeModulePkg/Core/Pei/PeiMain.inf\r
13986b69 250
9c228fb0
MM
251 #\r
252 # PEIM\r
253 #\r
254 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
255 <LibraryClasses>\r
256 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
257 }\r
258 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
13986b69
LL
259
260 CorebootModulePkg/CbSupportPei/CbSupportPei.inf
9c228fb0
MM
261 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
262\r
263[Components.IA32]\r
264 #\r
265 # DXE Core\r
266 #\r
267 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
268 <LibraryClasses>\r
269 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
270 }\r
13986b69 271
9c228fb0
MM
272 #\r
273 # Components that produce the architectural protocols\r
274 #\r
275 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
276 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
277 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
278 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
279 MdeModulePkg/Universal/Metronome/Metronome.inf\r
280 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
281 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
282 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
283 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
13986b69
LL
284 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
285 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
9c228fb0 286 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
13986b69 287
9c228fb0 288 #\r
13986b69 289 # Following are the DXE drivers
9c228fb0
MM
290 #\r
291 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
292 <LibraryClasses>\r
293 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
294 }\r
13986b69 295
9c228fb0
MM
296 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
297 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
298 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
299 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
13986b69 300 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
9c228fb0 301 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
13986b69 302 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
9c228fb0 303 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
13986b69
LL
304
305 CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf
306
9c228fb0
MM
307 #\r
308 # SMBIOS Support\r
309 #\r
310 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
13986b69 311
9c228fb0
MM
312 #\r
313 # ACPI Support\r
314 #\r
13986b69
LL
315 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
316
9c228fb0
MM
317 #\r
318 # PCI Support\r
319 #\r
81a23a0f
LL
320 CorebootModulePkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
321 CorebootModulePkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
13986b69 322
9c228fb0
MM
323 #\r
324 # SCSI/ATA/IDE/DISK Support\r
325 #\r
326 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
327 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
328 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
eeb69ffc 329 FatPkg/EnhancedFatDxe/Fat.inf
81a23a0f 330 CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf
9c228fb0 331 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
13986b69 332 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
9c228fb0
MM
333 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
334 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
13986b69 335
9c228fb0
MM
336 #\r
337 # Usb Support\r
338 #\r
339 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
340 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
341 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
342 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
343 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
344 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
13986b69 345
9c228fb0
MM
346 #\r
347 # ISA Support\r
348 #\r
bae5ddc0 349 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
13986b69 350
9c228fb0
MM
351 #\r
352 # Console Support\r
353 #\r
354 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
355 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
356 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
357 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
13986b69
LL
358
359
9c228fb0 360 #\r
13986b69 361 # Framebuffer Gop
9c228fb0
MM
362 #\r
363 CorebootPayloadPkg/FbGop/FbGop.inf\r