]> git.proxmox.com Git - mirror_edk2.git/blame - ArmEbPkg/ArmEbPkg.dsc
Fix GCC build issue
[mirror_edk2.git] / ArmEbPkg / ArmEbPkg.dsc
CommitLineData
1fde2f61 1#/** @file
2# ARM EB package.
3#
cf748a1a 4# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
1fde2f61 5#
cf748a1a 6# This program and the accompanying materials
1fde2f61 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
b76848cb 30 FLASH_DEFINITION = ArmEbPkg/ArmEbPkg.fdf
1fde2f61 31
32
33[LibraryClasses.common]
0f023148 34!if $(BUILD_TARGETS) == RELEASE
1fde2f61 35 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
b76848cb 36 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
1fde2f61 37!else
38 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
b76848cb 39 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
40# UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
1fde2f61 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
b76848cb 47 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
1fde2f61 48
b76848cb 49 EfiResetSystemLib|ArmEbPkg/Library/ResetSystemLib/ResetSystemLib.inf
50 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
1fde2f61 51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
52
b76848cb 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
1fde2f61 68 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
69 DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
70 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
71
b76848cb 72 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
73
ebeffc42 74 RealTimeClockLib|ArmEbPkg/Library/RealTimeClockLib/RealTimeClockLib.inf
1fde2f61 75
76 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
77
78 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
79 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
b76848cb 80 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
1fde2f61 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
b76848cb 96
97 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
1fde2f61 98
99 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
100 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
101
1fde2f61 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
b76848cb 112 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
113
114 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
115 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
ebeffc42 116 DebugAgentTimerLib|ArmEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
b76848cb 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
1fde2f61 122
123
ebeffc42 124
1fde2f61 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
b76848cb 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
ebeffc42 139 # Uncomment to turn on GDB stub in SEC.
140 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
141
b76848cb 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
1fde2f61 155
156[LibraryClasses.common.DXE_DRIVER]
b76848cb 157 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
1fde2f61 158 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
b76848cb 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
1fde2f61 173
b76848cb 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
1fde2f61 181
182[LibraryClasses.ARM]
b76848cb 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 #
1fde2f61 188 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
189
190
191[BuildOptions]
364aa45e 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 \r
197 GCC:*_*_ARM_ARCHASM_FLAGS == -march=armv7-a\r
198 GCC:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7-a
199 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
200\r
1fde2f61 201 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7
202 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7
203 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7
b76848cb 204 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
1fde2f61 205
1fde2f61 206
207################################################################################
208#
209# Pcd Section - list of all EDK II PCD Entries defined by this Platform
210#
211################################################################################
212
b76848cb 213[PcdsFeatureFlag.common]
214 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
215 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
216 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
217 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
218
219 #
220 # Control what commands are supported from the UI
221 # Turn these on and off to add features or save size
222 #
223 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
224 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
225 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
226 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
227 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
228 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
229 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
230
231 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
232
233 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
234 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
235
236 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
1fde2f61 237
238[PcdsFixedAtBuild.common]
b76848cb 239 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmEb %a"
240 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
241 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
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
1fde2f61 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 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
258
259# DEBUG_INIT 0x00000001 // Initialization
260# DEBUG_WARN 0x00000002 // Warnings
261# DEBUG_LOAD 0x00000004 // Load events
262# DEBUG_FS 0x00000008 // EFI File system
263# DEBUG_POOL 0x00000010 // Alloc & Free's
264# DEBUG_PAGE 0x00000020 // Alloc & Free's
265# DEBUG_INFO 0x00000040 // Verbose
266# DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
267# DEBUG_VARIABLE 0x00000100 // Variable
268# DEBUG_BM 0x00000400 // Boot Manager
269# DEBUG_BLKIO 0x00001000 // BlkIo Driver
270# DEBUG_NET 0x00004000 // SNI Driver
271# DEBUG_UNDI 0x00010000 // UNDI Driver
272# DEBUG_LOADFILE 0x00020000 // UNDI Driver
273# DEBUG_EVENT 0x00080000 // Event messages
274# DEBUG_ERROR 0x80000000 // Error
b76848cb 275 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
1fde2f61 276
277 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
b76848cb 278
279 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
280 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
281 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
1fde2f61 282
283 gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize|0
284 gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress|0
285 gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize|0
286 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|0
287 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize|0
288
b76848cb 289#
290# Optional feature to help prevent EFI memory map fragments
291# Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
292# Values are in EFI Pages (4K). DXE Core will make sure that
293# at least this much of each type of memory can be allocated
294# from a single memory range. This way you only end up with
295# maximum of two fragements for each type in the memory map
296# (the memory used, and the free memory that was prereserved
297# but not used).
298#
299 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
300 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
301 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
302 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
303 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
304 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
305 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
306 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
307 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
308
4ade93d0 309 gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|0x00001000
310 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x07FE0000 # stack at top of memory
1fde2f61 311 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x20000 # 128K stack
4ade93d0 312 gEmbeddedTokenSpaceGuid.PcdMemoryBase|0x00000000
313 gEmbeddedTokenSpaceGuid.PcdMemorySize|0x10000000 # 256 MB
1fde2f61 314
4ade93d0 315 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x00000000
316 gArmTokenSpaceGuid.PcdCpuResetAddress|0x40000000 # set to start of NOR
b76848cb 317
318 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
319 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
320 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
321
322 #
323 # ARM Pcds
324 #
1fde2f61 325 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
326
ebeffc42 327 #
328 # ARM EB PCDS
329 #
330 gArmEbTokenSpaceGuid.PcdConsoleUartBase|0x10009000
331 gArmEbTokenSpaceGuid.PcdGdbUartBase|0x1000a000
332
333
1fde2f61 334################################################################################
335#
336# Components Section - list of all EDK II Modules needed by this Platform
337#
338################################################################################
339[Components.common]
b76848cb 340
341#
342# SEC
343#
1fde2f61 344 ArmEbPkg/Sec/Sec.inf
b76848cb 345
346#
347# DXE
348#
349 MdeModulePkg/Core/Dxe/DxeMain.inf {
350 <LibraryClasses>
351 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
352 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
353# NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
354 NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
355 }
356
357 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
358
359 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
360 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
361 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
362 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
363 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
364 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
365 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
366
367 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
368 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
369 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
370
1fde2f61 371 ArmEbPkg/InterruptDxe/InterruptDxe.inf
92032841 372 ArmEbPkg/TimerDxe/TimerDxe.inf
b76848cb 373
374 #
375 # Semi-hosting filesystem
376 #
377 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
378
379 #
380 # FAT filesystem + GPT/MBR partitioning
381 #
382 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
383 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
384 FatPkg/EnhancedFatDxe/Fat.inf
385 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
1fde2f61 386
387
b76848cb 388 #
389 # Application
390 #
391 EmbeddedPkg/Ebl/Ebl.inf
392
393 #
394 # Bds
395 #
396 ArmEbPkg/Bds/Bds.inf
397
398 #
399 # Example Application
400 #
401 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
1fde2f61 402