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