]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-A8.dsc
ArmPlatformPkg/SP804TimerDxe: Replaced Interrupt number #define by a PCD
[mirror_edk2.git] / ArmPlatformPkg / ArmRealViewEbPkg / ArmRealViewEb-RTSM-A8.dsc
CommitLineData
1d5d0ae9 1#\r
2# Copyright (c) 2011, ARM Limited. All rights reserved.\r
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 = ArmRealViewEbPkg\r
21 PLATFORM_GUID = F4C1AD3E-9D3E-4F61-8791-B3BB1C43D04C\r
22 PLATFORM_VERSION = 0.1\r
23 DSC_SPECIFICATION = 0x00010005\r
24 OUTPUT_DIRECTORY = Build/ArmRealViewEb-RTSM-A8\r
25 SUPPORTED_ARCHITECTURES = ARM\r
26 BUILD_TARGETS = DEBUG|RELEASE\r
27 SKUID_IDENTIFIER = DEFAULT\r
28 FLASH_DEFINITION = ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-UniCore.fdf\r
29\r
30[LibraryClasses.common]\r
31!if $(BUILD_TARGETS) == RELEASE\r
32 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
33 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
34!else\r
35 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
36 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
37# UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf\r
38!endif\r
a54d2109 39 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
1d5d0ae9 40\r
41 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
42 ArmPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbLib.inf\r
43 \r
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
45 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r
a89cb4b7 46 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
1d5d0ae9 47\r
48 EfiResetSystemLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
49 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
50 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
51 \r
52 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf\r
53 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf\r
54 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
55 \r
56 #\r
57 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window \r
58 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
59 # into the command window to load symbols. We should be able to use a script to do this, but\r
60 # the version of RVD I have does not support scripts accessing system memory.\r
61 #\r
62# PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
63 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
64# PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
65 \r
66 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
67 DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
68 \r
69 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf\r
70 \r
71 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf\r
72\r
73 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
74 \r
75 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
76 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
77 \r
78 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
79 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
80 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
81 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
82 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
83\r
84 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
85 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
86 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
87\r
88#\r
89# Assume everything is fixed at build\r
90#\r
91 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
92\r
93 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
94\r
95 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf\r
96\r
97 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
98 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
99\r
100 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf\r
101 \r
102 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
103 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
104 DebugAgentTimerLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf\r
105\r
106 SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf\r
107 TimerLib|ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf \r
108 GdbSerialLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/GdbSerialLib/GdbSerialLib.inf\r
109 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r
110 \r
9dcfb8e5 111 # ARM PL011 UART Driver\r
112 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf\r
113\r
1d5d0ae9 114 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf\r
a89cb4b7 115 \r
116 NorFlashPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/NorFlashArmRealViewEbLib/NorFlashArmRealViewEbLib.inf\r
9bc6ef02 117 LcdPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/PL111LcdArmRealViewEbLib/PL111LcdArmRealViewEbLib.inf\r
1d5d0ae9 118\r
119[LibraryClasses.common.SEC]\r
120 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf\r
121 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
122 ArmPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbSecLib.inf\r
123 \r
124 # 1/123 faster than Stm or Vstm version\r
125 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
126\r
127 # Uncomment to turn on GDB stub in SEC. \r
128 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf\r
129 \r
130 # L2 Cache Driver\r
131 L2X0CacheLib|ArmPkg/Library/L2X0CacheLibNull/L2X0CacheLibNull.inf\r
132 # ARM PL390 General Interrupt Driver in Secure and Non-secure\r
133 PL390GicSecLib|ArmPkg/Drivers/PL390Gic/PL390GicSec.inf\r
134\r
135[LibraryClasses.common.PEI_CORE]\r
136 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
137 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
138 # note: this won't actually work since globals in PEI are not writeable\r
139 # need to generate an ARM PEI services table pointer implementation\r
140 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
141 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
142 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
143 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
144 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
145 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
146 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
147 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
148 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
149 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
150 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
151 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
152\r
153[LibraryClasses.common.PEIM]\r
154 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
155 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
156 # note: this won't actually work since globals in PEI are not writeable\r
157 # need to generate an ARM PEI services table pointer implementation\r
158 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
159 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
160 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
161 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
162 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
163 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
164 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
165 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
166 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
167 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
168 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
169 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
170 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
171\r
172[LibraryClasses.common.DXE_CORE]\r
173 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
174 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
175 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
176 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
177 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
178 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
179 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
180\r
181 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
182 \r
183\r
184[LibraryClasses.common.DXE_DRIVER]\r
185 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
186 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
187 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
188 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
189 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
190\r
191\r
192[LibraryClasses.common.UEFI_APPLICATION]\r
193 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
194 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
195 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
196 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
197\r
198[LibraryClasses.common.UEFI_DRIVER]\r
199 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
200 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
201 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
202 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
203 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
204\r
205[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
206 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
207 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
208 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
209 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
210# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
211 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
212\r
213[LibraryClasses.ARM]\r
214 #\r
215 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
216 # This library provides the instrinsic functions generate by a given compiler.\r
217 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
218 #\r
219 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
220\r
221[BuildOptions]\r
222 RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb --fpu=softvfp -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r
223 RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu Cortex-A8 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r
224 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r
225\r
226 GCC:*_*_ARM_ARCHCC_FLAGS == -march=armv7-a -mthumb -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform \r
227 GCC:*_*_ARM_ARCHASM_FLAGS == -march=armv7-a -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r
228 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r
229\r
230 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r
231 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r
232 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r
233 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r
234\r
235\r
236################################################################################\r
237#\r
238# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
239#\r
240################################################################################\r
241\r
242[PcdsFeatureFlag.common]\r
243 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
244 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
245 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
246 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
247 \r
248 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r
249 \r
250 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
251 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
252 \r
253 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE\r
254\r
255 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
256 \r
257 gArmPlatformTokenSpaceGuid.PcdStandalone|TRUE\r
258\r
259!if $(EDK2_SKIP_PEICORE) == 1\r
260 gArmTokenSpaceGuid.PcdSkipPeiCore|TRUE\r
261!endif\r
262\r
263[PcdsFixedAtBuild.common]\r
264 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmRealViewEb %a"\r
265 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32\r
266 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0\r
267 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
268 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
269 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
270 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
271 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
272 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
273 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
274 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
275\r
276# DEBUG_ASSERT_ENABLED 0x01\r
277# DEBUG_PRINT_ENABLED 0x02\r
278# DEBUG_CODE_ENABLED 0x04\r
279# CLEAR_MEMORY_ENABLED 0x08\r
280# ASSERT_BREAKPOINT_ENABLED 0x10\r
281# ASSERT_DEADLOOP_ENABLED 0x20\r
282 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
283\r
284# DEBUG_INIT 0x00000001 // Initialization\r
285# DEBUG_WARN 0x00000002 // Warnings\r
286# DEBUG_LOAD 0x00000004 // Load events\r
287# DEBUG_FS 0x00000008 // EFI File system\r
288# DEBUG_POOL 0x00000010 // Alloc & Free's\r
289# DEBUG_PAGE 0x00000020 // Alloc & Free's\r
290# DEBUG_INFO 0x00000040 // Verbose\r
291# DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers\r
292# DEBUG_VARIABLE 0x00000100 // Variable\r
293# DEBUG_BM 0x00000400 // Boot Manager\r
294# DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
295# DEBUG_NET 0x00004000 // SNI Driver\r
296# DEBUG_UNDI 0x00010000 // UNDI Driver\r
297# DEBUG_LOADFILE 0x00020000 // UNDI Driver\r
298# DEBUG_EVENT 0x00080000 // Event messages\r
299# DEBUG_ERROR 0x80000000 // Error\r
300 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r
301\r
302 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
a89cb4b7 303 \r
304 #\r
305 # NV Storage PCDs. Use base of 0x43F00000 for NOR0\r
306 #\r
307 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x43F00000\r
308 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x000C0000\r
309 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x43FC0000\r
310 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00020000\r
311 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x43FE0000\r
312 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00020000\r
1d5d0ae9 313\r
314 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r
315 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
316 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
317 \r
318#\r
319# Optional feature to help prevent EFI memory map fragments\r
320# Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
321# Values are in EFI Pages (4K). DXE Core will make sure that \r
322# at least this much of each type of memory can be allocated \r
323# from a single memory range. This way you only end up with\r
324# maximum of two fragements for each type in the memory map\r
325# (the memory used, and the free memory that was prereserved\r
326# but not used).\r
327#\r
328 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x00000000\r
329 \r
330 # Stack for CPU Cores in Secure Mode\r
331 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0x4B000000 # Top of SEC Stack for Secure World\r
332 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecStackSize|0x2000 # Size of SEC Stack for Secure World\r
333\r
334 # Stack for CPU Cores in Secure Monitor Mode\r
335 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0x4A000000 # Top of SEC Stack for Monitor World\r
336 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize|0x2000 # Size of SEC Stack for Monitor World\r
337\r
338 # Stack for CPU Cores in Non Secure Mode\r
339 gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackBase|0x48000000 # Top of SEC Stack for Normal World\r
340 gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackSize|0x20000 # Size of SEC Stack for Normal World\r
341 gArmPlatformTokenSpaceGuid.PcdPeiServicePtrAddr|0x48020004 # Pei Services Ptr just above stack\r
342\r
343 # Non Sec UEFI Firmware: These two PCDs must match PcdFlashFvMainBase/PcdFlashFvMainSize\r
262a9b04 344 gArmTokenSpaceGuid.PcdNormalFdBaseAddress|0x40050000 # Must be equal to gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase\r
345 gArmTokenSpaceGuid.PcdNormalFdSize|0x00100000 # Must be equal to gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize\r
1d5d0ae9 346 \r
964680c1 347 # System Memory (256MB) \r
348 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x70000000\r
349 gArmTokenSpaceGuid.PcdSystemMemorySize|0x10000000\r
350 \r
351 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
352 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
353 \r
6fd231c0 354 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|1000000\r
1d5d0ae9 355 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000 # expressed in 100ns units, 100,000 x 100 ns = 10,000,000 ns = 10 ms\r
1eb3454b 356 gArmPlatformTokenSpaceGuid.PcdSP804Timer0InterruptNum|36\r
1d5d0ae9 357 \r
358 #\r
359 # ARM Pcds\r
360 #\r
361 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r
362 \r
363 #\r
364 # ARM EB PCDS\r
365 #\r
366 gArmRealViewEbPkgTokenSpaceGuid.PcdGdbUartBase|0x1000a000\r
367 \r
6fd231c0 368 #\r
369 # ARM PL011 - Serial Terminal\r
370 #\r
371 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x10009000\r
372 \r
1d5d0ae9 373 #\r
374 # ARM PL390 General Interrupt Controller\r
375 #\r
376 gArmTokenSpaceGuid.PcdGicDistributorBase|0x10041000\r
377 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x10040000\r
55fad965 378 gArmTokenSpaceGuid.PcdGicNumInterrupts|96\r
1d5d0ae9 379\r
380 #\r
381 # ARM OS Loader\r
382 #\r
383 # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux: \r
384 gArmTokenSpaceGuid.PcdArmMachineType|2272\r
385 gArmTokenSpaceGuid.PcdLinuxKernelDP|L"VenHw(02118005-9DA7-443a-92D5-781F022AEDBB)/MemoryMapped(0,0x46000000,0x46400000)"\r
386 gArmTokenSpaceGuid.PcdLinuxAtag|"rdinit=/bin/ash debug earlyprintk console=ttyAMA0,38400 mem=1G"\r
387 gArmTokenSpaceGuid.PcdFdtDP|L""\r
388 \r
389 #\r
390 # ARM L2x0 PCDs\r
391 #\r
392 gArmTokenSpaceGuid.PcdL2x0ControllerBase|0x1F002000\r
393 \r
394\r
395\r
396################################################################################\r
397#\r
398# Components Section - list of all EDK II Modules needed by this Platform\r
399#\r
400################################################################################\r
401[Components.common]\r
402 \r
403#\r
404# SEC\r
405#\r
406 ArmPlatformPkg/Sec/Sec.inf\r
407 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
408 \r
409#\r
410# PEI Phase modules\r
411#\r
412 MdeModulePkg/Core/Pei/PeiMain.inf\r
413 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
414 <LibraryClasses>\r
415 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
416 }\r
417 ArmPlatformPkg/PlatformPei/PlatformPei.inf\r
418 ArmPlatformPkg/MemoryInitPei/MemoryInitPei.inf\r
419 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
420 Nt32Pkg/BootModePei/BootModePei.inf\r
421 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
422 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
423 <LibraryClasses>\r
424 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
425 }\r
426\r
427#\r
428# DXE\r
429#\r
430 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
431 <LibraryClasses>\r
432 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
433 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
434 }\r
435\r
436 #\r
437 # Architectural Protocols\r
438 #\r
439 ArmPkg/Drivers/CpuDxe/CpuDxe.inf \r
440 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
441 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
442 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
443 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
a89cb4b7 444 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
445 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
1d5d0ae9 446 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf \r
447 \r
448 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
449 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
450 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
451 \r
452 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf\r
9bc6ef02 453 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf\r
1d5d0ae9 454\r
455 ArmPlatformPkg/ArmRealViewEbPkg/FvbDxe/FvbDxe.inf\r
55fad965 456 ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf\r
1d5d0ae9 457 ArmPlatformPkg/Drivers/SP804TimerDxe/SP804TimerDxe.inf\r
a89cb4b7 458 \r
459 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
1d5d0ae9 460\r
461 #\r
462 # Semi-hosting filesystem\r
463 #\r
464 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
465 \r
466 #\r
467 # FAT filesystem + GPT/MBR partitioning\r
468 #\r
469 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
470 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
471 FatPkg/EnhancedFatDxe/Fat.inf\r
472 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
473 \r
474 \r
475 #\r
476 # Application\r
477 # \r
478 EmbeddedPkg/Ebl/Ebl.inf\r
479\r
480 #\r
481 # Bds\r
482 #\r
483 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
484 ArmPlatformPkg/Bds/Bds.inf\r