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