]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/BeagleBoardPkg.dsc
Minor update to fix typos and update the file to use \r\n as end of line
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg.dsc
CommitLineData
2ef2b01e
A
1#/** @file
2# Beagle board package.
3#
4# Copyright (c) 2009, Apple Inc. All rights reserved.
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 = BeagleBoardPkg
23 PLATFORM_GUID = 91fa6c28-33df-46ac-aee6-292d6811ea31
24 PLATFORM_VERSION = 0.1
25 DSC_SPECIFICATION = 0x00010005
26 OUTPUT_DIRECTORY = Build/BeagleBoard
27 SUPPORTED_ARCHITECTURES = ARM
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = BeagleBoardPkg/BeagleBoardPkg.fdf
31 DEFINE TARGET_HACK = DEBUG
32
33
34[LibraryClasses.common]
adbd84b4 35!if DEBUG_TARGET == RELEASE
36 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
37!else
2ef2b01e 38 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
adbd84b4 39!endif
2ef2b01e
A
40
41 ArmLib|ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexArmLib.inf
f659880b 42 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
2ef2b01e
A
43
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
45 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
46
47 BeagleBoardSystemLib|BeagleBoardPkg/Library/BeagleBoardSystemLib/BeagleBoardSystemLib.inf
48 EfiResetSystemLib|BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf
49
50 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
51 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
52 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
53
54 EblCmdLib|BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.inf
55
56 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
57
58
59 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
225290eb
A
60
61 #
62 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
63 # in the debugger will show load and unload commands for symbols. You can cut and paste this
64 # into the command window to load symbols. We should be able to use a script to do this, but
65 # the version of RVD I have does not support scipts accessing system memory.
66 #
67# PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
2ef2b01e 68 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
225290eb
A
69
70
2ef2b01e 71 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
6f72e28d 72 DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
2ef2b01e
A
73 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
74
cb0f9ff1 75 SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf
2ef2b01e
A
76 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
77
78 RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf
79
80 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
81
82 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
83 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
84 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
85 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
86 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
87 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
88
89 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
90 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
91 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
92
93#
94# Assume everything is fixed at build
95#
96 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
97
98 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
99
100 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
101 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
102
f659880b
A
103 # UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
104 UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
105
106 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
2ef2b01e 107
cb0f9ff1 108 TimerLib|Omap35xxPkg/Library/BeagleBoardTimerLib/BeagleBoardTimerLib.inf
109 OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf
2ef2b01e
A
110 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
111
cb0f9ff1 112 GdbSerialLib|Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf
2ef2b01e
A
113
114
115[LibraryClasses.common.SEC]
116 ArmLib|ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexArmLibPrePi.inf
117 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
118 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
119 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
120 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
121 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
ca3ad58b 122 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
2ef2b01e
A
123
124[LibraryClasses.common.PEI_CORE]
125 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
126 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
127
128[LibraryClasses.common.DXE_CORE]
129 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
130 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
131 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
132 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
133 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
134 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
135 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
ca3ad58b 136 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
137# PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
2ef2b01e
A
138
139[LibraryClasses.common.DXE_DRIVER]
140 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
141 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
142 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
143
144
145[LibraryClasses.common.UEFI_APPLICATION]
146 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
147 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
148
149[LibraryClasses.common.UEFI_DRIVER]
150 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
151 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
152 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
153
154[LibraryClasses.common.DXE_RUNTIME_DRIVER]
155 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
156 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
157 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
158 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
ca3ad58b 159 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
160# PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
2ef2b01e 161
a957d4a7
A
162
163[LibraryClasses.ARM]
a957d4a7
A
164 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
165
166
2ef2b01e
A
167[BuildOptions]
168 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv6 -march=armv6
169 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv6
170 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv6
8c3f387b 171 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
2ef2b01e 172
e303288b 173 RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb
8c3f387b 174 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
2ef2b01e
A
175
176################################################################################
177#
178# Pcd Section - list of all EDK II PCD Entries defined by this Platform
179#
180################################################################################
181
182[PcdsFeatureFlag.common]
183 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
184 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
185 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
186 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
187
188 #
189 # Control what commands are supported from the UI
190 # Turn these on and off to add features or save size
191 #
192 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
193 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
194 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
195 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
196 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
197 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
198 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
199
200 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
201
202 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
203 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
204
205 #
206 # Beagle board Specific PCDs
207 #
208
209[PcdsFixedAtBuild.common]
210 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2"
211 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
212 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
213 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
214 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
215 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
216 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
217 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
218 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
219 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
220 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
221
222# DEBUG_ASSERT_ENABLED 0x01
2ef2b01e 223# DEBUG_PRINT_ENABLED 0x02
2ef2b01e 224# DEBUG_CODE_ENABLED 0x04
2ef2b01e 225# CLEAR_MEMORY_ENABLED 0x08
2ef2b01e 226# ASSERT_BREAKPOINT_ENABLED 0x10
2ef2b01e
A
227# ASSERT_DEADLOOP_ENABLED 0x20
228
229 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
230
231# DEBUG_INIT 0x00000001 // Initialization
2ef2b01e 232# DEBUG_WARN 0x00000002 // Warnings
2ef2b01e 233# DEBUG_LOAD 0x00000004 // Load events
2ef2b01e 234# DEBUG_FS 0x00000008 // EFI File system
2ef2b01e 235# DEBUG_POOL 0x00000010 // Alloc & Free's
2ef2b01e 236# DEBUG_PAGE 0x00000020 // Alloc & Free's
2ef2b01e 237# DEBUG_INFO 0x00000040 // Verbose
2ef2b01e 238# DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
2ef2b01e 239# DEBUG_VARIABLE 0x00000100 // Variable
2ef2b01e 240# DEBUG_BM 0x00000400 // Boot Manager
2ef2b01e 241# DEBUG_BLKIO 0x00001000 // BlkIo Driver
2ef2b01e 242# DEBUG_NET 0x00004000 // SNI Driver
2ef2b01e 243# DEBUG_UNDI 0x00010000 // UNDI Driver
2ef2b01e 244# DEBUG_LOADFILE 0x00020000 // UNDI Driver
2ef2b01e 245# DEBUG_EVENT 0x00080000 // Event messages
2ef2b01e
A
246# DEBUG_ERROR 0x80000000 // Error
247
248 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000004
249
250 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
251
252 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
253 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
254 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
255
256 gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize|0
257 gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress|0
258 gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize|0
259 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|0
260 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize|0
261
262#
263# Optional feature to help prevent EFI memory map fragments
264# Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
265# Values are in EFI Pages (4K). DXE Core will make sure that
266# at least this much of each type of memory can be allocated
267# from a single memory range. This way you only end up with
268# maximum of two fragements for each type in the memory map
269# (the memory used, and the free memory that was prereserved
270# but not used).
271#
272 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
273 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
274 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
275 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
276 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
277 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
278 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
279 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
280 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
281
282
283#
284# Beagle board Specific PCDs
285#
286 gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|0x80001000
287 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x87FE0000 # stack at top of memory
288 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x20000 # 128K stack
289 gBeagleBoardTokenSpaceGuid.PcdBeagleBoardIRAMFullSize|0x00000000
290 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80000000
291 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
292
293 gBeagleBoardTokenSpaceGuid.PcdBeagleGpmcOffset|0x6E000000
294 gBeagleBoardTokenSpaceGuid.PcdBeagleMMCHS1Base|0x4809C000
295
296 # Console
297 gBeagleBoardTokenSpaceGuid.PcdBeagleConsoleUart|3
298
299 # Timers
2ef2b01e 300 gBeagleBoardTokenSpaceGuid.PcdBeagleArchTimer|3
2ef2b01e
A
301 gBeagleBoardTokenSpaceGuid.PcdBeagleFreeTimer|4
302 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
303 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdPerformanceCounterPeriodInNanoseconds|77
304 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdPerformanceCounterFrequencyInHz|13000000
305
306 #
307 # ARM Pcds
308 #
309 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
310
311################################################################################
312#
313# Components Section - list of all EDK II Modules needed by this Platform
314#
315################################################################################
316[Components.common]
317
318#
319# SEC
320#
321 BeagleBoardPkg/Sec/Sec.inf
322
323#
324# DXE
325#
326 MdeModulePkg/Core/Dxe/DxeMain.inf {
327 <LibraryClasses>
328 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
329 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
330 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
ca3ad58b 331# NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
2ef2b01e
A
332 }
333
334 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
335
336 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
337 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
338 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
339 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
340 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
341 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
342 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
343
344 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
345 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
47d5cc90 346 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
2ef2b01e
A
347
348 #
349 # Semi-hosting filesystem
350 #
351 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
352
353 #
354 # FAT filesystem + GPT/MBR partitioning
355 #
356 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
357 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
358 FatPkg/EnhancedFatDxe/Fat.inf
359 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
360
361 #
362 # USB
363 #
cb0f9ff1 364 Omap35xxPkg/PciEmulation/PciEmulation.inf
2ef2b01e
A
365
366 #NOTE: Open source EHCI stack doesn't work on Beagleboard.
367 #NOTE: UsbBus and UsbMassStorage don't work using iPhone SDK tool chain.
368 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
369 <PcdsFixedAtBuild>
370 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
371 }
372 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
373 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
374
375 #
376 # Nand Flash
377 #
cb0f9ff1 378 Omap35xxPkg/Flash/Flash.inf
2ef2b01e
A
379
380 #
381 # MMC/SD
382 #
cb0f9ff1 383 Omap35xxPkg/MMCHSDxe/MMCHS.inf
2ef2b01e
A
384
385 #
386 # I2C
387 #
cb0f9ff1 388 Omap35xxPkg/SmbusDxe/Smbus.inf
2ef2b01e
A
389
390 #
391 # SoC Drivers
392 #
cb0f9ff1 393 Omap35xxPkg/Gpio/Gpio.inf
394 Omap35xxPkg/InterruptDxe/InterruptDxe.inf
395 Omap35xxPkg/TimerDxe/TimerDxe.inf
2ef2b01e
A
396
397 #
398 # Power IC
399 #
cb0f9ff1 400 Omap35xxPkg/TPS65950Dxe/TPS65950.inf
2ef2b01e
A
401
402 #
403 # Application
404 #
405 EmbeddedPkg/Ebl/Ebl.inf
406
407 #
408 # Bds
409 #
410 BeagleBoardPkg/Bds/Bds.inf
411
412 #
413 # Gdb Stub
414 #
415 EmbeddedPkg/GdbStub/GdbStub.inf
416 ArmPkg/Drivers/DebugSupportDxe/DebugSupportDxe.inf
417