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