]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc
ArmPlatformPkg: Added initial support for the FVP Base and Foundation Models
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress-FVP-AArch64.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 #
16 # Defines Section - statements that will be processed to create a Makefile.
17 #
18 ################################################################################
19 [Defines]
20 PLATFORM_NAME = ArmVExpress-FVP-AArch64
21 PLATFORM_GUID = 0de70077-9b3b-43bf-ba38-0ea37d77141b
22 PLATFORM_VERSION = 0.1
23 DSC_SPECIFICATION = 0x00010005
24 OUTPUT_DIRECTORY = Build/ArmVExpress-FVP-AArch64
25 SUPPORTED_ARCHITECTURES = AARCH64
26 BUILD_TARGETS = DEBUG|RELEASE
27 SKUID_IDENTIFIER = DEFAULT
28 FLASH_DEFINITION = ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.fdf
29
30 !include ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc
31
32 [LibraryClasses.common]
33 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
34 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
35 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf
36
37 ArmPlatformSysConfigLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf
38 NorFlashPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpressLib.inf
39 !ifndef ARM_FOUNDATION_FVP
40 LcdPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf
41 !endif
42
43 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
44
45 [LibraryClasses.common.SEC]
46 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf
47 ArmPlatformSecLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/ArmVExpressSecLib.inf
48 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf
49
50 [BuildOptions]
51 GCC:*_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
52
53
54 ################################################################################
55 #
56 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
57 #
58 ################################################################################
59
60 [PcdsFeatureFlag.common]
61
62 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
63 # It could be set FALSE to save size.
64 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
65
66 ## FVP platforms support hardware power control
67 # Disabled for now as we have a version mismatch.
68 gArmTokenSpaceGuid.PcdArmPsciSupport|FALSE
69
70 [PcdsFixedAtBuild.common]
71 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Fixed Virtual Platform"
72 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ARM-FVP"
73
74 # Up to 8 cores on Base models. This works fine if model happens to have less.
75 gArmPlatformTokenSpaceGuid.PcdCoreCount|8
76
77 #
78 # NV Storage PCDs. Use base of 0x0C000000 for NOR1
79 #
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0FFC0000
81 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00010000
82 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0FFD0000
83 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00010000
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0FFE0000
85 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00010000
86
87 gArmTokenSpaceGuid.PcdVFPEnabled|1
88
89 # FVP models can have 2 clusters with 4 cpus each
90 # Stacks for MPCores in Secure World
91 # Trusted SRAM (DRAM on Foundation model)
92 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0x04000000
93 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize|0x1000
94 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecSecondaryStackSize|0x800
95
96 # Stacks for MPCores in Normal World
97 # Non-Trusted SRAM
98 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x2E000000
99 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
100 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize|0x800
101
102 # System Memory (2GB)
103 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
104 gArmTokenSpaceGuid.PcdSystemMemorySize|0x80000000
105
106 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
107 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
108
109 #
110 # ARM Pcds
111 #
112 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
113
114 ## Trustzone enable (to make the transition from EL3 to NS EL2 in ArmPlatformPkg/Sec)
115 gArmTokenSpaceGuid.PcdTrustzoneSupport|TRUE
116
117 #
118 # ARM PrimeCell
119 #
120
121 ## SP805 Watchdog - Motherboard Watchdog at 24MHz
122 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogBase|0x1C0F0000
123 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogClockFrequencyInHz|24000000
124
125 ## PL011 - Serial Terminal
126 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x1c090000
127 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
128
129 ## PL031 RealTimeClock
130 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x1C170000
131
132 !ifndef ARM_FOUNDATION_FVP
133 ## PL111 Versatile Express Motherboard controller
134 gArmPlatformTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000
135
136 ## PL180 MMC/SD card controller
137 gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress|0x1C010048
138 gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress|0x1C050000
139 !endif
140
141 #
142 # ARM General Interrupt Controller
143 #
144 !ifdef ARM_FVP_LEGACY_GICV2_LOCATION
145 gArmTokenSpaceGuid.PcdGicDistributorBase|0x2C001000
146 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x2C002000
147 !else
148 gArmTokenSpaceGuid.PcdGicDistributorBase|0x2f000000
149 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x2C000000
150 !endif
151
152 #
153 # ARM OS Loader
154 #
155 # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux:
156 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from SemiHosting"
157 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/Image"
158 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/filesystem.cpio.gz"
159 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=ttyAMA0 earlyprintk=pl011,0x1c090000 debug user_debug=31 loglevel=9"
160 gArmPlatformTokenSpaceGuid.PcdDefaultBootType|2
161 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/fdt.dtb"
162
163 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
164 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"
165 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"
166
167 #
168 # ARM Architectual Timer Frequency
169 #
170 # Set tick frequency value to 120Mhz
171 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|120000000
172
173 ################################################################################
174 #
175 # Components Section - list of all EDK II Modules needed by this Platform
176 #
177 ################################################################################
178 [Components.common]
179
180 #
181 # SEC
182 #
183 ArmPlatformPkg/Sec/Sec.inf {
184 <LibraryClasses>
185 # Use the implementation which set the Secure bits
186 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicSecLib.inf
187 }
188
189 #
190 # PEI Phase modules
191 #
192 ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf {
193 <LibraryClasses>
194 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
195 }
196 MdeModulePkg/Core/Pei/PeiMain.inf
197 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
198 <LibraryClasses>
199 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
200 }
201 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
202 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
203 ArmPkg/Drivers/CpuPei/CpuPei.inf
204 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
205 Nt32Pkg/BootModePei/BootModePei.inf
206 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
207 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
208 <LibraryClasses>
209 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
210 }
211
212 #
213 # DXE
214 #
215 MdeModulePkg/Core/Dxe/DxeMain.inf {
216 <LibraryClasses>
217 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
218 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
219 }
220
221 #
222 # Architectural Protocols
223 #
224 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
225 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
226 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
227 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
228 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
229 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
230 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
231 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
232 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
233 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
234
235 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
236 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
237 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
238 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
239 EmbeddedPkg/SerialDxe/SerialDxe.inf
240
241 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
242
243 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
244 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
245 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
246 !ifndef ARM_FOUNDATION_FVP
247 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
248 !endif
249 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
250
251 #
252 # Semi-hosting filesystem
253 #
254 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
255
256 !ifndef ARM_FOUNDATION_FVP
257 #
258 # Multimedia Card Interface
259 #
260 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
261 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
262 !endif
263
264 #
265 # FAT filesystem + GPT/MBR partitioning
266 #
267 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
268 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
269 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
270
271 #
272 # Bds
273 #
274 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
275 ArmPlatformPkg/Bds/Bds.inf