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