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