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