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