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