]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmPlatformPkg-2ndstage.dsc
Update for NetworkPkg.
[mirror_edk2.git] / ArmPlatformPkg / ArmPlatformPkg-2ndstage.dsc
CommitLineData
12fcdcb8 1#
2# Copyright (c) 2011, ARM Limited. All rights reserved.
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
79 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
80 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
81
82 # ARM PL390 General Interrupt Driver in Secure and Non-secure
83 ArmGicSecLib|ArmPkg/Drivers/PL390Gic/PL390GicSecLib.inf
84 ArmGicLib|ArmPkg/Drivers/PL390Gic/PL390GicLib.inf
85
86 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
87 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
88 EfiResetSystemLib|EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf
89 RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf
90
91 # EBL Related Libraries
92 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf
93 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
94 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
95 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
96
97 #
98 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
99 # in the debugger will show load and unload commands for symbols. You can cut and paste this
100 # into the command window to load symbols. We should be able to use a script to do this, but
101 # the version of RVD I have does not support scripts accessing system memory.
102 #
103 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
104 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
105 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
106
107 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
108 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
109
110 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
111
112 # BDS Libraries
113 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
114
115[LibraryClasses.common.SEC]
116 ArmGicSecLib|ArmPkg/Drivers/PL390Gic/PL390GicLib.inf
117
118 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf
119
c7b7c445 120 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
12fcdcb8 121 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsOnlyLib/DebugAgentSymbolsOnlyLib.inf
122
123 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
124 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
125 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
126 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
127 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
128 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
129 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
130 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
131 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
132
133[LibraryClasses.common.DXE_CORE]
134 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
135 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
136 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
137 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
138 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
139 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
140 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
141 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
142
143[LibraryClasses.common.DXE_DRIVER]
144 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
145 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
146 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
147 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
148 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
149 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
150
151[LibraryClasses.common.UEFI_APPLICATION]
152 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
153 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
154 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
155 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
156
157[LibraryClasses.common.UEFI_DRIVER]
158 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
159 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
160 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
161 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
162 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
163
164[LibraryClasses.common.DXE_RUNTIME_DRIVER]
165 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
166 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
167 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
168 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
169
170[LibraryClasses.ARM]
171 #
172 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
173 # This library provides the instrinsic functions generate by a given compiler.
174 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
175 #
176 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
177
178[BuildOptions]
179 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
180
181 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
182
183 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
184
185################################################################################
186#
187# Pcd Section - list of all EDK II PCD Entries defined by this Platform
188#
189################################################################################
190
191[PcdsFeatureFlag.common]
192 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
193 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
194 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
195 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
196
197 #
198 # Control what commands are supported from the UI
199 # Turn these on and off to add features or save size
200 #
201 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
202 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
203 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
204 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
205 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
206 gEmbeddedTokenSpaceGuid.PcdEmbeddedUsbDebugCmd|TRUE
207 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
208 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
209
210 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
211
212 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
213 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
214
215 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
216
217 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
218
219[PcdsFixedAtBuild.common]
220 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Platform"
221
222 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmPlatform"
223 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
224 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
225 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
226 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
227 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
228 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
229 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
230 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
231 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
232 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
233
234 # DEBUG_ASSERT_ENABLED 0x01
235 # DEBUG_PRINT_ENABLED 0x02
236 # DEBUG_CODE_ENABLED 0x04
237 # CLEAR_MEMORY_ENABLED 0x08
238 # ASSERT_BREAKPOINT_ENABLED 0x10
239 # ASSERT_DEADLOOP_ENABLED 0x20
240!if $(TARGET) == RELEASE
241 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
242!else
243 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
244!endif
245
246 # DEBUG_INIT 0x00000001 // Initialization
247 # DEBUG_WARN 0x00000002 // Warnings
248 # DEBUG_LOAD 0x00000004 // Load events
249 # DEBUG_FS 0x00000008 // EFI File system
250 # DEBUG_POOL 0x00000010 // Alloc & Free's
251 # DEBUG_PAGE 0x00000020 // Alloc & Free's
252 # DEBUG_INFO 0x00000040 // Verbose
253 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
254 # DEBUG_VARIABLE 0x00000100 // Variable
255 # DEBUG_BM 0x00000400 // Boot Manager
256 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
257 # DEBUG_NET 0x00004000 // SNI Driver
258 # DEBUG_UNDI 0x00010000 // UNDI Driver
259 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
260 # DEBUG_EVENT 0x00080000 // Event messages
261 # DEBUG_ERROR 0x80000000 // Error
262 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
263
264 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
265
266 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
267 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
268 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
269
270 #
271 # Optional feature to help prevent EFI memory map fragments
272 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
273 # Values are in EFI Pages (4K). DXE Core will make sure that
274 # at least this much of each type of memory can be allocated
275 # from a single memory range. This way you only end up with
276 # maximum of two fragements for each type in the memory map
277 # (the memory used, and the free memory that was prereserved
278 # but not used).
279 #
280 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
281 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
282 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
283 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50
284 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20
285 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
286 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000
287 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
288 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
289
290 #
291 # ARM Pcds
292 #
293 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000
294
295 gArmTokenSpaceGuid.PcdSystemMemoryBase|0
296 gArmTokenSpaceGuid.PcdSystemMemorySize|0
297
298################################################################################
299#
300# Components Section - list of all EDK II Modules needed by this Platform
301#
302################################################################################
303[Components.common]
304
305 #
306 # PEI Phase modules
307 #
308 ArmPlatformPkg/PrePi/PeiUniCore.inf
309
310 #
311 # DXE
312 #
313 MdeModulePkg/Core/Dxe/DxeMain.inf {
314 <LibraryClasses>
315 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
316 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
317 }
318
319 #
320 # Architectural Protocols
321 #
322 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
323 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
324 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
325 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
326 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
504d1460 327 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
12fcdcb8 328 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
329
330 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
331 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
332 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
333
504d1460 334 # Simple TextIn/TextOut for UEFI Terminal
335 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
336
337 #
12fcdcb8 338 #
339 # Semi-hosting filesystem
340 #
341 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
342
343 #
344 # FAT filesystem + GPT/MBR partitioning
345 #
346 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
347 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
348 FatPkg/EnhancedFatDxe/Fat.inf
349 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
350
351 #
352 # Application
353 #
354 EmbeddedPkg/Ebl/Ebl.inf
355
356 #
357 # Bds
358 #
359 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
360 ArmPlatformPkg/Bds/Bds.inf
361