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