]> git.proxmox.com Git - mirror_edk2.git/blob - ArmEbPkg/ArmEbPkg.dsc
b035273fc7ea0546ff381666efbbf00a8a52faba
[mirror_edk2.git] / ArmEbPkg / ArmEbPkg.dsc
1 #/** @file
2 # ARM EB package.
3 #
4 # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 ################################################################################
17 #
18 # Defines Section - statements that will be processed to create a Makefile.
19 #
20 ################################################################################
21 [Defines]
22 PLATFORM_NAME = ArmEbPkg
23 PLATFORM_GUID = F4C1AD3E-9D3E-4F61-8791-B3BB1C43D04C
24 PLATFORM_VERSION = 0.1
25 DSC_SPECIFICATION = 0x00010005
26 OUTPUT_DIRECTORY = Build/ArmEB
27 SUPPORTED_ARCHITECTURES = ARM
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = ArmEbPkg/ArmEbPkg.fdf
31
32
33 [LibraryClasses.common]
34 !if $(BUILD_TARGETS) == RELEASE
35 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
36 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
37 !else
38 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
39 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
40 # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
41 !endif
42
43 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
44 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
45
46 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
47 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
48
49 EfiResetSystemLib|ArmEbPkg/Library/ResetSystemLib/ResetSystemLib.inf
50 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
52
53 EblCmdLib|BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.inf
54 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
55 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
56
57 #
58 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
59 # in the debugger will show load and unload commands for symbols. You can cut and paste this
60 # into the command window to load symbols. We should be able to use a script to do this, but
61 # the version of RVD I have does not support scipts accessing system memory.
62 #
63 # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
64 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
65 # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
66
67
68 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
69 DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
70 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
71
72 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
73
74 RealTimeClockLib|ArmEbPkg/Library/RealTimeClockLib/RealTimeClockLib.inf
75
76 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
77
78 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
79 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
80 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
81 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
82 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
83 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
84
85 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
86 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
87 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
88
89 #
90 # Assume everything is fixed at build
91 #
92 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
93
94 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
95
96
97 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
98
99 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
100 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
101
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 scipts accessing system memory.
108 #
109 # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
110 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
111
112 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
113
114 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
115 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
116 DebugAgentTimerLib|ArmEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
117
118 SerialPortLib|ArmEbPkg/Library/SerialPortLib/SerialPortLib.inf
119 TimerLib|ArmEbPkg/Library/TimerLib/TimerLib.inf
120 SerialPortLib|ArmEbPkg/Library/SerialPortLib/SerialPortLib.inf
121 GdbSerialLib|ArmEbPkg/Library/GdbSerialLib/GdbSerialLib.inf
122
123
124
125 [LibraryClasses.common.SEC]
126 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
127 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
128 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
129 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
130 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
131 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
132 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
133 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
134 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
135
136 # 1/123 faster than Stm or Vstm version
137 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
138
139 # Uncomment to turn on GDB stub in SEC.
140 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.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 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
151 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
152
153 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
154
155
156 [LibraryClasses.common.DXE_DRIVER]
157 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
158 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
159 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
160 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
161
162
163 [LibraryClasses.common.UEFI_APPLICATION]
164 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
165 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
166 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.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
174 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
175 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
176 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
177 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
178 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
179 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
180 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
181
182 [LibraryClasses.ARM]
183 #
184 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
185 # This library provides the instrinsic functions generate by a given compiler.
186 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
187 #
188 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
189
190
191 [BuildOptions]
192 RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb
193 RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu Cortex-A8
194 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
195
196 GCC:*_*_ARM_ARCHCC_FLAGS == -march=armv7-a -mthumb
197 GCC:*_*_ARM_ARCHASM_FLAGS == -march=armv7-a
198 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
199
200 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7
201 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7
202 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7
203 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
204
205
206 ################################################################################
207 #
208 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
209 #
210 ################################################################################
211
212 [PcdsFeatureFlag.common]
213 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
214 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
215 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
216 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
217
218 #
219 # Control what commands are supported from the UI
220 # Turn these on and off to add features or save size
221 #
222 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
223 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
224 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
225 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
226 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
227 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
228 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
229
230 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
231
232 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
233 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
234
235 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
236
237 [PcdsFixedAtBuild.common]
238 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmEb %a"
239 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
240 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
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 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
257
258 # DEBUG_INIT 0x00000001 // Initialization
259 # DEBUG_WARN 0x00000002 // Warnings
260 # DEBUG_LOAD 0x00000004 // Load events
261 # DEBUG_FS 0x00000008 // EFI File system
262 # DEBUG_POOL 0x00000010 // Alloc & Free's
263 # DEBUG_PAGE 0x00000020 // Alloc & Free's
264 # DEBUG_INFO 0x00000040 // Verbose
265 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
266 # DEBUG_VARIABLE 0x00000100 // Variable
267 # DEBUG_BM 0x00000400 // Boot Manager
268 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
269 # DEBUG_NET 0x00004000 // SNI Driver
270 # DEBUG_UNDI 0x00010000 // UNDI Driver
271 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
272 # DEBUG_EVENT 0x00080000 // Event messages
273 # DEBUG_ERROR 0x80000000 // Error
274 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
275
276 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
277
278 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
279 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
280 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
281
282 gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize|0
283 gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress|0
284 gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize|0
285 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|0
286 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize|0
287
288 #
289 # Optional feature to help prevent EFI memory map fragments
290 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
291 # Values are in EFI Pages (4K). DXE Core will make sure that
292 # at least this much of each type of memory can be allocated
293 # from a single memory range. This way you only end up with
294 # maximum of two fragements for each type in the memory map
295 # (the memory used, and the free memory that was prereserved
296 # but not used).
297 #
298 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
299 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
300 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
301 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
302 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
303 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
304 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
305 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
306 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
307
308 gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|0x00001000
309 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x07FE0000 # stack at top of memory
310 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x20000 # 128K stack
311 gEmbeddedTokenSpaceGuid.PcdMemoryBase|0x00000000
312 gEmbeddedTokenSpaceGuid.PcdMemorySize|0x10000000 # 256 MB
313
314 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x00000000
315 gArmTokenSpaceGuid.PcdCpuResetAddress|0x40000000 # set to start of NOR
316
317 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
318 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
319 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
320
321 #
322 # ARM Pcds
323 #
324 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
325
326 #
327 # ARM EB PCDS
328 #
329 gArmEbTokenSpaceGuid.PcdConsoleUartBase|0x10009000
330 gArmEbTokenSpaceGuid.PcdGdbUartBase|0x1000a000
331
332
333 ################################################################################
334 #
335 # Components Section - list of all EDK II Modules needed by this Platform
336 #
337 ################################################################################
338 [Components.common]
339
340 #
341 # SEC
342 #
343 ArmEbPkg/Sec/Sec.inf
344
345 #
346 # DXE
347 #
348 MdeModulePkg/Core/Dxe/DxeMain.inf {
349 <LibraryClasses>
350 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
351 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
352 # NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
353 NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
354 }
355
356 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
357
358 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
359 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
360 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
361 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
362 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
363 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
364 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
365
366 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
367 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
368 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
369
370 ArmEbPkg/InterruptDxe/InterruptDxe.inf
371 ArmEbPkg/TimerDxe/TimerDxe.inf
372
373 #
374 # Semi-hosting filesystem
375 #
376 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
377
378 #
379 # FAT filesystem + GPT/MBR partitioning
380 #
381 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
382 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
383 FatPkg/EnhancedFatDxe/Fat.inf
384 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
385
386
387 #
388 # Application
389 #
390 EmbeddedPkg/Ebl/Ebl.inf
391
392 #
393 # Bds
394 #
395 ArmEbPkg/Bds/Bds.inf
396
397 #
398 # Example Application
399 #
400 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
401