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