]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc
ArmPlatformPkg/ArmVExpress.dsc.inc: Fixed BuildOptions
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress.dsc.inc
CommitLineData
4103bc94 1#\r
fa14cfc9 2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
e860f74e 3# Copyright (c) 2015, Intel Corporation. All rights reserved.\r
4103bc94 4#\r
3402aac7
RC
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
4103bc94 12#\r
13#\r
14\r
13a68bba 15[BuildOptions.AARCH64.EDKII.DXE_RUNTIME_DRIVER]\r
86c9941e 16 GCC:*_*_AARCH64_DLINK_FLAGS = --script=$(EDK_TOOLS_PATH)/Scripts/gcc-aarch64-64K-align-ld-script\r
13a68bba 17\r
4103bc94 18[LibraryClasses.common]\r
19!if $(TARGET) == RELEASE\r
20 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
21 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
22!else\r
23 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
24 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
25# UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf\r
26!endif\r
27 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
3402aac7 28\r
4103bc94 29 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
30 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
31 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
32 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
33 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
34 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
35 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
36 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
37 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
38\r
39 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
40 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
41 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
42 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
43 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
44 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
45 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
46 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
47 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
3402aac7 48 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
4103bc94 49\r
50 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
51\r
52 #\r
53 # Assume everything is fixed at build\r
54 #\r
55 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
3402aac7 56\r
4103bc94 57 # 1/123 faster than Stm or Vstm version\r
58 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
59 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r
60\r
1eee8f37
RH
61 # Networking Requirements\r
62 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
63 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
64 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
65 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
66\r
4103bc94 67 # ARM Architectural Libraries\r
68 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
69 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
793ae6ee 70 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
4103bc94 71 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
72 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r
017baa1c 73 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
17839a45 74 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
166c01fb 75 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r
4f6d34b4 76 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf\r
4103bc94 77\r
78 # Versatile Express Specific Libraries\r
e0a1413d 79 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
4103bc94 80 ArmPlatformSysConfigLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf\r
81 NorFlashPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpressLib.inf\r
82 EfiResetSystemLib|ArmPlatformPkg/ArmVExpressPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
83 # ARM PL111 Lcd Driver\r
84 LcdPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf\r
85 # ARM PL031 RTC Driver\r
86 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf\r
87 # ARM PL354 SMC Driver\r
88 PL35xSmcLib|ArmPlatformPkg/Drivers/PL35xSmc/PL35xSmc.inf\r
89 # ARM PL011 UART Driver\r
90 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf\r
91 SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf\r
d38c35f9 92 SerialPortExtLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortExtLib.inf\r
4103bc94 93 # ARM SP804 Dual Timer Driver\r
94 TimerLib|ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf\r
95\r
3402aac7 96 # EBL Related Libraries\r
4103bc94 97 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf\r
98 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf\r
99 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf\r
100 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf\r
3402aac7 101\r
4103bc94 102 #\r
3402aac7 103 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window\r
4103bc94 104 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
105 # into the command window to load symbols. We should be able to use a script to do this, but\r
106 # the version of RVD I have does not support scripts accessing system memory.\r
107 #\r
108 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
109 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
110 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
3402aac7 111\r
4103bc94 112 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
113 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf\r
114\r
3402aac7 115 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf\r
4103bc94 116\r
117 # BDS Libraries\r
118 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf\r
05e56470
OM
119\r
120 AcpiLib|EmbeddedPkg/Library/AcpiLib/AcpiLib.inf\r
0a6653bc 121 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r
4103bc94 122\r
ced216f8
HL
123 # RunAxf support via Dynamic Shell Command protocol\r
124 # It uses the Shell libraries.\r
125 ArmShellCmdRunAxfLib|ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.inf\r
126 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
fa14cfc9
OM
127 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
128 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
ced216f8 129\r
e860f74e
SZ
130 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
131 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
132\r
4103bc94 133[LibraryClasses.common.SEC]\r
c7b7c445 134 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf\r
4103bc94 135 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Sec/SecArmPlatformGlobalVariableLib.inf\r
3402aac7 136\r
9d6b024d 137 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf\r
619b3998 138 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf\r
3402aac7 139\r
4103bc94 140!ifdef $(EDK2_SKIP_PEICORE)\r
141 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
142 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
9435a57e 143 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
4103bc94 144 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
145 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
146 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
147 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
4103bc94 148!endif\r
149\r
8cc852f7 150 # Trustzone Support\r
151 ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf\r
152\r
4103bc94 153[LibraryClasses.common.PEI_CORE]\r
154 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
155 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
156 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
157 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
158 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
159 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
160 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
161 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
162 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
163 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
3402aac7 164\r
4103bc94 165 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r
166 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
3402aac7 167\r
4103bc94 168[LibraryClasses.common.PEIM]\r
169 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
170 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
171 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
172 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
173 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
174 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
175 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
176 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
177 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
178 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
179 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
180\r
181 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r
182 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
183\r
d94a48c7
AB
184[LibraryClasses.common.SEC, LibraryClasses.common.PEIM]\r
185 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
186\r
4103bc94 187[LibraryClasses.common.DXE_CORE]\r
188 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
189 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
190 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
191 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
192 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
193 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
194 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
195 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
196\r
197[LibraryClasses.common.DXE_DRIVER]\r
198 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
199 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
200 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
201 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
202 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
203 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf\r
204\r
205[LibraryClasses.common.UEFI_APPLICATION]\r
206 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
207 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
208 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
209 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
210\r
211[LibraryClasses.common.UEFI_DRIVER]\r
212 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
213 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
214 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
215 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
a08dcb2a 216 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
4103bc94 217 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
218\r
219[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
220 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
221 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
222 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
223 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
c889bf28 224 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r
4103bc94 225\r
7b99da9b
AB
226 #\r
227 # PSCI support in EL3 may not be available if we are not running under a PSCI\r
228 # compliant secure firmware, but since the default VExpress EfiResetSystemLib\r
229 # cannot be supported at runtime (due to the fact that the syscfg MMIO registers\r
230 # cannot be runtime remapped), it is our best bet to get ResetSystem functionality\r
231 # on these platforms.\r
232 #\r
233 EfiResetSystemLib|ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf\r
234\r
bd1d0628 235[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
4103bc94 236 #\r
237 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
238 # This library provides the instrinsic functions generate by a given compiler.\r
239 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
240 #\r
241 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
242\r
bd1d0628
OM
243 # Add support for GCC stack protector\r
244 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
27be3601
HL
245\r
246\r
4103bc94 247[BuildOptions]\r
248 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
249\r
250 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
251\r
252################################################################################\r
253#\r
254# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
255#\r
256################################################################################\r
257\r
258[PcdsFeatureFlag.common]\r
259 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
260 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
261 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
262 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
3402aac7 263\r
4103bc94 264 #\r
265 # Control what commands are supported from the UI\r
266 # Turn these on and off to add features or save size\r
3402aac7 267 #\r
4103bc94 268 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE\r
269 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE\r
270 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE\r
271 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE\r
272 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE\r
273 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE\r
274 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE\r
275\r
276 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r
3402aac7 277\r
4103bc94 278 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
279 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
3402aac7 280\r
4103bc94 281 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r
3402aac7 282\r
4103bc94 283 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
284\r
285[PcdsFixedAtBuild.common]\r
286 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"\r
0b7c0607
LL
287!ifdef $(FIRMWARE_VER)\r
288 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"$(FIRMWARE_VER)"\r
289!endif\r
3402aac7 290\r
4103bc94 291 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"VExpress"\r
4103bc94 292 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
293 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
294 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
295 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
296 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
297 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
298 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
299 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
300\r
301 # DEBUG_ASSERT_ENABLED 0x01\r
302 # DEBUG_PRINT_ENABLED 0x02\r
303 # DEBUG_CODE_ENABLED 0x04\r
304 # CLEAR_MEMORY_ENABLED 0x08\r
305 # ASSERT_BREAKPOINT_ENABLED 0x10\r
306 # ASSERT_DEADLOOP_ENABLED 0x20\r
307!if $(TARGET) == RELEASE\r
308 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
309!else\r
310 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
311!endif\r
312\r
313 # DEBUG_INIT 0x00000001 // Initialization\r
314 # DEBUG_WARN 0x00000002 // Warnings\r
315 # DEBUG_LOAD 0x00000004 // Load events\r
316 # DEBUG_FS 0x00000008 // EFI File system\r
317 # DEBUG_POOL 0x00000010 // Alloc & Free's\r
318 # DEBUG_PAGE 0x00000020 // Alloc & Free's\r
319 # DEBUG_INFO 0x00000040 // Verbose\r
320 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers\r
321 # DEBUG_VARIABLE 0x00000100 // Variable\r
322 # DEBUG_BM 0x00000400 // Boot Manager\r
323 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
324 # DEBUG_NET 0x00004000 // SNI Driver\r
325 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
326 # DEBUG_LOADFILE 0x00020000 // UNDI Driver\r
327 # DEBUG_EVENT 0x00080000 // Event messages\r
4ca88ec7
OM
328 # DEBUG_GCD 0x00100000 // Global Coherency Database changes\r
329 # DEBUG_CACHE 0x00200000 // Memory range cachability changes\r
4103bc94 330 # DEBUG_ERROR 0x80000000 // Error\r
331 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r
332\r
333 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
334\r
335 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r
336 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
337 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
3402aac7 338\r
4103bc94 339 #\r
340 # Optional feature to help prevent EFI memory map fragments\r
341 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
3402aac7
RC
342 # Values are in EFI Pages (4K). DXE Core will make sure that\r
343 # at least this much of each type of memory can be allocated\r
4103bc94 344 # from a single memory range. This way you only end up with\r
345 # maximum of two fragements for each type in the memory map\r
346 # (the memory used, and the free memory that was prereserved\r
347 # but not used).\r
348 #\r
349 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r
350 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r
351 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r
a78167a6
OM
352 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80\r
353 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|65\r
4103bc94 354 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400\r
355 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000\r
356 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20\r
357 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r
81f29156
OM
358\r
359 # Device path of block device on which Android Fastboot should flash\r
360 # partitions. We just use the SD card on VExpress.\r
361 gArmVExpressTokenSpaceGuid.PcdAndroidFastbootNvmDevicePath|L"VenHw(09831032-6FA3-4484-AF4F-0A000A8D3A82)"\r
362\r
4103bc94 363 #\r
364 # ARM Pcds\r
365 #\r
366 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000\r
81f29156 367\r
4103bc94 368 #\r
369 # ARM PrimeCell\r
370 #\r
371\r
94e0955d
OM
372 #\r
373 # FileSystem\r
374 #\r
375\r
376 # List of Device Paths that support BootMonFs\r
80ae6291 377 gArmPlatformTokenSpaceGuid.PcdBootMonFsSupportedDevicePaths|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59);VenHw(1F15DA3C-37FF-4070-B471-BB4AF12A724A)"\r
94e0955d 378\r
4103bc94 379 #\r
380 # ARM OS Loader\r
381 #\r
3402aac7 382 # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux:\r
4103bc94 383 gArmTokenSpaceGuid.PcdArmMachineType|2272\r
384 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from NorFlash"\r
385 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59)/MemoryMapped(0x0,0xED000000,0xED400000)"\r
4103bc94 386 gArmPlatformTokenSpaceGuid.PcdDefaultBootType|1\r
3402aac7 387\r
4103bc94 388 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)\r
389 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(CE660500-824D-11E0-AC72-0002A5D5C51B)"\r
390 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"\r
db1b9ea0 391 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10\r
4103bc94 392\r
ced216f8
HL
393 # RunAxf support via Dynamic Shell Command protocol\r
394 # We want to use the Shell Libraries but don't want it to initialise\r
395 # automatically. We initialise the libraries when the command is called by the\r
396 # Shell.\r
397 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
398\r
94e0955d 399[Components.common]\r
04f1a709
RC
400 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf\r
401\r
94e0955d
OM
402 # Versatile Express FileSystem\r
403 ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf\r
1eee8f37
RH
404\r
405 #\r
406 # Networking stack\r
407 #\r
408 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
409 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
410 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
411 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
412 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
413 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
414 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
415 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
416 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
417 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
418 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
419 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
420\r
4257aa4d
OM
421 # ISP1761 USB OTG Controller\r
422 EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.inf\r
81f29156
OM
423\r
424 #\r
425 # Android Fastboot\r
426 #\r
427 EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf\r
428 EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/FastbootTransportUsbDxe.inf\r
429 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/ArmVExpressFastBootDxe.inf\r
901b4516
OM
430\r
431 # FV Filesystem\r
432 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf\r
cae7af27
RC
433\r
434 #\r
435 # FDT installation\r
436 #\r
437 EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf\r