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