]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/BeagleBoardPkg.dsc
Add in OmapDmaLib instance.
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg.dsc
1 #/** @file
2 # Beagle board package.
3 #
4 # Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
5 #
6 # 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
32
33 [LibraryClasses.common]
34 !if $(BUILD_TARGETS) == RELEASE
35 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
36 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
37 !else
38 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
39 UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
40 !endif
41
42 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
43 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
44
45 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
46 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
47
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
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
68 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
69 # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
70
71
72 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
73 DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
74 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
75
76 SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf
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
104
105 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
106
107 TimerLib|Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf
108 OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf
109 OmapDmaLib|Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf
110 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
111
112 GdbSerialLib|Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf
113 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
114 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
115
116 [LibraryClasses.common.SEC]
117 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.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 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
124 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
125 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
126
127 # 1/123 faster than Stm or Vstm version
128 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.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 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
153
154
155 [LibraryClasses.common.UEFI_APPLICATION]
156 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
157 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
158 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
159
160 [LibraryClasses.common.UEFI_DRIVER]
161 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
162 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
163 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
164 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
165
166 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
167 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
168 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
169 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
170 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
171 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
172 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
173
174
175 [LibraryClasses.ARM]
176 #
177 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
178 # This library provides the instrinsic functions generate by a given compiler.
179 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
180 #
181 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
182
183
184 [BuildOptions]
185 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7
186 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7
187 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7
188 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
189
190 RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb
191 RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu Cortex-A8
192 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
193
194 ################################################################################
195 #
196 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
197 #
198 ################################################################################
199
200 [PcdsFeatureFlag.common]
201 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
202 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
203 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
204 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
205
206 #
207 # Control what commands are supported from the UI
208 # Turn these on and off to add features or save size
209 #
210 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
211 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
212 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
213 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
214 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
215 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
216 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
217
218 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
219
220 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
221 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
222
223 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
224
225 [PcdsFixedAtBuild.common]
226 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2 %a"
227 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
228 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
229 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
230 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
231 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
232 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
233 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
234 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
235 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
236 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
237
238 # DEBUG_ASSERT_ENABLED 0x01
239 # DEBUG_PRINT_ENABLED 0x02
240 # DEBUG_CODE_ENABLED 0x04
241 # CLEAR_MEMORY_ENABLED 0x08
242 # ASSERT_BREAKPOINT_ENABLED 0x10
243 # ASSERT_DEADLOOP_ENABLED 0x20
244
245 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
246
247 # DEBUG_INIT 0x00000001 // Initialization
248 # DEBUG_WARN 0x00000002 // Warnings
249 # DEBUG_LOAD 0x00000004 // Load events
250 # DEBUG_FS 0x00000008 // EFI File system
251 # DEBUG_POOL 0x00000010 // Alloc & Free's
252 # DEBUG_PAGE 0x00000020 // Alloc & Free's
253 # DEBUG_INFO 0x00000040 // Verbose
254 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
255 # DEBUG_VARIABLE 0x00000100 // Variable
256 # DEBUG_BM 0x00000400 // Boot Manager
257 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
258 # DEBUG_NET 0x00004000 // SNI Driver
259 # DEBUG_UNDI 0x00010000 // UNDI Driver
260 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
261 # DEBUG_EVENT 0x00080000 // Event messages
262 # DEBUG_ERROR 0x80000000 // Error
263
264 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
265
266 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
267
268 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
269 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
270 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
271
272 gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize|0
273 gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress|0
274 gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize|0
275 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|0
276 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize|0
277
278 #
279 # Optional feature to help prevent EFI memory map fragments
280 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
281 # Values are in EFI Pages (4K). DXE Core will make sure that
282 # at least this much of each type of memory can be allocated
283 # from a single memory range. This way you only end up with
284 # maximum of two fragements for each type in the memory map
285 # (the memory used, and the free memory that was prereserved
286 # but not used).
287 #
288 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
289 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
290 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
291 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
292 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
293 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
294 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
295 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
296 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
297
298
299 #
300 # Beagle board Specific PCDs
301 #
302 gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|0x80001000
303 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x87FE0000 # stack at top of memory
304 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x20000 # 128K stack
305
306 gEmbeddedTokenSpaceGuid.PcdMemoryBase|0x80000000
307 gEmbeddedTokenSpaceGuid.PcdMemorySize|0x10000000
308
309
310 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80000000
311 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
312
313 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
314 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
315 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
316
317 #
318 # ARM Pcds
319 #
320 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
321
322 ################################################################################
323 #
324 # Components Section - list of all EDK II Modules needed by this Platform
325 #
326 ################################################################################
327 [Components.common]
328
329 #
330 # SEC
331 #
332 BeagleBoardPkg/Sec/Sec.inf
333
334 #
335 # DXE
336 #
337 MdeModulePkg/Core/Dxe/DxeMain.inf {
338 <LibraryClasses>
339 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
340 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
341 # NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
342 NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
343 }
344
345 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
346
347 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
348 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
349 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
350 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
351 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
352 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
353 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
354
355 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
356 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
357 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
358
359 #
360 # Semi-hosting filesystem
361 #
362 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
363
364 #
365 # FAT filesystem + GPT/MBR partitioning
366 #
367 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
368 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
369 FatPkg/EnhancedFatDxe/Fat.inf
370 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
371
372 #
373 # USB
374 #
375 Omap35xxPkg/PciEmulation/PciEmulation.inf
376
377 #NOTE: Open source EHCI stack doesn't work on Beagleboard.
378 #NOTE: UsbBus and UsbMassStorage don't work using iPhone SDK tool chain.
379 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
380 <PcdsFixedAtBuild>
381 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
382 }
383
384 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
385 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
386
387
388 #
389 # Nand Flash
390 #
391 Omap35xxPkg/Flash/Flash.inf
392
393 #
394 # MMC/SD
395 #
396 Omap35xxPkg/MMCHSDxe/MMCHS.inf
397
398 #
399 # I2C
400 #
401 Omap35xxPkg/SmbusDxe/Smbus.inf
402
403 #
404 # SoC Drivers
405 #
406 Omap35xxPkg/Gpio/Gpio.inf
407 Omap35xxPkg/InterruptDxe/InterruptDxe.inf
408 Omap35xxPkg/TimerDxe/TimerDxe.inf
409
410 #
411 # Power IC
412 #
413 Omap35xxPkg/TPS65950Dxe/TPS65950.inf
414
415 #
416 # Application
417 #
418 EmbeddedPkg/Ebl/Ebl.inf
419
420 #
421 # Bds
422 #
423 BeagleBoardPkg/Bds/Bds.inf
424
425 #
426 # Example Application
427 #
428 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
429