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