]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc
f0c99dae9474993a00038886c7a24fae0193e283
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress-FVP-AArch64.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 #
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 !ifndef ARM_FVP_RUN_NORFLASH
31 DEFINE EDK2_SKIP_PEICORE=1
32 !endif
33
34
35 !include ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc
36
37 [LibraryClasses.common]
38 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
39 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
40 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf
41
42 ArmPlatformSysConfigLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf
43 NorFlashPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpressLib.inf
44 !ifndef ARM_FOUNDATION_FVP
45 LcdPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf
46 !endif
47
48 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
49
50 # Virtio Support
51 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
52 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
53
54 [LibraryClasses.common.SEC]
55 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf
56 ArmPlatformSecLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/ArmVExpressSecLib.inf
57 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf
58
59 [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.DXE_DRIVER]
60 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
61
62 [BuildOptions]
63 GCC:*_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
64
65
66 ################################################################################
67 #
68 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
69 #
70 ################################################################################
71
72 [PcdsFeatureFlag.common]
73
74 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
75 # It could be set FALSE to save size.
76 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
77
78 # Force the UEFI GIC driver to use GICv2 legacy mode. To use
79 # GICv3 without GICv2 legacy in UEFI, the ARM Trusted Firmware needs
80 # to configure the Non-Secure interrupts in the GIC Redistributors
81 # which is not supported at the moment.
82 gArmTokenSpaceGuid.PcdArmGicV3WithV2Legacy|TRUE
83 #
84 # FDT installation : enable the development specific features
85 #
86 gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt|TRUE
87
88 [PcdsFixedAtBuild.common]
89 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Fixed Virtual Platform"
90 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ARM-FVP"
91
92 !ifndef ARM_FOUNDATION_FVP
93 # Up to 8 cores on Base models. This works fine if model happens to have less.
94 gArmPlatformTokenSpaceGuid.PcdCoreCount|8
95 gArmPlatformTokenSpaceGuid.PcdClusterCount|2
96 !else
97 # Up to 4 cores on Foundation models. This works fine if model happens to have less.
98 gArmPlatformTokenSpaceGuid.PcdCoreCount|4
99 !endif
100
101 #
102 # NV Storage PCDs. Use base of 0x0C000000 for NOR1
103 #
104 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0FFC0000
105 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00010000
106 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0FFD0000
107 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00010000
108 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0FFE0000
109 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00010000
110
111 gArmTokenSpaceGuid.PcdVFPEnabled|1
112
113 # FVP models can have 2 clusters with 4 cpus each
114 # Stacks for MPCores in Secure World
115 # Trusted SRAM (DRAM on Foundation model)
116 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0x04000000
117 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize|0x1000
118 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecSecondaryStackSize|0x800
119
120 # Stacks for MPCores in Normal World
121 # Non-Trusted SRAM
122 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x2E000000
123 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
124 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize|0x1000
125
126 # System Memory (2GB - 16MB of Trusted DRAM at the top of the 32bit address space)
127 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
128 gArmTokenSpaceGuid.PcdSystemMemorySize|0x7F000000
129
130 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
131 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
132
133 #
134 # ARM Pcds
135 #
136 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
137
138 ## Trustzone enable (to make the transition from EL3 to NS EL2 in ArmPlatformPkg/Sec)
139 gArmTokenSpaceGuid.PcdTrustzoneSupport|TRUE
140
141 #
142 # ARM PrimeCell
143 #
144
145 ## SP805 Watchdog - Motherboard Watchdog at 24MHz
146 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogBase|0x1C0F0000
147 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogClockFrequencyInHz|24000000
148
149 ## PL011 - Serial Terminal
150 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x1c090000
151 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
152
153 ## PL031 RealTimeClock
154 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x1C170000
155
156 !ifndef ARM_FOUNDATION_FVP
157 ## PL111 Versatile Express Motherboard controller
158 gArmPlatformTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000
159
160 ## PL180 MMC/SD card controller
161 gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress|0x1C010048
162 gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress|0x1C050000
163 !endif
164
165 #
166 # ARM General Interrupt Controller
167 #
168 !ifdef ARM_FVP_LEGACY_GICV2_LOCATION
169 gArmTokenSpaceGuid.PcdGicDistributorBase|0x2C001000
170 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x2C002000
171 !else
172 gArmTokenSpaceGuid.PcdGicDistributorBase|0x2f000000
173 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x2f100000
174 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x2C000000
175 !endif
176
177 #
178 # ARM OS Loader
179 #
180 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from SemiHosting"
181 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/Image"
182 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/filesystem.cpio.gz"
183 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|L"console=ttyAMA0 earlycon=pl011,0x1c090000 debug user_debug=31 loglevel=9"
184 # Use EFI Stub
185 gArmPlatformTokenSpaceGuid.PcdDefaultBootType|0
186 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/fdt.dtb"
187
188 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
189 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"
190 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"
191
192 #
193 # ARM Architectural Timer Frequency
194 #
195 # Set tick frequency value to 100Mhz
196 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|100000000
197
198 [PcdsDynamicDefault.common]
199 #
200 # The size of a dynamic PCD of the (VOID*) type can not be increased at run
201 # time from its size at build time. Set the "PcdFdtDevicePaths" PCD to a 128
202 # character "empty" string, to allow to be able to set FDT text device paths
203 # up to 128 characters long.
204 #
205 gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths|L" "
206
207 ################################################################################
208 #
209 # Components Section - list of all EDK II Modules needed by this Platform
210 #
211 ################################################################################
212 [Components.common]
213
214 #
215 # SEC
216 #
217 ArmPlatformPkg/Sec/Sec.inf {
218 <LibraryClasses>
219 # Use the implementation which set the Secure bits
220 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicSecLib.inf
221 }
222
223 #
224 # PEI Phase modules
225 #
226 !ifdef EDK2_SKIP_PEICORE
227 # UEFI is placed in RAM by bootloader
228 ArmPlatformPkg/PrePi/PeiMPCore.inf {
229 <LibraryClasses>
230 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
231 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf
232 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf
233 }
234 !else
235 # UEFI lives in FLASH and copies itself to RAM
236 ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf {
237 <LibraryClasses>
238 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
239 }
240 MdeModulePkg/Core/Pei/PeiMain.inf
241 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
242 <LibraryClasses>
243 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
244 }
245 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
246 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
247 ArmPkg/Drivers/CpuPei/CpuPei.inf
248 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
249 Nt32Pkg/BootModePei/BootModePei.inf
250 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
251 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
252 <LibraryClasses>
253 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
254 }
255 !endif
256
257 #
258 # DXE
259 #
260 MdeModulePkg/Core/Dxe/DxeMain.inf {
261 <LibraryClasses>
262 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
263 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
264 }
265
266 #
267 # Architectural Protocols
268 #
269 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
270 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
271 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
272 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
273 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
274 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
275 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
276 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
277 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
278 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
279
280 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
281 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
282 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
283 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
284 EmbeddedPkg/SerialDxe/SerialDxe.inf
285
286 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
287
288 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
289 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
290 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
291 !ifndef ARM_FOUNDATION_FVP
292 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
293 !endif
294 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
295
296 #
297 # Semi-hosting filesystem
298 #
299 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
300
301 !ifndef ARM_FOUNDATION_FVP
302 #
303 # Multimedia Card Interface
304 #
305 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
306 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
307 !endif
308
309 #
310 # Platform Driver
311 #
312 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ArmFvpDxe.inf
313 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
314
315 #
316 # FAT filesystem + GPT/MBR partitioning
317 #
318 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
319 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
320 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
321
322 #
323 # Bds
324 #
325 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
326 ArmPlatformPkg/Bds/Bds.inf