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