]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15_MPCore.dsc
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress-RTSM-A15_MPCore.dsc
1 #
2 # Copyright (c) 2011-2014, 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-A15_MPCore
21 PLATFORM_GUID = 3a91a0f8-3af4-409d-a71d-a199dc134357
22 PLATFORM_VERSION = 0.1
23 DSC_SPECIFICATION = 0x00010005
24 OUTPUT_DIRECTORY = Build/ArmVExpress-RTSM-A15_MPCore
25 SUPPORTED_ARCHITECTURES = ARM
26 BUILD_TARGETS = DEBUG|RELEASE
27 SKUID_IDENTIFIER = DEFAULT
28 FLASH_DEFINITION = ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15_MPCore.fdf
29
30 !include ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc
31
32 [LibraryClasses.common]
33 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
34 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.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 #DebugAgentTimerLib|ArmPlatformPkg/ArmVExpressPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
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/ArmV7/ArmV7LibSec.inf
51 ArmPlatformSecLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/ArmVExpressSecLib.inf
52 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf
53
54 [BuildOptions]
55 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
56
57 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
58
59 XCODE:*_*_ARM_PLATFORM_FLAGS = -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
60
61 ################################################################################
62 #
63 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
64 #
65 ################################################################################
66
67 [PcdsFeatureFlag.common]
68 !ifdef EDK2_SKIP_PEICORE
69 gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec|TRUE
70 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores|TRUE
71 !endif
72
73 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
74 # It could be set FALSE to save size.
75 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
76
77 [PcdsFixedAtBuild.common]
78 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"
79 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmVExpress-RTSM"
80
81 gArmPlatformTokenSpaceGuid.PcdCoreCount|2
82
83 #
84 # NV Storage PCDs. Use base of 0x0C000000 for NOR1
85 #
86 !if $(EDK2_ARMVE_SUPPORT_QEMU) == 1
87 # QEMU only models a single flash block size, so use larger blocks
88 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0FF00000
89 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00040000
90 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0FF40000
91 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00040000
92 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0FF80000
93 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00040000
94 !else
95 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0FFC0000
96 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00010000
97 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0FFD0000
98 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00010000
99 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0FFE0000
100 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00010000
101 !endif
102
103 gArmTokenSpaceGuid.PcdVFPEnabled|1
104
105 # Stacks for MPCores in Secure World
106 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0x2E009000
107 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize|0x1000
108
109 # Stacks for MPCores in Monitor Mode
110 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0x2E008000
111 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize|0x100
112
113 # Stacks for MPCores in Normal World
114 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x2E000000
115 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
116
117 # System Memory (1GB)
118 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
119 gArmTokenSpaceGuid.PcdSystemMemorySize|0x40000000
120
121 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
122 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
123
124 #
125 # ARM Pcds
126 #
127 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
128
129 #
130 # ARM PrimeCell
131 #
132
133 ## SP805 Watchdog - Motherboard Watchdog
134 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogBase|0x1C0F0000
135
136 ## PL011 - Serial Terminal
137 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x1c090000
138 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
139
140 ## PL031 RealTimeClock
141 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x1C170000
142
143 ## PL111 Versatile Express Motherboard controller
144 gArmPlatformTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000
145
146 ## PL180 MMC/SD card controller
147 gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress|0x1C010048
148 gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress|0x1C050000
149
150 #
151 # ARM General Interrupt Controller
152 #
153 gArmTokenSpaceGuid.PcdGicDistributorBase|0x2C001000
154 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x2C002000
155
156 #
157 # ARM OS Loader
158 #
159 # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux:
160 gArmTokenSpaceGuid.PcdArmMachineType|2272
161 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"SemiHosting"
162 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/zImage"
163 gArmPlatformTokenSpaceGuid.PcdDefaultBootType|2
164 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/rtsm_ve-cortex_a15x4.dtb"
165
166 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
167 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"
168 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"
169
170 #
171 # ARM Architectural Timer Frequency
172 #
173 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|100000000
174
175
176 ################################################################################
177 #
178 # Components Section - list of all EDK II Modules needed by this Platform
179 #
180 ################################################################################
181 [Components.common]
182
183 #
184 # SEC
185 #
186 ArmPlatformPkg/Sec/Sec.inf {
187 <LibraryClasses>
188 # Use the implementation which set the Secure bits
189 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicSecLib.inf
190 }
191
192 #
193 # PEI Phase modules
194 #
195 !ifdef EDK2_SKIP_PEICORE
196 ArmPlatformPkg/PrePi/PeiMPCore.inf {
197 <LibraryClasses>
198 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
199 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf
200 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf
201 }
202 !else
203 ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf {
204 <LibraryClasses>
205 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
206 }
207 MdeModulePkg/Core/Pei/PeiMain.inf
208 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
209 <LibraryClasses>
210 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
211 }
212 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
213 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
214 ArmPkg/Drivers/CpuPei/CpuPei.inf
215 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
216 Nt32Pkg/BootModePei/BootModePei.inf
217 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
218 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
219 <LibraryClasses>
220 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
221 }
222 !endif
223
224 #
225 # DXE
226 #
227 MdeModulePkg/Core/Dxe/DxeMain.inf {
228 <LibraryClasses>
229 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
230 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
231 }
232
233 #
234 # Architectural Protocols
235 #
236 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
237 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
238 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
239 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
240 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
241 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
242 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
243 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
244 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
245 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
246
247 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
248 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
249 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
250 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
251 EmbeddedPkg/SerialDxe/SerialDxe.inf
252
253 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
254
255 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
256 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
257 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
258 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
259 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
260
261 #
262 # Semi-hosting filesystem
263 #
264 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
265
266 #
267 # Multimedia Card Interface
268 #
269 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
270 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
271
272 #
273 # Platform Driver
274 #
275 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ArmFvpDxe.inf
276 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
277
278 #
279 # FAT filesystem + GPT/MBR partitioning
280 #
281 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
282 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
283 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
284
285 #
286 # Bds
287 #
288 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
289 ArmPlatformPkg/Bds/Bds.inf