]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15.dsc
ArmPlatformPkg: Fixed deprecated ifdef syntax in DSC files
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress-RTSM-A15.dsc
1 #
2 # Copyright (c) 2011-2012, 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
21 PLATFORM_GUID = 1665b5b1-529d-4ba1-bd51-c3c9b29a2274
22 PLATFORM_VERSION = 0.1
23 DSC_SPECIFICATION = 0x00010005
24 OUTPUT_DIRECTORY = Build/ArmVExpress-RTSM-A15
25 SUPPORTED_ARCHITECTURES = ARM
26 BUILD_TARGETS = DEBUG|RELEASE
27 SKUID_IDENTIFIER = DEFAULT
28 FLASH_DEFINITION = ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15.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 [LibraryClasses.common.SEC]
46 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf
47 ArmPlatformSecLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/ArmVExpressSecLib.inf
48 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf
49
50 [BuildOptions]
51 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
52
53 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -mfpu=neon -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
54
55 XCODE:*_*_ARM_PLATFORM_FLAGS = -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
56
57 ################################################################################
58 #
59 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
60 #
61 ################################################################################
62
63 [PcdsFeatureFlag.common]
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 #
78 # NV Storage PCDs. Use base of 0x0C000000 for NOR1
79 #
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0FFC0000
81 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00010000
82 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0FFD0000
83 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00010000
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0FFE0000
85 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00010000
86
87 gArmTokenSpaceGuid.PcdVFPEnabled|1
88
89 # Stacks for MPCores in Secure World
90 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0x2E009000
91 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize|0x1000
92
93 # Stacks for MPCores in Monitor Mode
94 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0x2E008000
95 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize|0x100
96
97 # Stacks for MPCores in Normal World
98 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x2E000000
99 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
100
101 # System Memory (1GB)
102 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
103 gArmTokenSpaceGuid.PcdSystemMemorySize|0x40000000
104
105 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
106 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
107
108 #
109 # ARM Pcds
110 #
111 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
112
113 #
114 # ARM PrimeCell
115 #
116
117 ## SP805 Watchdog - Motherboard Watchdog
118 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogBase|0x1C0F0000
119
120 ## PL011 - Serial Terminal
121 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x1c090000
122 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
123
124 ## PL031 RealTimeClock
125 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x1C170000
126
127 ## PL111 Versatile Express Motherboard controller
128 gArmPlatformTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000
129
130 ## PL180 MMC/SD card controller
131 gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress|0x1C010048
132 gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress|0x1C050000
133
134 #
135 # ARM PL390 General Interrupt Controller
136 #
137 gArmTokenSpaceGuid.PcdGicDistributorBase|0x2C001000
138 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x2C002000
139
140 #
141 # ARM OS Loader
142 #
143 # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux:
144 gArmTokenSpaceGuid.PcdArmMachineType|2272
145 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"SemiHosting"
146 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/zImage"
147 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|""
148 gArmPlatformTokenSpaceGuid.PcdDefaultBootType|2
149 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/rtsm_ve-cortex_a15x1.dtb"
150
151 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
152 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"
153 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"
154
155 #
156 # ARM Architectual Timer Frequency
157 #
158 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|60000000
159
160
161 ################################################################################
162 #
163 # Components Section - list of all EDK II Modules needed by this Platform
164 #
165 ################################################################################
166 [Components.common]
167
168 #
169 # SEC
170 #
171 ArmPlatformPkg/Sec/Sec.inf {
172 <LibraryClasses>
173 # Use the implementation which set the Secure bits
174 ArmGicLib|ArmPkg/Drivers/PL390Gic/PL390GicSecLib.inf
175 }
176
177 #
178 # PEI Phase modules
179 #
180 !ifdef EDK2_SKIP_PEICORE
181 ArmPlatformPkg/PrePi/PeiUniCore.inf {
182 <LibraryClasses>
183 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
184 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf
185 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf
186 }
187 !else
188 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf {
189 <LibraryClasses>
190 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
191 }
192 MdeModulePkg/Core/Pei/PeiMain.inf
193 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
194 <LibraryClasses>
195 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
196 }
197 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
198 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
199 ArmPkg/Drivers/CpuPei/CpuPei.inf
200 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
201 Nt32Pkg/BootModePei/BootModePei.inf
202 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
203 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
204 <LibraryClasses>
205 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
206 }
207 !endif
208
209 #
210 # DXE
211 #
212 MdeModulePkg/Core/Dxe/DxeMain.inf {
213 <LibraryClasses>
214 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
215 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
216 }
217
218 #
219 # Architectural Protocols
220 #
221 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
222 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
223 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
224 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
225 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
226 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
227 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
228 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
229 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
230 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
231
232 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
233 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
234 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
235 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
236 EmbeddedPkg/SerialDxe/SerialDxe.inf
237
238 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
239
240 ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf
241 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
242 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
243 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
244 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
245
246 #
247 # Semi-hosting filesystem
248 #
249 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
250
251 #
252 # Multimedia Card Interface
253 #
254 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
255 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
256
257 #
258 # FAT filesystem + GPT/MBR partitioning
259 #
260 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
261 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
262 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
263
264 #
265 # Bds
266 #
267 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
268 ArmPlatformPkg/Bds/Bds.inf