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