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