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