]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-AEMv8Ax4.dsc
ArmPlatformPkg/ArmVExpressDxe: Platform specific driver for ARM VExpress based platform
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress-RTSM-AEMv8Ax4.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 = ArmVExpressPkg-RTSM-AEMv8Ax4
21 PLATFORM_GUID = f7003abd-8809-4096-ac3d-a6a99ff52478
22 PLATFORM_VERSION = 0.1
23 DSC_SPECIFICATION = 0x00010005
24 OUTPUT_DIRECTORY = Build/ArmVExpress-RTSM-AEMv8Ax4
25 SUPPORTED_ARCHITECTURES = AARCH64
26 BUILD_TARGETS = DEBUG|RELEASE
27 SKUID_IDENTIFIER = DEFAULT
28 FLASH_DEFINITION = ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-AEMv8Ax4.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 LcdPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf
40
41 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
42
43 # VirtIo Support
44 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
45 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
46
47 [LibraryClasses.common.SEC]
48 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf
49 ArmPlatformSecLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/ArmVExpressSecLib.inf
50 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf
51
52 [BuildOptions]
53 GCC:*_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
54
55
56 ################################################################################
57 #
58 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
59 #
60 ################################################################################
61
62 [PcdsFeatureFlag.common]
63
64 !ifdef $(EDK2_SKIP_PEICORE)
65 gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec|TRUE
66 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores|TRUE
67 !endif
68
69 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
70 # It could be set FALSE to save size.
71 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
72
73 [PcdsFixedAtBuild.common]
74 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"
75 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmVExpress-RTSM"
76
77 gArmPlatformTokenSpaceGuid.PcdCoreCount|8
78
79 #
80 # NV Storage PCDs. Use base of 0x0C000000 for NOR1
81 #
82 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0FFC0000
83 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00010000
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0FFD0000
85 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00010000
86 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0FFE0000
87 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00010000
88
89 gArmTokenSpaceGuid.PcdVFPEnabled|1
90
91 # FVP models can have 2 clusters with 4 cpus each
92 # Stacks for MPCores in Secure World
93 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0x2E009000
94 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize|0x1000
95 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecSecondaryStackSize|0x800
96
97 # Stacks for MPCores in Normal World
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 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 ## PL111 Versatile Express Motherboard controller
133 gArmPlatformTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000
134
135 ## PL180 MMC/SD card controller
136 gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress|0x1C010048
137 gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress|0x1C050000
138
139 #
140 # ARM General Interrupt Controller
141 #
142 gArmTokenSpaceGuid.PcdGicDistributorBase|0x2C001000
143 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x2C002000
144
145 #
146 # ARM OS Loader
147 #
148 # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux:
149 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from SemiHosting"
150 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/Image"
151 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"root=/dev/mmcblk0p2 console=ttyAMA0 earlyprintk=pl011,0x1c090000 debug user_debug=31 loglevel=9"
152 gArmPlatformTokenSpaceGuid.PcdDefaultBootType|2
153 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/rtsm_ve-aemv8a.dtb"
154
155 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
156 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"
157 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"
158
159 #
160 # ARM Architectual Timer Frequency
161 #
162 # Set model tick to 120Mhz. This depends a lot on workstation performance.
163 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|120000000
164
165 ################################################################################
166 #
167 # Components Section - list of all EDK II Modules needed by this Platform
168 #
169 ################################################################################
170 [Components.common]
171
172 #
173 # SEC
174 #
175 ArmPlatformPkg/Sec/Sec.inf {
176 <LibraryClasses>
177 # Use the implementation which set the Secure bits
178 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicSecLib.inf
179 }
180
181 #
182 # PEI Phase modules
183 #
184 !ifdef $(EDK2_SKIP_PEICORE)
185 ArmPlatformPkg/PrePi/PeiMPCore.inf {
186 <LibraryClasses>
187 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
188 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf
189 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf
190 }
191 !else
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 !endif
212
213 #
214 # DXE
215 #
216 MdeModulePkg/Core/Dxe/DxeMain.inf {
217 <LibraryClasses>
218 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
219 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
220 }
221
222 #
223 # Architectural Protocols
224 #
225 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
226 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
227 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
228 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
229 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
230 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
231 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
232 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
233 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
234 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
235
236 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
237 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
238 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
239 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
240 EmbeddedPkg/SerialDxe/SerialDxe.inf
241
242 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
243
244 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
245 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
246 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
247 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
248 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
249
250 #
251 # Semi-hosting filesystem
252 #
253 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
254
255 #
256 # Multimedia Card Interface
257 #
258 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
259 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
260
261 #
262 # Platform Driver
263 #
264 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ArmFvpDxe.inf
265 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
266
267 #
268 # FAT filesystem + GPT/MBR partitioning
269 #
270 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
271 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
272 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
273
274 #
275 # Bds
276 #
277 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
278 ArmPlatformPkg/Bds/Bds.inf