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