]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirt.dsc.inc
MdeModulePkg/MdeModulePkg.dsc: ignore standalone MM modules for EBC or XCODE5
[mirror_edk2.git] / ArmVirtPkg / ArmVirt.dsc.inc
CommitLineData
6f5872b1 1#\r
04f1a709 2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
6f5872b1 3# Copyright (c) 2014, Linaro Limited. All rights reserved.\r
48ed4769 4# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.\r
6f5872b1
MC
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15\r
d301991c
LE
16[Defines]\r
17 DEFINE DEBUG_PRINT_ERROR_LEVEL = 0x8000004F\r
a51c1699 18 DEFINE TTY_TERMINAL = FALSE\r
d301991c 19\r
cc8de57b 20[BuildOptions.common.EDKII.DXE_CORE,BuildOptions.common.EDKII.DXE_DRIVER,BuildOptions.common.EDKII.UEFI_DRIVER,BuildOptions.common.EDKII.UEFI_APPLICATION]\r
dfd85675 21 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
7b30036b 22\r
955b4946
AB
23[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]\r
24 GCC:*_*_ARM_DLINK_FLAGS = -z common-page-size=0x1000\r
5670dd5e 25 GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000\r
cd625ae9 26 RVCT:*_*_ARM_DLINK_FLAGS = --scatter $(EDK_TOOLS_PATH)/Scripts/Rvct-Align4K.sct\r
093b7c87 27\r
6f5872b1
MC
28[LibraryClasses.common]\r
29!if $(TARGET) == RELEASE\r
30 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
6f5872b1
MC
31!else\r
32 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
6f5872b1
MC
33!endif\r
34 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
35\r
36 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
48ed4769
MK
37 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r
38 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf\r
6f5872b1
MC
39 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
40 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
41 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
42 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
43 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
0b37c75e 44 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicArmVirt.inf\r
6f5872b1
MC
45 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
46 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
47\r
48 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
7fbd1eb2 49 HobLib|ArmVirtPkg/Library/ArmVirtDxeHobLib/ArmVirtDxeHobLib.inf\r
6f5872b1 50 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
f9dff902 51 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
6f5872b1
MC
52 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
53 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
1946faa7 54 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
6f5872b1
MC
55 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
56 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
57 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
58 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
1946faa7 59 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
59fcf070
RN
60 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
61 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
6f5872b1
MC
62\r
63 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
1c5adbef 64 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf\r
6f5872b1
MC
65\r
66 #\r
5217ea2a
VS
67 # Ramdisk Requirements\r
68 #\r
69 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
70\r
6f5872b1
MC
71 # Allow dynamic PCDs\r
72 #\r
73 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
74\r
3c3cf1cd
AB
75 # use the accelerated BaseMemoryLibOptDxe by default, overrides for SEC/PEI below\r
76 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
6f5872b1
MC
77\r
78 # Networking Requirements\r
79 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
80 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
81 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
82 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
ae08ea24 83 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
77b702bf
LE
84!if $(HTTP_BOOT_ENABLE) == TRUE\r
85 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r
86!endif\r
6f5872b1 87\r
f8136625
MR
88 #\r
89 # It is not possible to prevent the ARM compiler from inserting calls to intrinsic functions.\r
90 # This library provides the instrinsic functions such a compiler may generate calls to.\r
91 #\r
92 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
93\r
94 # Add support for GCC stack protector\r
95 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
96\r
6f5872b1
MC
97 # ARM Architectural Libraries\r
98 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
99 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
9fa52603 100 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf\r
6f5872b1 101 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
6f5872b1 102 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
15c9b25e 103 ArmGicArchLib|ArmVirtPkg/Library/ArmVirtGicArchLib/ArmVirtGicArchLib.inf\r
6f5872b1
MC
104 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r
105 ArmHvcLib|ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf\r
106 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerVirtCounterLib/ArmGenericTimerVirtCounterLib.inf\r
107\r
7fbd1eb2
OM
108 PlatformPeiLib|ArmVirtPkg/Library/PlatformPeiLib/PlatformPeiLib.inf\r
109 MemoryInitPeiLib|ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/ArmVirtMemoryInitPeiLib.inf\r
7b1dc6c5 110 ResetSystemLib|ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.inf\r
6f5872b1
MC
111\r
112 # ARM PL031 RTC Driver\r
113 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf\r
af5fed90 114 TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf\r
6f5872b1 115 # ARM PL011 UART Driver\r
1195b857 116 PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf\r
7fbd1eb2 117 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.inf\r
6f5872b1
MC
118\r
119 #\r
120 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window\r
121 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
122 # into the command window to load symbols. We should be able to use a script to do this, but\r
123 # the version of RVD I have does not support scripts accessing system memory.\r
124 #\r
125 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
126 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
127 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
128\r
129 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
130 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf\r
131\r
1c51e601 132 # Flattened Device Tree (FDT) access library\r
6f5872b1
MC
133 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r
134\r
10233c9e
LE
135 # PCI Libraries\r
136 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
7fbd1eb2 137 PciExpressLib|ArmVirtPkg/Library/BaseCachingPciExpressLib/BaseCachingPciExpressLib.inf\r
65cefddc
LE
138 PciCapLib|OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf\r
139 PciCapPciSegmentLib|OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf\r
140 PciCapPciIoLib|OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf\r
10233c9e 141\r
e17b1db5
LE
142 # USB Libraries\r
143 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
144\r
6abe83c3
AB
145 XenIoMmioLib|OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf\r
146\r
80f882ab 147 #\r
ae08ea24 148 # CryptoPkg libraries needed by multiple firmware features\r
80f882ab 149 #\r
80f882ab 150 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
622627f8 151 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf\r
ae08ea24 152 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
ae08ea24
LE
153\r
154 #\r
155 # Secure Boot dependencies\r
156 #\r
157!if $(SECURE_BOOT_ENABLE) == TRUE\r
80f882ab 158 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
31c0338e 159 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
80f882ab
AB
160\r
161 # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree\r
162 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
31c0338e
SZ
163!else\r
164 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
165 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
80f882ab 166!endif\r
0bdbaade 167 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
dd320e63 168 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
80f882ab 169\r
59541d41
AB
170 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
171\r
6f5872b1
MC
172[LibraryClasses.common.SEC]\r
173 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
3c3cf1cd 174 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
6f5872b1
MC
175\r
176 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf\r
7fbd1eb2 177 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf\r
6f5872b1
MC
178 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
179 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
b761e8c2 180 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
6f5872b1
MC
181 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
182\r
183[LibraryClasses.common.PEI_CORE]\r
184 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
3c3cf1cd 185 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
6f5872b1
MC
186 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
187 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
188 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
189 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
190 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
6f5872b1
MC
191 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
192 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
193 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
194 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
195\r
b761e8c2 196 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
7fbd1eb2 197 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf\r
6f5872b1
MC
198\r
199[LibraryClasses.common.PEIM]\r
200 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
3c3cf1cd 201 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
6f5872b1
MC
202 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
203 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
204 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
205 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
206 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
6f5872b1
MC
207 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
208 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
6f5872b1
MC
209 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
210 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
211\r
b761e8c2 212 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
7fbd1eb2 213 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf\r
6f5872b1
MC
214\r
215[LibraryClasses.common.DXE_CORE]\r
216 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
217 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
218 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
6f5872b1
MC
219 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
220 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
6f5872b1
MC
221 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
222\r
223[LibraryClasses.common.DXE_DRIVER]\r
6f5872b1
MC
224 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
225 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
226 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
6f5872b1
MC
227\r
228[LibraryClasses.common.UEFI_APPLICATION]\r
229 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
230 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
231 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
232 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
233\r
234[LibraryClasses.common.UEFI_DRIVER]\r
6f5872b1
MC
235 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
236 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
237 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
6f5872b1
MC
238 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
239\r
240[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
241 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
6f5872b1 242 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
ebfca258
AB
243!if $(TARGET) != RELEASE\r
244 DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf\r
245!endif\r
6f5872b1 246\r
80f882ab
AB
247!if $(SECURE_BOOT_ENABLE) == TRUE\r
248 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
249!endif\r
250\r
2c960244
AB
251[LibraryClasses.ARM]\r
252 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf\r
253\r
6f5872b1
MC
254[BuildOptions]\r
255 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
256\r
257 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
258\r
17dc8ebc
LE
259 #\r
260 # Disable deprecated APIs.\r
261 #\r
262 RVCT:*_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
263 GCC:*_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
264\r
6f5872b1
MC
265################################################################################\r
266#\r
267# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
268#\r
269################################################################################\r
270\r
271[PcdsFeatureFlag.common]\r
6a238fa8 272 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE\r
6f5872b1 273\r
6f5872b1
MC
274 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
275 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
276\r
277 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r
278\r
279 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
280\r
d3644741
VS
281[PcdsFeatureFlag.AARCH64]\r
282 #\r
283 # Activate AcpiSdtProtocol\r
284 #\r
285 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
286\r
6f5872b1 287[PcdsFixedAtBuild.common]\r
6f5872b1
MC
288 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
289 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
290 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
291 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
292 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
6f5872b1
MC
293 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
294 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
295\r
296 # DEBUG_ASSERT_ENABLED 0x01\r
297 # DEBUG_PRINT_ENABLED 0x02\r
298 # DEBUG_CODE_ENABLED 0x04\r
299 # CLEAR_MEMORY_ENABLED 0x08\r
300 # ASSERT_BREAKPOINT_ENABLED 0x10\r
301 # ASSERT_DEADLOOP_ENABLED 0x20\r
302!if $(TARGET) == RELEASE\r
303 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
304!else\r
305 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
306!endif\r
307\r
308 # DEBUG_INIT 0x00000001 // Initialization\r
309 # DEBUG_WARN 0x00000002 // Warnings\r
310 # DEBUG_LOAD 0x00000004 // Load events\r
311 # DEBUG_FS 0x00000008 // EFI File system\r
ba4bcd7e
LE
312 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
313 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
d301991c
LE
314 # DEBUG_INFO 0x00000040 // Informational debug messages\r
315 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
6f5872b1
MC
316 # DEBUG_VARIABLE 0x00000100 // Variable\r
317 # DEBUG_BM 0x00000400 // Boot Manager\r
318 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
ba4bcd7e 319 # DEBUG_NET 0x00004000 // SNP Driver\r
6f5872b1 320 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
ba4bcd7e 321 # DEBUG_LOADFILE 0x00020000 // LoadFile\r
6f5872b1
MC
322 # DEBUG_EVENT 0x00080000 // Event messages\r
323 # DEBUG_GCD 0x00100000 // Global Coherency Database changes\r
324 # DEBUG_CACHE 0x00200000 // Memory range cachability changes\r
d301991c
LE
325 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may\r
326 # // significantly impact boot performance\r
6f5872b1 327 # DEBUG_ERROR 0x80000000 // Error\r
d301991c 328 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)\r
6f5872b1 329\r
6f5872b1
MC
330 #\r
331 # Optional feature to help prevent EFI memory map fragments\r
332 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
333 # Values are in EFI Pages (4K). DXE Core will make sure that\r
334 # at least this much of each type of memory can be allocated\r
335 # from a single memory range. This way you only end up with\r
336 # maximum of two fragements for each type in the memory map\r
337 # (the memory used, and the free memory that was prereserved\r
338 # but not used).\r
339 #\r
340 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r
341 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r
342 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r
e0bb8ad9
AB
343!if $(SECURE_BOOT_ENABLE) == TRUE\r
344 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|600\r
345 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|400\r
346 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1500\r
347!else\r
c1993157
AB
348 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|300\r
349 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|150\r
350 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1000\r
e0bb8ad9 351!endif\r
2f71ad11 352 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|12000\r
6f5872b1
MC
353 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20\r
354 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r
355\r
80f882ab
AB
356!if $(SECURE_BOOT_ENABLE) == TRUE\r
357 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
358 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
359 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
360 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
361!endif\r
362\r
a51c1699
LE
363!if $(TTY_TERMINAL) == TRUE\r
364 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID\r
365 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}\r
366!endif\r
367\r
7b30036b
AB
368 #\r
369 # Enable strict image permissions for all images. (This applies\r
370 # only to images that were built with >= 4 KB section alignment.)\r
371 #\r
372 gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x3\r
373\r
1acd7c54
AB
374 #\r
375 # Enable NX memory protection for all non-code regions, including OEM and OS\r
376 # reserved ones, with the exception of LoaderData regions, of which OS loaders\r
377 # (i.e., GRUB) may assume that its contents are executable.\r
378 #\r
379 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD1\r
380\r
8aab575c
AB
381 #\r
382 # Enable the non-executable DXE stack. (This gets set up by DxeIpl)\r
383 #\r
384 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE\r
385\r
6f5872b1 386[Components.common]\r
d3644741
VS
387 #\r
388 # Ramdisk support\r
389 #\r
390 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf\r
391\r
da1ce6f8
LE
392 #\r
393 # UEFI application (Shell Embedded Boot Loader)\r
394 #\r
59fcf070
RN
395 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {\r
396 <PcdsFixedAtBuild>\r
397 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
398 }\r
da1ce6f8
LE
399 ShellPkg/Application/Shell/Shell.inf {\r
400 <LibraryClasses>\r
401 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
402 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
403 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
404 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
405 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
406 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
407 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
408 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
ae08ea24
LE
409!if $(NETWORK_IP6_ENABLE) == TRUE\r
410 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf\r
411!endif\r
da1ce6f8 412 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
da1ce6f8
LE
413 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
414 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
415\r
416 <PcdsFixedAtBuild>\r
417 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
418 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
419 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
420 }\r
fde03c80
VS
421\r
422[Components.AARCH64]\r
423 #\r
424 # ACPI Support\r
425 #\r
3a2c1548
LE
426 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf {\r
427 <LibraryClasses>\r
428 NULL|EmbeddedPkg/Library/PlatformHasAcpiLib/PlatformHasAcpiLib.inf\r
429 }\r
430\r
431 #\r
432 # EBC support\r
433 #\r
81d9f86f 434 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r