]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmPlatformPkg-2ndstage.dsc
EmbeddedPkg: Added support to libfdt
[mirror_edk2.git] / ArmPlatformPkg / ArmPlatformPkg-2ndstage.dsc
CommitLineData
12fcdcb8 1#
ff4d6bb3 2# Copyright (c) 2011-2012, ARM Limited. All rights reserved.
12fcdcb8 3#
4# This program and the accompanying materials
5# are licensed and made available under the terms and conditions of the BSD License
6# which accompanies this distribution. The full text of the license may be found at
7# http://opensource.org/licenses/bsd-license.php
8#
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11#
12#
13################################################################################
14#
15# Defines Section - statements that will be processed to create a Makefile.
16#
17################################################################################
18[Defines]
19 PLATFORM_NAME = ArmPlatform
20 PLATFORM_GUID = 4fe82b83-9315-4ff3-8cc0-ab77ca93cb7f
21 PLATFORM_VERSION = 0.1
22 DSC_SPECIFICATION = 0x00010005
23 OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
24 SUPPORTED_ARCHITECTURES = ARM
25 BUILD_TARGETS = DEBUG|RELEASE
26 SKUID_IDENTIFIER = DEFAULT
27 FLASH_DEFINITION = ArmPlatformPkg/ArmPlatformPkg-2ndstage.fdf
28
29[LibraryClasses.common]
30 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
31 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf
32 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
33
34!if $(TARGET) == 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 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
43
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
45 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
46 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
47 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
48 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
49 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
50 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
51 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
52 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
53
54 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
55 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
56 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
57 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
58 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
59 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
60 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
61 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
62 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
63 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
64
65 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
66
67 #
68 # Assume everything is fixed at build
69 #
70 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
71
72 # 1/123 faster than Stm or Vstm version
73 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
74 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
75
76 # ARM Architectural Libraries
77 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
78 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
793ae6ee 79 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
12fcdcb8 80 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
81 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
12fcdcb8 82 ArmGicLib|ArmPkg/Drivers/PL390Gic/PL390GicLib.inf
83
84 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
85 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
86 EfiResetSystemLib|EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf
87 RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf
88
89 # EBL Related Libraries
90 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf
91 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
92 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
93 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
94
95 #
96 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
97 # in the debugger will show load and unload commands for symbols. You can cut and paste this
98 # into the command window to load symbols. We should be able to use a script to do this, but
99 # the version of RVD I have does not support scripts accessing system memory.
100 #
101 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
102 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
103 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
104
105 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
106 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
107
108 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
109
110 # BDS Libraries
111 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
fa4a7063 112 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
12fcdcb8 113
114[LibraryClasses.common.SEC]
12fcdcb8 115 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf
116
c7b7c445 117 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
12fcdcb8 118 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsOnlyLib/DebugAgentSymbolsOnlyLib.inf
119
120 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
121 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
122 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
123 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
124 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
125 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
126 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
127 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
128 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
129
130[LibraryClasses.common.DXE_CORE]
131 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
132 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
133 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
134 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
135 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
136 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
137 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
138 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
139
140[LibraryClasses.common.DXE_DRIVER]
141 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
142 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
143 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
144 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
145 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
146 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
147
148[LibraryClasses.common.UEFI_APPLICATION]
149 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
150 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
151 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
152 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
153
154[LibraryClasses.common.UEFI_DRIVER]
155 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
156 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
157 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
158 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
159 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
160
161[LibraryClasses.common.DXE_RUNTIME_DRIVER]
162 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
163 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
164 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
165 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
166
167[LibraryClasses.ARM]
168 #
169 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
170 # This library provides the instrinsic functions generate by a given compiler.
171 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
172 #
173 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
174
175[BuildOptions]
176 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
177
178 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
179
180 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
181
182################################################################################
183#
184# Pcd Section - list of all EDK II PCD Entries defined by this Platform
185#
186################################################################################
187
188[PcdsFeatureFlag.common]
189 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
190 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
191 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
192 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
193
194 #
195 # Control what commands are supported from the UI
196 # Turn these on and off to add features or save size
197 #
198 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
199 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
200 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
201 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
202 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
12fcdcb8 203 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
204 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
205
206 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
207
208 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
209 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
210
211 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
212
213 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
214
215[PcdsFixedAtBuild.common]
216 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Platform"
217
218 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmPlatform"
219 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
220 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
221 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
222 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
223 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
224 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
225 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
226 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
227 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
228 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
229
230 # DEBUG_ASSERT_ENABLED 0x01
231 # DEBUG_PRINT_ENABLED 0x02
232 # DEBUG_CODE_ENABLED 0x04
233 # CLEAR_MEMORY_ENABLED 0x08
234 # ASSERT_BREAKPOINT_ENABLED 0x10
235 # ASSERT_DEADLOOP_ENABLED 0x20
236!if $(TARGET) == RELEASE
237 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
238!else
239 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
240!endif
241
242 # DEBUG_INIT 0x00000001 // Initialization
243 # DEBUG_WARN 0x00000002 // Warnings
244 # DEBUG_LOAD 0x00000004 // Load events
245 # DEBUG_FS 0x00000008 // EFI File system
246 # DEBUG_POOL 0x00000010 // Alloc & Free's
247 # DEBUG_PAGE 0x00000020 // Alloc & Free's
248 # DEBUG_INFO 0x00000040 // Verbose
249 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
250 # DEBUG_VARIABLE 0x00000100 // Variable
251 # DEBUG_BM 0x00000400 // Boot Manager
252 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
253 # DEBUG_NET 0x00004000 // SNI Driver
254 # DEBUG_UNDI 0x00010000 // UNDI Driver
255 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
256 # DEBUG_EVENT 0x00080000 // Event messages
257 # DEBUG_ERROR 0x80000000 // Error
258 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
259
260 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
261
262 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
263 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
264 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
265
266 #
267 # Optional feature to help prevent EFI memory map fragments
268 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
269 # Values are in EFI Pages (4K). DXE Core will make sure that
270 # at least this much of each type of memory can be allocated
271 # from a single memory range. This way you only end up with
272 # maximum of two fragements for each type in the memory map
273 # (the memory used, and the free memory that was prereserved
274 # but not used).
275 #
276 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
277 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
278 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
279 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50
280 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20
281 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
282 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000
283 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
284 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
285
286 #
287 # ARM Pcds
288 #
289 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000
290
291 gArmTokenSpaceGuid.PcdSystemMemoryBase|0
292 gArmTokenSpaceGuid.PcdSystemMemorySize|0
293
294################################################################################
295#
296# Components Section - list of all EDK II Modules needed by this Platform
297#
298################################################################################
299[Components.common]
300
301 #
302 # PEI Phase modules
303 #
304 ArmPlatformPkg/PrePi/PeiUniCore.inf
305
306 #
307 # DXE
308 #
309 MdeModulePkg/Core/Dxe/DxeMain.inf {
310 <LibraryClasses>
311 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
312 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
313 }
314
315 #
316 # Architectural Protocols
317 #
318 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
319 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
320 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
321 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
322 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
504d1460 323 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
12fcdcb8 324 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
325
326 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
327 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
328 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
329
504d1460 330 # Simple TextIn/TextOut for UEFI Terminal
331 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
332
333 #
12fcdcb8 334 #
335 # Semi-hosting filesystem
336 #
337 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
338
339 #
340 # FAT filesystem + GPT/MBR partitioning
341 #
342 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
343 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
344 FatPkg/EnhancedFatDxe/Fat.inf
345 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
346
347 #
348 # Application
349 #
350 EmbeddedPkg/Ebl/Ebl.inf
351
352 #
353 # Bds
354 #
355 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
356 ArmPlatformPkg/Bds/Bds.inf
357