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