]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/BeagleBoardPkg.dsc
Change to a NEON compatible CPU Arch (ARMv7 is NEON optional) and add performance...
[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
2ef2b01e
A
31
32
33[LibraryClasses.common]
aebb096e 34!if $(BUILD_TARGETS) == RELEASE
adbd84b4 35 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
aebb096e 36 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
adbd84b4 37!else
2ef2b01e 38 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
e89e593c 39 UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
adbd84b4 40!endif
2ef2b01e 41
5dea9bd6 42 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
f659880b 43 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
2ef2b01e
A
44
45 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
46 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
47
2ef2b01e
A
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
225290eb
A
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
5b792f1a 68 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
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 114
2ef2b01e 115[LibraryClasses.common.SEC]
5dea9bd6 116 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
2ef2b01e
A
117 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
118 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
119 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
120 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
121 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
ca3ad58b 122 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
9d1d7243 123 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
124 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.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 140
9d1d7243 141 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
142
143
2ef2b01e
A
144[LibraryClasses.common.DXE_DRIVER]
145 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
146 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
147 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
d02b28d7 148 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
2ef2b01e
A
149
150
151[LibraryClasses.common.UEFI_APPLICATION]
152 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
153 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
d02b28d7 154 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
2ef2b01e
A
155
156[LibraryClasses.common.UEFI_DRIVER]
157 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
158 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
159 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
d02b28d7 160 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
2ef2b01e
A
161
162[LibraryClasses.common.DXE_RUNTIME_DRIVER]
163 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
164 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
165 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
166 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
eea55531 167# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
168 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
2ef2b01e 169
a957d4a7
A
170
171[LibraryClasses.ARM]
5aa324d9 172 #
173 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
174 # This library provides the instrinsic functions generate by a given compiler.
175 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
176 #
a957d4a7
A
177 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
178
179
2ef2b01e 180[BuildOptions]
752d258a 181 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7
182 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7
183 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7
8c3f387b 184 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
2ef2b01e 185
d02b28d7 186 RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb
187 RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu Cortex-A8
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 309 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
d02b28d7 310 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
311 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
2ef2b01e
A
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
2ef2b01e
A
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
d02b28d7 420
2ef2b01e 421 #
d02b28d7 422 # Example Application
423 #
424 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
2ef2b01e 425