]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmPlatformPkg-2ndstage.dsc
ARM Packages: Fixed line endings
[mirror_edk2.git] / ArmPlatformPkg / ArmPlatformPkg-2ndstage.dsc
CommitLineData
1e57a462 1#\r
2# Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
3# \r
4# This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12#\r
13################################################################################\r
14#\r
15# Defines Section - statements that will be processed to create a Makefile.\r
16#\r
17################################################################################\r
18[Defines]\r
19 PLATFORM_NAME = ArmPlatform\r
20 PLATFORM_GUID = 4fe82b83-9315-4ff3-8cc0-ab77ca93cb7f \r
21 PLATFORM_VERSION = 0.1\r
22 DSC_SPECIFICATION = 0x00010005\r
23 OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)\r
24 SUPPORTED_ARCHITECTURES = ARM\r
25 BUILD_TARGETS = DEBUG|RELEASE\r
26 SKUID_IDENTIFIER = DEFAULT\r
27 FLASH_DEFINITION = ArmPlatformPkg/ArmPlatformPkg-2ndstage.fdf\r
28\r
29[LibraryClasses.common]\r
30 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
31 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf\r
32 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
33\r
34!if $(TARGET) == RELEASE\r
35 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
36 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
37!else\r
38 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
39 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
40# UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf\r
41!endif\r
42 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
43 \r
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
45 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
46 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
47 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
48 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
49 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
50 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
51 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
52 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
53\r
54 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
55 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
56 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
57 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
58 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
59 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
60 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
61 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
62 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
63 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf \r
64\r
65 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
66\r
67 #\r
68 # Assume everything is fixed at build\r
69 #\r
70 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
71 \r
72 # 1/123 faster than Stm or Vstm version\r
73 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
74 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r
75\r
76 # ARM Architectural Libraries\r
77 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
78 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
79 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
80 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
81 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r
82 ArmGicLib|ArmPkg/Drivers/PL390Gic/PL390GicLib.inf\r
83\r
84 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
85 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
86 EfiResetSystemLib|EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf\r
87 RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf\r
88\r
89 # EBL Related Libraries \r
90 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf\r
91 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf\r
92 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf\r
93 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf\r
94 \r
95 #\r
96 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window \r
97 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
98 # into the command window to load symbols. We should be able to use a script to do this, but\r
99 # the version of RVD I have does not support scripts accessing system memory.\r
100 #\r
101 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
102 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
103 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
104 \r
105 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
106 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf\r
107\r
108 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf \r
109\r
110 # BDS Libraries\r
111 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf\r
112 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r
113\r
114[LibraryClasses.common.SEC]\r
115 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf\r
116\r
117 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf \r
118 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf\r
119 \r
120 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
121 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
122 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
123 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
124 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
125 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
126 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
127 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
128 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
129\r
130[LibraryClasses.common.DXE_CORE]\r
131 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
132 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
133 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
134 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
135 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
136 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
137 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
138 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
139\r
140[LibraryClasses.common.DXE_DRIVER]\r
141 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
142 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
143 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
144 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
145 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
146 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf\r
147\r
148[LibraryClasses.common.UEFI_APPLICATION]\r
149 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
150 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
151 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
152 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
153\r
154[LibraryClasses.common.UEFI_DRIVER]\r
155 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
156 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
157 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
158 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
159 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
160\r
161[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
162 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
163 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
164 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
165 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
166\r
167[LibraryClasses.ARM]\r
168 #\r
169 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
170 # This library provides the instrinsic functions generate by a given compiler.\r
171 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
172 #\r
173 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
174\r
175[BuildOptions]\r
176 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7\r
177\r
178 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a\r
179\r
180 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8\r
181\r
182################################################################################\r
183#\r
184# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
185#\r
186################################################################################\r
187\r
188[PcdsFeatureFlag.common]\r
189 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
190 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
191 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
192 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
193 \r
194 #\r
195 # Control what commands are supported from the UI\r
196 # Turn these on and off to add features or save size\r
197 # \r
198 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE\r
199 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE\r
200 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE\r
201 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE\r
202 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE\r
203 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE\r
204 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE\r
205\r
206 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r
207 \r
208 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
209 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
210 \r
211 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r
212 \r
213 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
214\r
215[PcdsFixedAtBuild.common]\r
216 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Platform"\r
217 \r
218 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmPlatform"\r
219 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32\r
220 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0\r
221 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
222 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
223 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
224 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
225 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
226 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
227 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
228 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
229\r
230 # DEBUG_ASSERT_ENABLED 0x01\r
231 # DEBUG_PRINT_ENABLED 0x02\r
232 # DEBUG_CODE_ENABLED 0x04\r
233 # CLEAR_MEMORY_ENABLED 0x08\r
234 # ASSERT_BREAKPOINT_ENABLED 0x10\r
235 # ASSERT_DEADLOOP_ENABLED 0x20\r
236!if $(TARGET) == RELEASE\r
237 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
238!else\r
239 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
240!endif\r
241\r
242 # DEBUG_INIT 0x00000001 // Initialization\r
243 # DEBUG_WARN 0x00000002 // Warnings\r
244 # DEBUG_LOAD 0x00000004 // Load events\r
245 # DEBUG_FS 0x00000008 // EFI File system\r
246 # DEBUG_POOL 0x00000010 // Alloc & Free's\r
247 # DEBUG_PAGE 0x00000020 // Alloc & Free's\r
248 # DEBUG_INFO 0x00000040 // Verbose\r
249 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers\r
250 # DEBUG_VARIABLE 0x00000100 // Variable\r
251 # DEBUG_BM 0x00000400 // Boot Manager\r
252 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
253 # DEBUG_NET 0x00004000 // SNI Driver\r
254 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
255 # DEBUG_LOADFILE 0x00020000 // UNDI Driver\r
256 # DEBUG_EVENT 0x00080000 // Event messages\r
257 # DEBUG_ERROR 0x80000000 // Error\r
258 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r
259\r
260 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
261\r
262 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r
263 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
264 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
265 \r
266 #\r
267 # Optional feature to help prevent EFI memory map fragments\r
268 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
269 # Values are in EFI Pages (4K). DXE Core will make sure that \r
270 # at least this much of each type of memory can be allocated \r
271 # from a single memory range. This way you only end up with\r
272 # maximum of two fragements for each type in the memory map\r
273 # (the memory used, and the free memory that was prereserved\r
274 # but not used).\r
275 #\r
276 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r
277 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r
278 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r
279 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50\r
280 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20\r
281 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400\r
282 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000\r
283 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20\r
284 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r
285 \r
286 #\r
287 # ARM Pcds\r
288 #\r
289 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000\r
290 \r
291 gArmTokenSpaceGuid.PcdSystemMemoryBase|0\r
292 gArmTokenSpaceGuid.PcdSystemMemorySize|0\r
293\r
294################################################################################\r
295#\r
296# Components Section - list of all EDK II Modules needed by this Platform\r
297#\r
298################################################################################\r
299[Components.common]\r
300 \r
301 #\r
302 # PEI Phase modules\r
303 #\r
304 ArmPlatformPkg/PrePi/PeiUniCore.inf\r
305\r
306 #\r
307 # DXE\r
308 #\r
309 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
310 <LibraryClasses>\r
311 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
312 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
313 }\r
314\r
315 #\r
316 # Architectural Protocols\r
317 #\r
318 ArmPkg/Drivers/CpuDxe/CpuDxe.inf \r
319 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
320 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
321 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
322 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
323 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
324 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf \r
325 \r
326 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
327 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
328 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
329 \r
330 # Simple TextIn/TextOut for UEFI Terminal\r
331 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf\r
332 \r
333 #\r
334 #\r
335 # Semi-hosting filesystem\r
336 #\r
337 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
338 \r
339 #\r
340 # FAT filesystem + GPT/MBR partitioning\r
341 #\r
342 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
343 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
344 FatPkg/EnhancedFatDxe/Fat.inf\r
345 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
346 \r
347 #\r
348 # Application\r
349 # \r
350 EmbeddedPkg/Ebl/Ebl.inf\r
351\r
352 #\r
353 # Bds\r
354 #\r
355 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
356 ArmPlatformPkg/Bds/Bds.inf\r
357 \r