]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/BeagleBoardPkg.dsc
Add a PE/COFF extra action lib that DEBUG prints the debugger command to load symbols...
[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
5b792f1a 40 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
41# UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
adbd84b4 42!endif
2ef2b01e 43
5dea9bd6 44 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
f659880b 45 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
2ef2b01e
A
46
47 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
48 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
49
2ef2b01e
A
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
5b792f1a 70 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
71# PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
225290eb
A
72
73
2ef2b01e 74 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
6f72e28d 75 DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
2ef2b01e
A
76 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
77
cb0f9ff1 78 SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf
2ef2b01e
A
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
f659880b
A
106
107 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
2ef2b01e 108
b1c5bd52 109 TimerLib|Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf
cb0f9ff1 110 OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf
2ef2b01e
A
111 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
112
cb0f9ff1 113 GdbSerialLib|Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf
097bd461 114 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
fe35c036 115 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
2ef2b01e 116
5b792f1a 117 UsbLib|AppleCommonPkg/Library/AppleUsbLib/AppleUsbDxeLib.inf
2ef2b01e
A
118
119[LibraryClasses.common.SEC]
5dea9bd6 120 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
2ef2b01e
A
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
ca3ad58b 126 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
9d1d7243 127 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
128 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
2ef2b01e
A
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
eea55531 142# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
143 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
2ef2b01e 144
9d1d7243 145 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
146
147
2ef2b01e
A
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
eea55531 168# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
169 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
2ef2b01e 170
a957d4a7
A
171
172[LibraryClasses.ARM]
5aa324d9 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 #
a957d4a7
A
178 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
179
180
2ef2b01e 181[BuildOptions]
752d258a 182 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7
183 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7
184 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7
8c3f387b 185 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
2ef2b01e 186
5dea9bd6 187 RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu 7-A --thumb
8c3f387b 188 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
2ef2b01e
A
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
d367fe46 219 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
2ef2b01e
A
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
5b792f1a 230 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
2ef2b01e
A
231 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
232 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
233
234# DEBUG_ASSERT_ENABLED 0x01
2ef2b01e 235# DEBUG_PRINT_ENABLED 0x02
2ef2b01e 236# DEBUG_CODE_ENABLED 0x04
2ef2b01e 237# CLEAR_MEMORY_ENABLED 0x08
2ef2b01e 238# ASSERT_BREAKPOINT_ENABLED 0x10
2ef2b01e
A
239# ASSERT_DEADLOOP_ENABLED 0x20
240
241 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
242
243# DEBUG_INIT 0x00000001 // Initialization
2ef2b01e 244# DEBUG_WARN 0x00000002 // Warnings
2ef2b01e 245# DEBUG_LOAD 0x00000004 // Load events
2ef2b01e 246# DEBUG_FS 0x00000008 // EFI File system
2ef2b01e 247# DEBUG_POOL 0x00000010 // Alloc & Free's
2ef2b01e 248# DEBUG_PAGE 0x00000020 // Alloc & Free's
2ef2b01e 249# DEBUG_INFO 0x00000040 // Verbose
2ef2b01e 250# DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
2ef2b01e 251# DEBUG_VARIABLE 0x00000100 // Variable
2ef2b01e 252# DEBUG_BM 0x00000400 // Boot Manager
2ef2b01e 253# DEBUG_BLKIO 0x00001000 // BlkIo Driver
2ef2b01e 254# DEBUG_NET 0x00004000 // SNI Driver
2ef2b01e 255# DEBUG_UNDI 0x00010000 // UNDI Driver
2ef2b01e 256# DEBUG_LOADFILE 0x00020000 // UNDI Driver
2ef2b01e 257# DEBUG_EVENT 0x00080000 // Event messages
2ef2b01e
A
258# DEBUG_ERROR 0x80000000 // Error
259
5b792f1a 260 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
2ef2b01e
A
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
753816a3 301
302 gEmbeddedTokenSpaceGuid.PcdMemoryBase|0x80000000
303 gEmbeddedTokenSpaceGuid.PcdMemorySize|0x10000000
304
305
2ef2b01e
A
306 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80000000
307 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
308
2ef2b01e
A
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
eea55531 337# NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
338 NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
2ef2b01e
A
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
47d5cc90 353 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
2ef2b01e
A
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 #
cb0f9ff1 371 Omap35xxPkg/PciEmulation/PciEmulation.inf
2ef2b01e
A
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 }
319dd747 379
2ef2b01e
A
380 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
381 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
382
5b792f1a 383 AppleCommonPkg/Bus/Pci/EhciDxe/Ehci.inf {
384 <PcdsFixedAtBuild>
385 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
386 }
387 AppleCommonPkg/Bus/Usb/UsbBotDxe/UsbBot.inf\r
388 AppleCommonPkg/Bus/Usb/UsbCbiDxe/Cbi0/UsbCbi0.inf\r
389 AppleCommonPkg/Bus/Usb/UsbCbiDxe/Cbi1/UsbCbi1.inf\r
390 AppleCommonPkg/Bus/Usb/UsbBusDxe/UsbBus.inf\r
391 AppleCommonPkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorage.inf\r
392
2ef2b01e
A
393 #
394 # Nand Flash
395 #
cb0f9ff1 396 Omap35xxPkg/Flash/Flash.inf
2ef2b01e
A
397
398 #
399 # MMC/SD
400 #
cb0f9ff1 401 Omap35xxPkg/MMCHSDxe/MMCHS.inf
2ef2b01e
A
402
403 #
404 # I2C
405 #
cb0f9ff1 406 Omap35xxPkg/SmbusDxe/Smbus.inf
2ef2b01e
A
407
408 #
409 # SoC Drivers
410 #
cb0f9ff1 411 Omap35xxPkg/Gpio/Gpio.inf
412 Omap35xxPkg/InterruptDxe/InterruptDxe.inf
413 Omap35xxPkg/TimerDxe/TimerDxe.inf
2ef2b01e
A
414
415 #
416 # Power IC
417 #
cb0f9ff1 418 Omap35xxPkg/TPS65950Dxe/TPS65950.inf
2ef2b01e
A
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