]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmPlatformPkg-2ndstage.dsc
Revert "ArmPlatformPkg/ArmVExpressDxe: Change FDT default file names."
[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 # 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|MdeModulePkg/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
141 [LibraryClasses.common.SEC, LibraryClasses.common.PEIM]
142 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
143
144 [LibraryClasses.common.DXE_CORE]
145 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
146 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
147 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
148 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
149 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
150 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
151 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
152 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
153
154 [LibraryClasses.common.DXE_DRIVER]
155 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
156 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
157 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
158 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
159 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
160 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
161
162 [LibraryClasses.common.UEFI_APPLICATION]
163 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
164 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
165 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
166 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
167
168 [LibraryClasses.common.UEFI_DRIVER]
169 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
170 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
171 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
172 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
173 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
174
175 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
176 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
177 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
178 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
179 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
180
181 [LibraryClasses.ARM, LibraryClasses.AARCH64]
182 #
183 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
184 # This library provides the instrinsic functions generate by a given compiler.
185 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
186 #
187 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
188
189 # Add support for GCC stack protector
190 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
191
192 [BuildOptions]
193 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
194
195 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
196
197 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
198
199 ################################################################################
200 #
201 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
202 #
203 ################################################################################
204
205 [PcdsFeatureFlag.common]
206 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
207 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
208 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
209 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
210
211 #
212 # Control what commands are supported from the UI
213 # Turn these on and off to add features or save size
214 #
215 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
216 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
217 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
218 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
219 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
220 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
221 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
222
223 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
224
225 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
226 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
227
228 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
229
230 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
231
232 [PcdsFixedAtBuild.common]
233 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Platform"
234
235 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmPlatform"
236 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
237 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
238 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
239 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
240 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
241 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
242 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
243 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
244
245 # DEBUG_ASSERT_ENABLED 0x01
246 # DEBUG_PRINT_ENABLED 0x02
247 # DEBUG_CODE_ENABLED 0x04
248 # CLEAR_MEMORY_ENABLED 0x08
249 # ASSERT_BREAKPOINT_ENABLED 0x10
250 # ASSERT_DEADLOOP_ENABLED 0x20
251 !if $(TARGET) == RELEASE
252 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
253 !else
254 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
255 !endif
256
257 # DEBUG_INIT 0x00000001 // Initialization
258 # DEBUG_WARN 0x00000002 // Warnings
259 # DEBUG_LOAD 0x00000004 // Load events
260 # DEBUG_FS 0x00000008 // EFI File system
261 # DEBUG_POOL 0x00000010 // Alloc & Free's
262 # DEBUG_PAGE 0x00000020 // Alloc & Free's
263 # DEBUG_INFO 0x00000040 // Verbose
264 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
265 # DEBUG_VARIABLE 0x00000100 // Variable
266 # DEBUG_BM 0x00000400 // Boot Manager
267 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
268 # DEBUG_NET 0x00004000 // SNI Driver
269 # DEBUG_UNDI 0x00010000 // UNDI Driver
270 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
271 # DEBUG_EVENT 0x00080000 // Event messages
272 # DEBUG_ERROR 0x80000000 // Error
273 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
274
275 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
276
277 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
278 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
279 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
280
281 #
282 # Optional feature to help prevent EFI memory map fragments
283 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
284 # Values are in EFI Pages (4K). DXE Core will make sure that
285 # at least this much of each type of memory can be allocated
286 # from a single memory range. This way you only end up with
287 # maximum of two fragements for each type in the memory map
288 # (the memory used, and the free memory that was prereserved
289 # but not used).
290 #
291 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
292 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
293 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
294 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50
295 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20
296 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
297 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000
298 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
299 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
300
301 #
302 # ARM Pcds
303 #
304 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000
305
306 gArmTokenSpaceGuid.PcdSystemMemoryBase|0
307 gArmTokenSpaceGuid.PcdSystemMemorySize|0
308
309 ################################################################################
310 #
311 # Components Section - list of all EDK II Modules needed by this Platform
312 #
313 ################################################################################
314 [Components.common]
315
316 #
317 # PEI Phase modules
318 #
319 ArmPlatformPkg/PrePi/PeiUniCore.inf
320
321 #
322 # DXE
323 #
324 MdeModulePkg/Core/Dxe/DxeMain.inf {
325 <LibraryClasses>
326 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
327 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
328 }
329
330 #
331 # Architectural Protocols
332 #
333 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
334 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
335 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
336 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
337 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
338 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
339 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
340
341 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
342 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
343 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
344
345 # Simple TextIn/TextOut for UEFI Terminal
346 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
347
348 #
349 #
350 # Semi-hosting filesystem
351 #
352 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
353
354 #
355 # FAT filesystem + GPT/MBR partitioning
356 #
357 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
358 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
359 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
360
361 #
362 # Application
363 #
364 EmbeddedPkg/Ebl/Ebl.inf
365
366 #
367 # Bds
368 #
369 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
370 ArmPlatformPkg/Bds/Bds.inf
371