]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc
ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress.dsc.inc
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 [LibraryClasses.common]
15 !if $(TARGET) == RELEASE
16 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
17 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
18 !else
19 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
20 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
21 # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
22 !endif
23 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
24
25 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
26 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
27 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
28 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
29 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
30 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
31 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
32 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
33 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
34
35 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
36 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
37 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
38 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
39 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
40 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
41 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
42 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
43 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
44 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
45
46 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
47
48 #
49 # Assume everything is fixed at build
50 #
51 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
52
53 # 1/123 faster than Stm or Vstm version
54 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
55 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
56
57 # ARM Architectural Libraries
58 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
59 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
60 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
61 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
62 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
63 ArmGicLib|ArmPkg/Drivers/PL390Gic/PL390GicLib.inf
64
65 # Versatile Express Specific Libraries
66 ArmPlatformSysConfigLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf
67 NorFlashPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpressLib.inf
68 EfiResetSystemLib|ArmPlatformPkg/ArmVExpressPkg/Library/ResetSystemLib/ResetSystemLib.inf
69 # ARM PL111 Lcd Driver
70 LcdPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf
71 # ARM PL031 RTC Driver
72 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
73 # ARM PL354 SMC Driver
74 PL35xSmcLib|ArmPlatformPkg/Drivers/PL35xSmc/PL35xSmc.inf
75 # ARM PL011 UART Driver
76 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf
77 SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
78 # ARM SP804 Dual Timer Driver
79 TimerLib|ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf
80
81 # EBL Related Libraries
82 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf
83 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
84 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
85 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
86
87 #
88 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
89 # in the debugger will show load and unload commands for symbols. You can cut and paste this
90 # into the command window to load symbols. We should be able to use a script to do this, but
91 # the version of RVD I have does not support scripts accessing system memory.
92 #
93 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
94 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
95 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
96
97 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
98 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
99
100 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
101
102 # BDS Libraries
103 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
104
105 [LibraryClasses.common.SEC]
106 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
107 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Sec/SecArmPlatformGlobalVariableLib.inf
108
109 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsOnlyLib/DebugAgentSymbolsOnlyLib.inf
110
111 !ifdef $(EDK2_SKIP_PEICORE)
112 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
113 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
114 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
115 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
116 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
117 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
118 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
119 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
120 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
121 !endif
122
123 # Trustzone Support
124 ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf
125
126 [LibraryClasses.common.PEI_CORE]
127 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
128 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
129 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
130 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
131 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
132 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
133 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
134 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
135 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
136 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
137
138 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
139 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
140
141 [LibraryClasses.common.PEIM]
142 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
143 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
144 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
145 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
146 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
147 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
148 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
149 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
150 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
151 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
152 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
153
154 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
155 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
156
157 [LibraryClasses.common.DXE_CORE]
158 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
159 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
160 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
161 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
162 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
163 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
164 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
165 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
166
167 [LibraryClasses.common.DXE_DRIVER]
168 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
169 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
170 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
171 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
172 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
173 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
174
175 [LibraryClasses.common.UEFI_APPLICATION]
176 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
177 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
178 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
179 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
180
181 [LibraryClasses.common.UEFI_DRIVER]
182 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
183 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
184 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
185 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
186 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
187
188 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
189 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
190 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
191 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
192 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
193
194 [LibraryClasses.ARM]
195 #
196 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
197 # This library provides the instrinsic functions generate by a given compiler.
198 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
199 #
200 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
201
202 [BuildOptions]
203 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
204
205 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
206
207 ################################################################################
208 #
209 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
210 #
211 ################################################################################
212
213 [PcdsFeatureFlag.common]
214 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
215 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
216 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
217 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
218
219 #
220 # Control what commands are supported from the UI
221 # Turn these on and off to add features or save size
222 #
223 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
224 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
225 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
226 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
227 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
228 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
229 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
230
231 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
232
233 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
234 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
235
236 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
237
238 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
239
240 [PcdsFixedAtBuild.common]
241 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"
242
243 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"VExpress"
244 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
245 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
246 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
247 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
248 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
249 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
250 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
251 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
252 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
253 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
254
255 # DEBUG_ASSERT_ENABLED 0x01
256 # DEBUG_PRINT_ENABLED 0x02
257 # DEBUG_CODE_ENABLED 0x04
258 # CLEAR_MEMORY_ENABLED 0x08
259 # ASSERT_BREAKPOINT_ENABLED 0x10
260 # ASSERT_DEADLOOP_ENABLED 0x20
261 !if $(TARGET) == RELEASE
262 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
263 !else
264 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
265 !endif
266
267 # DEBUG_INIT 0x00000001 // Initialization
268 # DEBUG_WARN 0x00000002 // Warnings
269 # DEBUG_LOAD 0x00000004 // Load events
270 # DEBUG_FS 0x00000008 // EFI File system
271 # DEBUG_POOL 0x00000010 // Alloc & Free's
272 # DEBUG_PAGE 0x00000020 // Alloc & Free's
273 # DEBUG_INFO 0x00000040 // Verbose
274 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
275 # DEBUG_VARIABLE 0x00000100 // Variable
276 # DEBUG_BM 0x00000400 // Boot Manager
277 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
278 # DEBUG_NET 0x00004000 // SNI Driver
279 # DEBUG_UNDI 0x00010000 // UNDI Driver
280 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
281 # DEBUG_EVENT 0x00080000 // Event messages
282 # DEBUG_ERROR 0x80000000 // Error
283 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
284
285 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
286
287 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
288 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
289 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
290
291 #
292 # Optional feature to help prevent EFI memory map fragments
293 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
294 # Values are in EFI Pages (4K). DXE Core will make sure that
295 # at least this much of each type of memory can be allocated
296 # from a single memory range. This way you only end up with
297 # maximum of two fragements for each type in the memory map
298 # (the memory used, and the free memory that was prereserved
299 # but not used).
300 #
301 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
302 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
303 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
304 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50
305 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20
306 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
307 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000
308 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
309 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
310
311 #
312 # ARM Pcds
313 #
314 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000
315
316 #
317 # ARM PrimeCell
318 #
319
320 #
321 # ARM OS Loader
322 #
323 # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux:
324 gArmTokenSpaceGuid.PcdArmMachineType|2272
325 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from NorFlash"
326 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59)/MemoryMapped(0x0,0xED000000,0xED400000)"
327 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|""
328 gArmPlatformTokenSpaceGuid.PcdDefaultBootType|1
329
330 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
331 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(CE660500-824D-11E0-AC72-0002A5D5C51B)"
332 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"
333 gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOut|10
334