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