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