]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15_MPCore.dsc
ArmPlatformPkg: Removed duplicate PCD settings
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress-RTSM-A15_MPCore.dsc
CommitLineData
88d4f51d 1#\r
04f1a709 2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
88d4f51d 3#\r
3402aac7
RC
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
88d4f51d 11#\r
12#\r
13\r
14################################################################################\r
15#\r
16# Defines Section - statements that will be processed to create a Makefile.\r
17#\r
18################################################################################\r
19[Defines]\r
20 PLATFORM_NAME = ArmVExpressPkg-RTSM-A15_MPCore\r
21 PLATFORM_GUID = 3a91a0f8-3af4-409d-a71d-a199dc134357\r
22 PLATFORM_VERSION = 0.1\r
23 DSC_SPECIFICATION = 0x00010005\r
24 OUTPUT_DIRECTORY = Build/ArmVExpress-RTSM-A15_MPCore\r
25 SUPPORTED_ARCHITECTURES = ARM\r
26 BUILD_TARGETS = DEBUG|RELEASE\r
27 SKUID_IDENTIFIER = DEFAULT\r
28 FLASH_DEFINITION = ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15_MPCore.fdf\r
29\r
30!include ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc\r
31\r
32[LibraryClasses.common]\r
33 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
34 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf\r
35 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf\r
3402aac7 36\r
88d4f51d 37 ArmPlatformSysConfigLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf\r
38 NorFlashPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpressLib.inf\r
39 LcdPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf\r
40\r
41 #DebugAgentTimerLib|ArmPlatformPkg/ArmVExpressPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf\r
42\r
3402aac7 43 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
88d4f51d 44\r
974d6117
LE
45 # Virtio Support\r
46 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
47 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
48\r
88d4f51d 49[LibraryClasses.common.SEC]\r
50 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf\r
e314d564 51 ArmPlatformSecLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/ArmVExpressSecLib.inf\r
52 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf\r
00b21534 53\r
04f1a709
RC
54[LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.DXE_DRIVER]\r
55 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
56\r
88d4f51d 57[BuildOptions]\r
58 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM\r
59\r
eb98fc6d 60 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM\r
3402aac7 61\r
88d4f51d 62 XCODE:*_*_ARM_PLATFORM_FLAGS = -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM\r
63\r
64################################################################################\r
65#\r
66# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
67#\r
68################################################################################\r
69\r
70[PcdsFeatureFlag.common]\r
e7c578c9 71!ifdef EDK2_SKIP_PEICORE\r
88d4f51d 72 gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec|TRUE\r
73 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores|TRUE\r
74!endif\r
3402aac7 75\r
88d4f51d 76 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
77 # It could be set FALSE to save size.\r
78 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
3402aac7 79\r
88d4f51d 80[PcdsFixedAtBuild.common]\r
81 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"\r
88d4f51d 82 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmVExpress-RTSM"\r
83\r
695df8ba 84 gArmPlatformTokenSpaceGuid.PcdCoreCount|2\r
85\r
88d4f51d 86 #\r
87 # NV Storage PCDs. Use base of 0x0C000000 for NOR1\r
88 #\r
33fc8b0f
RF
89!if $(EDK2_ARMVE_SUPPORT_QEMU) == 1\r
90 # QEMU only models a single flash block size, so use larger blocks\r
91 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0FF00000\r
92 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00040000\r
93 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0FF40000\r
94 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00040000\r
95 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0FF80000\r
96 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00040000\r
97!else\r
88d4f51d 98 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0FFC0000\r
99 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00010000\r
100 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0FFD0000\r
101 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00010000\r
102 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0FFE0000\r
103 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00010000\r
33fc8b0f 104!endif\r
88d4f51d 105\r
106 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
3402aac7 107\r
88d4f51d 108 # Stacks for MPCores in Secure World\r
109 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0x2E009000\r
110 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize|0x1000\r
3402aac7 111\r
88d4f51d 112 # Stacks for MPCores in Monitor Mode\r
113 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0x2E008000\r
114 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize|0x100\r
3402aac7 115\r
88d4f51d 116 # Stacks for MPCores in Normal World\r
117 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x2E000000\r
118 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
3402aac7
RC
119\r
120 # System Memory (1GB)\r
88d4f51d 121 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000\r
122 gArmTokenSpaceGuid.PcdSystemMemorySize|0x40000000\r
3402aac7 123\r
88d4f51d 124 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
125 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
3402aac7 126\r
88d4f51d 127 #\r
128 # ARM Pcds\r
129 #\r
130 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r
3402aac7 131\r
88d4f51d 132 #\r
133 # ARM PrimeCell\r
134 #\r
135\r
136 ## SP805 Watchdog - Motherboard Watchdog\r
137 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogBase|0x1C0F0000\r
3402aac7 138\r
88d4f51d 139 ## PL011 - Serial Terminal\r
140 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x1c090000\r
141 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
88d4f51d 142\r
143 ## PL031 RealTimeClock\r
144 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x1C170000\r
145\r
146 ## PL111 Versatile Express Motherboard controller\r
147 gArmPlatformTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000\r
3402aac7 148\r
53f39c6c 149 ## PL180 MMC/SD card controller\r
150 gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress|0x1C010048\r
151 gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress|0x1C050000\r
3402aac7 152\r
88d4f51d 153 #\r
017baa1c 154 # ARM General Interrupt Controller\r
88d4f51d 155 #\r
156 gArmTokenSpaceGuid.PcdGicDistributorBase|0x2C001000\r
157 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x2C002000\r
158\r
159 #\r
160 # ARM OS Loader\r
161 #\r
3402aac7 162 # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux:\r
88d4f51d 163 gArmTokenSpaceGuid.PcdArmMachineType|2272\r
00b21534 164 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"SemiHosting"\r
165 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/zImage"\r
1cb7c119 166 gArmPlatformTokenSpaceGuid.PcdDefaultBootType|2\r
88d4f51d 167\r
168 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)\r
169 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"\r
170 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"\r
171\r
88d4f51d 172 #\r
b4a6629f 173 # ARM Architectural Timer Frequency\r
88d4f51d 174 #\r
b4a6629f 175 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|100000000\r
3402aac7 176\r
04f1a709
RC
177[PcdsDynamicDefault.common]\r
178 #\r
179 # The size of a dynamic PCD of the (VOID*) type can not be increased at run\r
180 # time from its size at build time. Set the "PcdFdtDevicePaths" PCD to a 128\r
181 # character "empty" string, to allow to be able to set FDT text device paths\r
182 # up to 128 characters long.\r
183 #\r
184 gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths|L" "\r
3402aac7 185\r
88d4f51d 186################################################################################\r
187#\r
188# Components Section - list of all EDK II Modules needed by this Platform\r
189#\r
190################################################################################\r
191[Components.common]\r
3402aac7 192\r
88d4f51d 193 #\r
194 # SEC\r
195 #\r
f8181c90 196 ArmPlatformPkg/Sec/Sec.inf {\r
197 <LibraryClasses>\r
198 # Use the implementation which set the Secure bits\r
017baa1c 199 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicSecLib.inf\r
f8181c90 200 }\r
3402aac7 201\r
88d4f51d 202 #\r
203 # PEI Phase modules\r
204 #\r
e7c578c9 205!ifdef EDK2_SKIP_PEICORE\r
88d4f51d 206 ArmPlatformPkg/PrePi/PeiMPCore.inf {\r
207 <LibraryClasses>\r
208 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
209 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf\r
210 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf\r
211 }\r
212!else\r
213 ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf {\r
214 <LibraryClasses>\r
215 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r
216 }\r
217 MdeModulePkg/Core/Pei/PeiMain.inf\r
218 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
219 <LibraryClasses>\r
220 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
221 }\r
222 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
223 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
224 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
225 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
226 Nt32Pkg/BootModePei/BootModePei.inf\r
227 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
228 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
229 <LibraryClasses>\r
9435a57e 230 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
88d4f51d 231 }\r
232!endif\r
233\r
234 #\r
235 # DXE\r
236 #\r
237 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
238 <LibraryClasses>\r
239 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
240 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
241 }\r
242\r
243 #\r
244 # Architectural Protocols\r
245 #\r
3402aac7 246 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
88d4f51d 247 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
248 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
249 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
250 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
251 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
3402aac7 252 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
88d4f51d 253 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
254 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
255 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
256\r
257 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
258 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
259 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
260 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
261 EmbeddedPkg/SerialDxe/SerialDxe.inf\r
262\r
263 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
264\r
017baa1c 265 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
88d4f51d 266 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
267 ArmPkg/Drivers/TimerDxe/TimerDxe.inf\r
268 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf\r
269 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf\r
3402aac7 270\r
88d4f51d 271 #\r
272 # Semi-hosting filesystem\r
273 #\r
274 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
3402aac7 275\r
88d4f51d 276 #\r
277 # Multimedia Card Interface\r
278 #\r
279 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf\r
280 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf\r
62d441fb
RC
281\r
282 #\r
283 # Platform Driver\r
284 #\r
285 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ArmFvpDxe.inf\r
286 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
3402aac7 287\r
88d4f51d 288 #\r
289 # FAT filesystem + GPT/MBR partitioning\r
290 #\r
291 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
292 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
88d4f51d 293 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
294\r
88d4f51d 295 #\r
296 # Bds\r
297 #\r
298 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
299 ArmPlatformPkg/Bds/Bds.inf\r