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