]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc
CorebootPayloadPkg: Remove trailing white space
[mirror_edk2.git] / CorebootPayloadPkg / CorebootPayloadPkgIa32X64.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
9c228fb0 27 SUPPORTED_ARCHITECTURES = IA32|X64\r
090b856b 28 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
9c228fb0 29 SKUID_IDENTIFIER = DEFAULT\r
08fc1818 30 OUTPUT_DIRECTORY = Build/CorebootPayloadPkgX64\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 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
139\r
140[LibraryClasses.IA32.SEC]\r
141 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
142 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
143 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
144 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
145 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
146 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
147\r
148[LibraryClasses.IA32.PEI_CORE, LibraryClasses.IA32.PEIM]\r
149 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
150 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
151 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
152 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
153 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
154!if $(SOURCE_DEBUG_ENABLE)\r
155 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
156!endif\r
157\r
158[LibraryClasses.common.DXE_CORE]\r
159 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
160 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
161 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
162 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
13986b69 163 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
9c228fb0
MM
164!if $(SOURCE_DEBUG_ENABLE)\r
165 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
13986b69 166!endif
9c228fb0
MM
167 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
168\r
13986b69 169[LibraryClasses.common.DXE_DRIVER]
9c228fb0
MM
170 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
171 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
172 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
173 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
174 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
175 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
13986b69 176
9c228fb0
MM
177[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
178 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
179 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
180 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
181 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
13986b69 182
9c228fb0
MM
183[LibraryClasses.common.UEFI_DRIVER,LibraryClasses.common.UEFI_APPLICATION]\r
184 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
185 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
186 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
13986b69
LL
187 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
188
9c228fb0
MM
189################################################################################\r
190#\r
191# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
192#\r
193################################################################################\r
194[PcdsFeatureFlag]\r
195 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE\r
196 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r
197 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE\r
198 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
199 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
200\r
201[PcdsFixedAtBuild]\r
202 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x7\r
203 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
204!if $(SOURCE_DEBUG_ENABLE)\r
205 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
206!else\r
207 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
208!endif\r
209 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x10000\r
210 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
211 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000\r
13986b69
LL
212
213 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
8e0fdb3a 214 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable|TRUE\r
9c228fb0
MM
215\r
216!if $(SOURCE_DEBUG_ENABLE)\r
217 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
218!endif\r
219\r
bae5ddc0
SZ
220[PcdsPatchableInModule.common]\r
221 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|FALSE\r
222 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x03F8\r
223\r
9c228fb0
MM
224################################################################################\r
225#\r
226# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
227#\r
228################################################################################\r
229\r
230[PcdsDynamicDefault]\r
231 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
232 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
233 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
234 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
235\r
236\r
237################################################################################\r
238#\r
239# Components Section - list of all EDK II Modules needed by this Platform.\r
240#\r
241################################################################################\r
242[Components.IA32]\r
243 #\r
244 # SEC Core\r
245 #\r
246 CorebootModulePkg/SecCore/SecCore.inf\r
13986b69 247
9c228fb0
MM
248 #\r
249 # PEI Core\r
250 #\r
251 MdeModulePkg/Core/Pei/PeiMain.inf\r
13986b69 252
9c228fb0
MM
253 #\r
254 # PEIM\r
255 #\r
256 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
257 <LibraryClasses>\r
258 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
259 }\r
260 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
13986b69
LL
261
262 CorebootModulePkg/CbSupportPei/CbSupportPei.inf
9c228fb0
MM
263 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
264\r
265[Components.X64]\r
266 #\r
267 # DXE Core\r
268 #\r
269 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
270 <LibraryClasses>\r
271 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
272 }\r
13986b69 273
9c228fb0
MM
274 #\r
275 # Components that produce the architectural protocols\r
276 #\r
277 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
278 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
279 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
280 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
281 MdeModulePkg/Universal/Metronome/Metronome.inf\r
282 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
283 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
284 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
285 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
13986b69
LL
286 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
287 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
9c228fb0 288 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
13986b69 289
9c228fb0 290 #\r
13986b69 291 # Following are the DXE drivers
9c228fb0
MM
292 #\r
293 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
294 <LibraryClasses>\r
295 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
296 }\r
13986b69 297
9c228fb0
MM
298 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
299 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
300 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
301 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
13986b69 302 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
9c228fb0 303 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
13986b69 304 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
9c228fb0 305 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
13986b69
LL
306
307 CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf
308
9c228fb0
MM
309 #\r
310 # SMBIOS Support\r
311 #\r
312 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
13986b69 313
9c228fb0
MM
314 #\r
315 # ACPI Support\r
316 #\r
13986b69
LL
317 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
318
9c228fb0
MM
319 #\r
320 # PCI Support\r
13986b69 321 #
4665ec98 322 DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf\r
13986b69
LL
323 DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
324
9c228fb0
MM
325 #\r
326 # SCSI/ATA/IDE/DISK Support\r
327 #\r
328 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
329 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
330 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
eeb69ffc 331 FatPkg/EnhancedFatDxe/Fat.inf
13986b69 332 DuetPkg/SataControllerDxe/SataControllerDxe.inf
9c228fb0 333 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
13986b69 334 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
9c228fb0
MM
335 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
336 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
13986b69 337
9c228fb0
MM
338 #\r
339 # Usb Support\r
340 #\r
341 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
342 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
343 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
344 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
345 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
346 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
13986b69 347
9c228fb0
MM
348 #\r
349 # ISA Support\r
350 #\r
bae5ddc0 351 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
13986b69 352
9c228fb0
MM
353 #\r
354 # Console Support\r
355 #\r
356 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
357 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
358 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
359 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
13986b69
LL
360
361
9c228fb0 362 #\r
13986b69 363 # Framebuffer Gop
9c228fb0
MM
364 #\r
365 CorebootPayloadPkg/FbGop/FbGop.inf\r