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