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