]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmPlatformPkg.dsc
ArmPlatformPkg: Renamed 'DebugSecExtraActionLib' into 'ArmPlatformSecExtraActionLib'
[mirror_edk2.git] / ArmPlatformPkg / ArmPlatformPkg.dsc
1 #
2 # Copyright (c) 2011, 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
25 BUILD_TARGETS = DEBUG|RELEASE
26 SKUID_IDENTIFIER = DEFAULT
27 FLASH_DEFINITION = ArmPlatformPkg/ArmPlatformPkg.fdf
28
29 [LibraryClasses.common]
30 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
31 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf
32 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
33
34 !if $(TARGET) == 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 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
43
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
45 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
46 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
47 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
48 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
49 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
50 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
51 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
52 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
53
54 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
55 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
56 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
57 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
58 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
59 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
60 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
61 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
62 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
63 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
64
65 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
66
67 #
68 # Assume everything is fixed at build
69 #
70 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
71
72 # 1/123 faster than Stm or Vstm version
73 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
74 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
75
76 # ARM Architectural Libraries
77 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
78 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
79 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
80 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
81
82 # ARM PL390 General Interrupt Driver in Secure and Non-secure
83 ArmGicSecLib|ArmPkg/Drivers/PL390Gic/PL390GicSecLib.inf
84 ArmGicLib|ArmPkg/Drivers/PL390Gic/PL390GicLib.inf
85
86 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
87 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
88 EfiResetSystemLib|EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf
89 RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf
90
91 # EBL Related Libraries
92 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf
93 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
94 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
95 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
96
97 #
98 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
99 # in the debugger will show load and unload commands for symbols. You can cut and paste this
100 # into the command window to load symbols. We should be able to use a script to do this, but
101 # the version of RVD I have does not support scripts accessing system memory.
102 #
103 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
104 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
105 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
106
107 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
108 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
109
110 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
111
112 # BDS Libraries
113 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
114
115 [LibraryClasses.common.SEC]
116 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf
117 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.inf
118
119 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
120 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Sec/SecArmPlatformGlobalVariableLib.inf
121
122 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsOnlyLib/DebugAgentSymbolsOnlyLib.inf
123
124 [LibraryClasses.common.PEI_CORE]
125 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
126 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
127 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
128 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
129 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
130 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
131 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
132 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
133 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
134 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
135
136 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
137 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
138
139 [LibraryClasses.common.PEIM]
140 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
141 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
142 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
143 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
144 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
145 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
146 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
147 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
148 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
149 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
150 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
151
152 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
153 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
154
155 [LibraryClasses.common.DXE_CORE]
156 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
157 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
158 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
159 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
160 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
161 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
162 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
163 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
164
165 [LibraryClasses.common.DXE_DRIVER]
166 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
167 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
168 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
169 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
170 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
171 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
172
173 [LibraryClasses.common.UEFI_APPLICATION]
174 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
175 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
176 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
177 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
178
179 [LibraryClasses.common.UEFI_DRIVER]
180 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
181 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
182 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
183 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
184 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
185
186 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
187 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
188 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
189 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
190 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
191
192 [LibraryClasses.ARM]
193 #
194 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
195 # This library provides the instrinsic functions generate by a given compiler.
196 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
197 #
198 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
199
200 [BuildOptions]
201 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
202
203 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
204
205 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
206
207 ################################################################################
208 #
209 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
210 #
211 ################################################################################
212
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.PcdEmbeddedUsbDebugCmd|TRUE
229 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
230 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
231
232 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
233
234 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
235 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
236
237 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
238
239 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
240
241 [PcdsFixedAtBuild.common]
242 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Platform"
243
244 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmPlatform"
245 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
246 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
247 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
248 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
249 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
250 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
251 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
252 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
253 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
254 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
255
256 # DEBUG_ASSERT_ENABLED 0x01
257 # DEBUG_PRINT_ENABLED 0x02
258 # DEBUG_CODE_ENABLED 0x04
259 # CLEAR_MEMORY_ENABLED 0x08
260 # ASSERT_BREAKPOINT_ENABLED 0x10
261 # ASSERT_DEADLOOP_ENABLED 0x20
262 !if $(TARGET) == RELEASE
263 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
264 !else
265 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
266 !endif
267
268 # DEBUG_INIT 0x00000001 // Initialization
269 # DEBUG_WARN 0x00000002 // Warnings
270 # DEBUG_LOAD 0x00000004 // Load events
271 # DEBUG_FS 0x00000008 // EFI File system
272 # DEBUG_POOL 0x00000010 // Alloc & Free's
273 # DEBUG_PAGE 0x00000020 // Alloc & Free's
274 # DEBUG_INFO 0x00000040 // Verbose
275 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
276 # DEBUG_VARIABLE 0x00000100 // Variable
277 # DEBUG_BM 0x00000400 // Boot Manager
278 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
279 # DEBUG_NET 0x00004000 // SNI Driver
280 # DEBUG_UNDI 0x00010000 // UNDI Driver
281 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
282 # DEBUG_EVENT 0x00080000 // Event messages
283 # DEBUG_ERROR 0x80000000 // Error
284 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
285
286 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
287
288 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
289 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
290 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
291
292 #
293 # Optional feature to help prevent EFI memory map fragments
294 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
295 # Values are in EFI Pages (4K). DXE Core will make sure that
296 # at least this much of each type of memory can be allocated
297 # from a single memory range. This way you only end up with
298 # maximum of two fragements for each type in the memory map
299 # (the memory used, and the free memory that was prereserved
300 # but not used).
301 #
302 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
303 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
304 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
305 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50
306 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20
307 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
308 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000
309 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
310 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
311
312 #
313 # ARM Pcds
314 #
315 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000
316
317 # Stacks for MPCores in Secure World
318 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0
319 # Stacks for MPCores in Monitor Mode
320 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0
321 # Stacks for MPCores in Normal World
322 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0
323
324 gArmTokenSpaceGuid.PcdSystemMemoryBase|0
325 gArmTokenSpaceGuid.PcdSystemMemorySize|0
326
327 ################################################################################
328 #
329 # Components Section - list of all EDK II Modules needed by this Platform
330 #
331 ################################################################################
332 [Components.common]
333
334 #
335 # SEC
336 #
337 ArmPlatformPkg/Sec/Sec.inf
338
339 #
340 # PEI Phase modules
341 #
342 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf {
343 <LibraryClasses>
344 ArmGicSecLib|ArmPkg/Drivers/PL390Gic/PL390GicLib.inf
345
346 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
347 }
348 MdeModulePkg/Core/Pei/PeiMain.inf
349 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
350 <LibraryClasses>
351 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
352 }
353 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
354 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
355 ArmPkg/Drivers/CpuPei/CpuPei.inf
356 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
357 Nt32Pkg/BootModePei/BootModePei.inf
358 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
359 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
360 <LibraryClasses>
361 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
362 }
363
364 #
365 # DXE
366 #
367 MdeModulePkg/Core/Dxe/DxeMain.inf {
368 <LibraryClasses>
369 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
370 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
371 }
372
373 #
374 # Architectural Protocols
375 #
376 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
377 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
378 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
379 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
380 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
381 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
382 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
383
384 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
385 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
386 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
387
388 # Simple TextIn/TextOut for UEFI Terminal
389 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
390
391 #
392 # Semi-hosting filesystem
393 #
394 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
395
396 #
397 # FAT filesystem + GPT/MBR partitioning
398 #
399 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
400 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
401 FatPkg/EnhancedFatDxe/Fat.inf
402 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
403
404 #
405 # Application
406 #
407 EmbeddedPkg/Ebl/Ebl.inf
408
409 #
410 # Bds
411 #
412 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
413 ArmPlatformPkg/Bds/Bds.inf
414