]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmPlatformPkg-2ndstage.dsc
ArmPkg: split off ArmGicArchLib from ArmGicLib
[mirror_edk2.git] / ArmPlatformPkg / ArmPlatformPkg-2ndstage.dsc
CommitLineData
1e57a462 1#\r
04f1a709 2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
1e57a462 3#\r
febad023
OM
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
1e57a462 11#\r
12#\r
13################################################################################\r
14#\r
15# Defines Section - statements that will be processed to create a Makefile.\r
16#\r
17################################################################################\r
18[Defines]\r
19 PLATFORM_NAME = ArmPlatform\r
3402aac7 20 PLATFORM_GUID = 4fe82b83-9315-4ff3-8cc0-ab77ca93cb7f\r
1e57a462 21 PLATFORM_VERSION = 0.1\r
22 DSC_SPECIFICATION = 0x00010005\r
23 OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)\r
1bc83266 24 SUPPORTED_ARCHITECTURES = ARM|AARCH64\r
1e57a462 25 BUILD_TARGETS = DEBUG|RELEASE\r
26 SKUID_IDENTIFIER = DEFAULT\r
27 FLASH_DEFINITION = ArmPlatformPkg/ArmPlatformPkg-2ndstage.fdf\r
28\r
29[LibraryClasses.common]\r
1e57a462 30 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
31\r
32!if $(TARGET) == RELEASE\r
33 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
34 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
35!else\r
36 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
37 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
38# UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf\r
39!endif\r
40 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
3402aac7 41\r
1e57a462 42 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
43 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
44 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
45 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
46 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
47 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
48 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
49 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
50 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
51\r
52 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
53 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
54 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
55 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
56 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
57 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
58 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
59 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
60 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
3402aac7 61 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
1e57a462 62\r
63 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
64\r
65 #\r
66 # Assume everything is fixed at build\r
67 #\r
68 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
3402aac7 69\r
1e57a462 70 # 1/123 faster than Stm or Vstm version\r
71 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
72 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r
73\r
74 # ARM Architectural Libraries\r
75 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
76 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
77 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
78 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
79 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r
017baa1c 80 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
8d13298b 81 ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf\r
c3adcc97 82 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
bc87b507 83 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r
1e57a462 84\r
85 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
86 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
87 EfiResetSystemLib|EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf\r
88 RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf\r
89\r
8bf4ad44
RC
90 # Networking Requirements for ArmPlatformPkg/Bds\r
91 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
92\r
0ead5ec4
RC
93 # These libraries are used by the dynamic EFI Shell commands\r
94 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
95 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
96 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
97\r
8bf4ad44 98 # EBL Related Libraries\r
1e57a462 99 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf\r
100 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf\r
101 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf\r
102 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf\r
8bf4ad44 103\r
1e57a462 104 #\r
3402aac7 105 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window\r
1e57a462 106 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
107 # into the command window to load symbols. We should be able to use a script to do this, but\r
108 # the version of RVD I have does not support scripts accessing system memory.\r
109 #\r
110 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
111 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
112 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
3402aac7 113\r
1e57a462 114 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
115 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf\r
116\r
3402aac7 117 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf\r
1e57a462 118\r
119 # BDS Libraries\r
120 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf\r
121 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r
122\r
1bc83266
HL
123[LibraryClasses.ARM]\r
124 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
125 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf\r
126\r
127[LibraryClasses.AARCH64]\r
128 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf\r
129 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r
130\r
1e57a462 131[LibraryClasses.common.SEC]\r
132 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf\r
133\r
3402aac7 134 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf\r
1e57a462 135 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf\r
c3adcc97 136 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf\r
3402aac7 137\r
1e57a462 138 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
139 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
9435a57e 140 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
1e57a462 141 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
142 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
143 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
144 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
145 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
d94a48c7
AB
146\r
147[LibraryClasses.common.SEC, LibraryClasses.common.PEIM]\r
1e57a462 148 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
149\r
150[LibraryClasses.common.DXE_CORE]\r
151 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
152 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
153 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
154 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
155 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
156 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
157 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
158 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
159\r
160[LibraryClasses.common.DXE_DRIVER]\r
161 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
162 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
163 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
164 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
165 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
166 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf\r
167\r
168[LibraryClasses.common.UEFI_APPLICATION]\r
169 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
170 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
171 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
172 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
173\r
174[LibraryClasses.common.UEFI_DRIVER]\r
175 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
176 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
177 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
178 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
179 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
180\r
181[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
182 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
183 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
184 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
185 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
186\r
bd1d0628 187[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
1e57a462 188 #\r
189 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
190 # This library provides the instrinsic functions generate by a given compiler.\r
191 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
192 #\r
193 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
194\r
bd1d0628
OM
195 # Add support for GCC stack protector\r
196 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
197\r
1e57a462 198[BuildOptions]\r
199 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7\r
200\r
201 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a\r
202\r
203 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8\r
204\r
205################################################################################\r
206#\r
207# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
208#\r
209################################################################################\r
210\r
211[PcdsFeatureFlag.common]\r
212 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
213 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
214 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
215 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
3402aac7 216\r
1e57a462 217 #\r
218 # Control what commands are supported from the UI\r
219 # Turn these on and off to add features or save size\r
3402aac7 220 #\r
1e57a462 221 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE\r
222 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE\r
223 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE\r
224 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE\r
225 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE\r
226 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE\r
227 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE\r
228\r
229 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r
3402aac7 230\r
1e57a462 231 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
232 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
3402aac7 233\r
1e57a462 234 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r
3402aac7 235\r
1e57a462 236 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
237\r
238[PcdsFixedAtBuild.common]\r
239 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Platform"\r
3402aac7 240\r
1e57a462 241 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmPlatform"\r
1e57a462 242 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
243 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
244 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
245 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
246 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
247 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
248 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
249 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
250\r
251 # DEBUG_ASSERT_ENABLED 0x01\r
252 # DEBUG_PRINT_ENABLED 0x02\r
253 # DEBUG_CODE_ENABLED 0x04\r
254 # CLEAR_MEMORY_ENABLED 0x08\r
255 # ASSERT_BREAKPOINT_ENABLED 0x10\r
256 # ASSERT_DEADLOOP_ENABLED 0x20\r
257!if $(TARGET) == RELEASE\r
258 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
259!else\r
260 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
261!endif\r
262\r
263 # DEBUG_INIT 0x00000001 // Initialization\r
264 # DEBUG_WARN 0x00000002 // Warnings\r
265 # DEBUG_LOAD 0x00000004 // Load events\r
266 # DEBUG_FS 0x00000008 // EFI File system\r
267 # DEBUG_POOL 0x00000010 // Alloc & Free's\r
268 # DEBUG_PAGE 0x00000020 // Alloc & Free's\r
269 # DEBUG_INFO 0x00000040 // Verbose\r
270 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers\r
271 # DEBUG_VARIABLE 0x00000100 // Variable\r
272 # DEBUG_BM 0x00000400 // Boot Manager\r
273 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
274 # DEBUG_NET 0x00004000 // SNI Driver\r
275 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
276 # DEBUG_LOADFILE 0x00020000 // UNDI Driver\r
277 # DEBUG_EVENT 0x00080000 // Event messages\r
278 # DEBUG_ERROR 0x80000000 // Error\r
279 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r
280\r
281 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
282\r
283 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r
284 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
285 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
3402aac7 286\r
1e57a462 287 #\r
288 # Optional feature to help prevent EFI memory map fragments\r
289 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
3402aac7
RC
290 # Values are in EFI Pages (4K). DXE Core will make sure that\r
291 # at least this much of each type of memory can be allocated\r
1e57a462 292 # from a single memory range. This way you only end up with\r
293 # maximum of two fragements for each type in the memory map\r
294 # (the memory used, and the free memory that was prereserved\r
295 # but not used).\r
296 #\r
297 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r
298 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r
299 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r
300 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50\r
301 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20\r
302 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400\r
303 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000\r
304 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20\r
305 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r
3402aac7 306\r
0ead5ec4
RC
307 # We want to use the Shell Libraries but don't want it to initialise\r
308 # automatically. We initialise the libraries when the command is called by the\r
309 # Shell.\r
310 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
311\r
1e57a462 312 #\r
313 # ARM Pcds\r
314 #\r
315 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000\r
3402aac7 316\r
1e57a462 317 gArmTokenSpaceGuid.PcdSystemMemoryBase|0\r
318 gArmTokenSpaceGuid.PcdSystemMemorySize|0\r
319\r
320################################################################################\r
321#\r
322# Components Section - list of all EDK II Modules needed by this Platform\r
323#\r
324################################################################################\r
325[Components.common]\r
3402aac7 326\r
1e57a462 327 #\r
328 # PEI Phase modules\r
329 #\r
330 ArmPlatformPkg/PrePi/PeiUniCore.inf\r
331\r
332 #\r
333 # DXE\r
334 #\r
335 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
336 <LibraryClasses>\r
337 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
338 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
339 }\r
340\r
341 #\r
342 # Architectural Protocols\r
343 #\r
3402aac7 344 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
1e57a462 345 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
346 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
347 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
348 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
349 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
3402aac7
RC
350 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf\r
351\r
1e57a462 352 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
353 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
354 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
3402aac7 355\r
1e57a462 356 # Simple TextIn/TextOut for UEFI Terminal\r
357 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf\r
3402aac7 358\r
1e57a462 359 #\r
360 #\r
361 # Semi-hosting filesystem\r
362 #\r
363 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
3402aac7 364\r
1e57a462 365 #\r
366 # FAT filesystem + GPT/MBR partitioning\r
367 #\r
368 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
369 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
1e57a462 370 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
3402aac7 371\r
1e57a462 372 #\r
373 # Application\r
3402aac7 374 #\r
1e57a462 375 EmbeddedPkg/Ebl/Ebl.inf\r
376\r
377 #\r
378 # Bds\r
379 #\r
380 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
381 ArmPlatformPkg/Bds/Bds.inf\r
3402aac7 382\r
0ead5ec4
RC
383 # Legacy Linux Loader\r
384 ArmPkg/Application/LinuxLoader/LinuxLoader.inf\r