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