]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmPlatformPkg-2ndstage.dsc
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / ArmPlatformPkg-2ndstage.dsc
1 #
2 # Copyright (c) 2011-2013, 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|AARCH64
25 BUILD_TARGETS = DEBUG|RELEASE
26 SKUID_IDENTIFIER = DEFAULT
27 FLASH_DEFINITION = ArmPlatformPkg/ArmPlatformPkg-2ndstage.fdf
28
29 [LibraryClasses.common]
30 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
31
32 !if $(TARGET) == RELEASE
33 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
34 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
35 !else
36 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
37 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
38 # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
39 !endif
40 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
41
42 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
43 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
44 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
45 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
46 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
47 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
48 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
49 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
50 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
51
52 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
53 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
54 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
55 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
56 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
57 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
58 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
59 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
60 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
61 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
62
63 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
64
65 #
66 # Assume everything is fixed at build
67 #
68 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
69
70 # 1/123 faster than Stm or Vstm version
71 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
72 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
73
74 # ARM Architectural Libraries
75 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
76 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
77 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
78 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
79 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
80 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
81 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
82 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.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 # Networking Requirements for ArmPlatformPkg/Bds
90 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.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 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
116
117 [LibraryClasses.ARM]
118 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
119 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf
120
121 [LibraryClasses.AARCH64]
122 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
123 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
124
125 [LibraryClasses.common.SEC]
126 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf
127
128 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
129 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
130 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
131
132 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
133 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
134 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
135 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
136 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
137 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
138 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
139 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
140 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
141
142 [LibraryClasses.common.DXE_CORE]
143 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
144 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
145 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
146 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
147 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
148 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
149 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
150 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
151
152 [LibraryClasses.common.DXE_DRIVER]
153 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
154 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
155 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
156 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
157 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
158 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
159
160 [LibraryClasses.common.UEFI_APPLICATION]
161 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
162 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
163 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
164 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.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 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
172
173 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
174 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
175 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
176 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
177 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
178
179 [LibraryClasses.ARM]
180 #
181 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
182 # This library provides the instrinsic functions generate by a given compiler.
183 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
184 #
185 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
186
187 [BuildOptions]
188 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
189
190 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
191
192 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
193
194 ################################################################################
195 #
196 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
197 #
198 ################################################################################
199
200 [PcdsFeatureFlag.common]
201 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
202 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
203 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
204 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
205
206 #
207 # Control what commands are supported from the UI
208 # Turn these on and off to add features or save size
209 #
210 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
211 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
212 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
213 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
214 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
215 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
216 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
217
218 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
219
220 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
221 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
222
223 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
224
225 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
226
227 [PcdsFixedAtBuild.common]
228 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Platform"
229
230 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmPlatform"
231 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
232 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
233 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
234 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
235 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
236 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
237 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
238 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
239
240 # DEBUG_ASSERT_ENABLED 0x01
241 # DEBUG_PRINT_ENABLED 0x02
242 # DEBUG_CODE_ENABLED 0x04
243 # CLEAR_MEMORY_ENABLED 0x08
244 # ASSERT_BREAKPOINT_ENABLED 0x10
245 # ASSERT_DEADLOOP_ENABLED 0x20
246 !if $(TARGET) == RELEASE
247 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
248 !else
249 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
250 !endif
251
252 # DEBUG_INIT 0x00000001 // Initialization
253 # DEBUG_WARN 0x00000002 // Warnings
254 # DEBUG_LOAD 0x00000004 // Load events
255 # DEBUG_FS 0x00000008 // EFI File system
256 # DEBUG_POOL 0x00000010 // Alloc & Free's
257 # DEBUG_PAGE 0x00000020 // Alloc & Free's
258 # DEBUG_INFO 0x00000040 // Verbose
259 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
260 # DEBUG_VARIABLE 0x00000100 // Variable
261 # DEBUG_BM 0x00000400 // Boot Manager
262 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
263 # DEBUG_NET 0x00004000 // SNI Driver
264 # DEBUG_UNDI 0x00010000 // UNDI Driver
265 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
266 # DEBUG_EVENT 0x00080000 // Event messages
267 # DEBUG_ERROR 0x80000000 // Error
268 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
269
270 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
271
272 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
273 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
274 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
275
276 #
277 # Optional feature to help prevent EFI memory map fragments
278 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
279 # Values are in EFI Pages (4K). DXE Core will make sure that
280 # at least this much of each type of memory can be allocated
281 # from a single memory range. This way you only end up with
282 # maximum of two fragements for each type in the memory map
283 # (the memory used, and the free memory that was prereserved
284 # but not used).
285 #
286 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
287 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
288 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
289 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50
290 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20
291 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
292 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000
293 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
294 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
295
296 #
297 # ARM Pcds
298 #
299 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000
300
301 gArmTokenSpaceGuid.PcdSystemMemoryBase|0
302 gArmTokenSpaceGuid.PcdSystemMemorySize|0
303
304 ################################################################################
305 #
306 # Components Section - list of all EDK II Modules needed by this Platform
307 #
308 ################################################################################
309 [Components.common]
310
311 #
312 # PEI Phase modules
313 #
314 ArmPlatformPkg/PrePi/PeiUniCore.inf
315
316 #
317 # DXE
318 #
319 MdeModulePkg/Core/Dxe/DxeMain.inf {
320 <LibraryClasses>
321 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
322 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
323 }
324
325 #
326 # Architectural Protocols
327 #
328 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
329 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
330 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
331 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
332 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
333 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
334 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
335
336 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
337 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
338 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
339
340 # Simple TextIn/TextOut for UEFI Terminal
341 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
342
343 #
344 #
345 # Semi-hosting filesystem
346 #
347 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
348
349 #
350 # FAT filesystem + GPT/MBR partitioning
351 #
352 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
353 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
354 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
355
356 #
357 # Application
358 #
359 EmbeddedPkg/Ebl/Ebl.inf
360
361 #
362 # Bds
363 #
364 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
365 ArmPlatformPkg/Bds/Bds.inf
366