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