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