]> git.proxmox.com Git - mirror_edk2.git/blob - ArmEbPkg/ArmEbPkg.dsc
A better template, with some build scripts, for ArmEbPkg. New libraries are just...
[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|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.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
117 SerialPortLib|ArmEbPkg/Library/SerialPortLib/SerialPortLib.inf
118 TimerLib|ArmEbPkg/Library/TimerLib/TimerLib.inf
119 SerialPortLib|ArmEbPkg/Library/SerialPortLib/SerialPortLib.inf
120 GdbSerialLib|ArmEbPkg/Library/GdbSerialLib/GdbSerialLib.inf
121
122
123 [LibraryClasses.common.SEC]
124 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
125 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
126 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
127 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
128 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
129 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
130 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
131 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
132 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
133
134 # 1/123 faster than Stm or Vstm version
135 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
136
137 [LibraryClasses.common.DXE_CORE]
138 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
139 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
140 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
141 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
142 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
143 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
144 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
145 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
146 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
147
148 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
149
150
151 [LibraryClasses.common.DXE_DRIVER]
152 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
153 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
154 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
155 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
156
157
158 [LibraryClasses.common.UEFI_APPLICATION]
159 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
160 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
161 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
162
163 [LibraryClasses.common.UEFI_DRIVER]
164 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
165 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
166 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
167 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
168
169 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
170 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
171 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
172 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
173 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
174 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
175 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
176
177 [LibraryClasses.ARM]
178 #
179 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
180 # This library provides the instrinsic functions generate by a given compiler.
181 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
182 #
183 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
184
185
186 [BuildOptions]
187 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7
188 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7
189 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7
190 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
191
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 ################################################################################
197 #
198 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
199 #
200 ################################################################################
201
202 [PcdsFeatureFlag.common]
203 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
204 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
205 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
206 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
207
208 #
209 # Control what commands are supported from the UI
210 # Turn these on and off to add features or save size
211 #
212 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
213 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
214 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
215 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
216 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
217 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
218 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
219
220 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
221
222 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
223 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
224
225 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
226
227 [PcdsFixedAtBuild.common]
228 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmEb %a"
229 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
230 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
231 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
232 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
233 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
234 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
235 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
236 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
237 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
238 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
239
240 # DEBUG_ASSERT_ENABLED 0x01
241 # DEBUG_PRINT_ENABLED 0x02
242 # DEBUG_CODE_ENABLED 0x04
243 # CLEAR_MEMORY_ENABLED 0x08
244 # ASSERT_BREAKPOINT_ENABLED 0x10
245 # ASSERT_DEADLOOP_ENABLED 0x20
246 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
247
248 # DEBUG_INIT 0x00000001 // Initialization
249 # DEBUG_WARN 0x00000002 // Warnings
250 # DEBUG_LOAD 0x00000004 // Load events
251 # DEBUG_FS 0x00000008 // EFI File system
252 # DEBUG_POOL 0x00000010 // Alloc & Free's
253 # DEBUG_PAGE 0x00000020 // Alloc & Free's
254 # DEBUG_INFO 0x00000040 // Verbose
255 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
256 # DEBUG_VARIABLE 0x00000100 // Variable
257 # DEBUG_BM 0x00000400 // Boot Manager
258 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
259 # DEBUG_NET 0x00004000 // SNI Driver
260 # DEBUG_UNDI 0x00010000 // UNDI Driver
261 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
262 # DEBUG_EVENT 0x00080000 // Event messages
263 # DEBUG_ERROR 0x80000000 // Error
264 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
265
266 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
267
268 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
269 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
270 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
271
272 gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize|0
273 gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress|0
274 gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize|0
275 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|0
276 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize|0
277
278 #
279 # Optional feature to help prevent EFI memory map fragments
280 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
281 # Values are in EFI Pages (4K). DXE Core will make sure that
282 # at least this much of each type of memory can be allocated
283 # from a single memory range. This way you only end up with
284 # maximum of two fragements for each type in the memory map
285 # (the memory used, and the free memory that was prereserved
286 # but not used).
287 #
288 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
289 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
290 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
291 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
292 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
293 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
294 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
295 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
296 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
297
298 gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|0x80001000
299 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x87FE0000 # stack at top of memory
300 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x20000 # 128K stack
301 gEmbeddedTokenSpaceGuid.PcdMemoryBase|0x80000000
302 gEmbeddedTokenSpaceGuid.PcdMemorySize|0x10000000
303
304 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80000000
305 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
306
307 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
308 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
309 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
310
311 #
312 # ARM Pcds
313 #
314 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
315
316 ################################################################################
317 #
318 # Components Section - list of all EDK II Modules needed by this Platform
319 #
320 ################################################################################
321 [Components.common]
322
323 #
324 # SEC
325 #
326 ArmEbPkg/Sec/Sec.inf
327
328 #
329 # DXE
330 #
331 MdeModulePkg/Core/Dxe/DxeMain.inf {
332 <LibraryClasses>
333 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
334 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
335 # NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
336 NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
337 }
338
339 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
340
341 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
342 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
343 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
344 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
345 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
346 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
347 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
348
349 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
350 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
351 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
352
353 ArmEbPkg/InterruptDxe/InterruptDxe.inf
354
355 #
356 # Semi-hosting filesystem
357 #
358 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
359
360 #
361 # FAT filesystem + GPT/MBR partitioning
362 #
363 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
364 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
365 FatPkg/EnhancedFatDxe/Fat.inf
366 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
367
368
369 #
370 # Application
371 #
372 EmbeddedPkg/Ebl/Ebl.inf
373
374 #
375 # Bds
376 #
377 ArmEbPkg/Bds/Bds.inf
378
379 #
380 # Example Application
381 #
382 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
383