]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirt.dsc.inc
ArmVirtPkg/ArmVirtQemu: use MdeModulePkg/BDS
[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
31c0338e 4# Copyright (c) 2015, 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
955b4946
AB
20[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]\r
21 GCC:*_*_ARM_DLINK_FLAGS = -z common-page-size=0x1000\r
5670dd5e 22 GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000\r
cd625ae9 23 RVCT:*_*_ARM_DLINK_FLAGS = --scatter $(EDK_TOOLS_PATH)/Scripts/Rvct-Align4K.sct\r
093b7c87 24\r
6f5872b1
MC
25[LibraryClasses.common]\r
26!if $(TARGET) == RELEASE\r
27 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
28 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
29!else\r
30 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
31 UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf\r
32!endif\r
33 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
34\r
35 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
36 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
37 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
38 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
39 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
40 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
41 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
42 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
43 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
44\r
45 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
7fbd1eb2 46 HobLib|ArmVirtPkg/Library/ArmVirtDxeHobLib/ArmVirtDxeHobLib.inf\r
6f5872b1
MC
47 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
48 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
49 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
50 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
1946faa7 51 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
6f5872b1
MC
52 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
53 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
54 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
55 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
1946faa7 56 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
6f5872b1
MC
57\r
58 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
1c5adbef 59 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf\r
6f5872b1
MC
60\r
61 #\r
62 # Allow dynamic PCDs\r
63 #\r
64 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
65\r
66 # 1/123 faster than Stm or Vstm version\r
67 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
68 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r
69\r
70 # Networking Requirements\r
71 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
72 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
73 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
74 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
75\r
f8136625
MR
76 #\r
77 # It is not possible to prevent the ARM compiler from inserting calls to intrinsic functions.\r
78 # This library provides the instrinsic functions such a compiler may generate calls to.\r
79 #\r
80 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
81\r
82 # Add support for GCC stack protector\r
83 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
84\r
6f5872b1
MC
85 # ARM Architectural Libraries\r
86 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
87 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
9fa52603 88 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf\r
6f5872b1
MC
89 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
90 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r
91 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
15c9b25e 92 ArmGicArchLib|ArmVirtPkg/Library/ArmVirtGicArchLib/ArmVirtGicArchLib.inf\r
6f5872b1
MC
93 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
94 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r
95 ArmHvcLib|ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf\r
96 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerVirtCounterLib/ArmGenericTimerVirtCounterLib.inf\r
97\r
7fbd1eb2
OM
98 PlatformPeiLib|ArmVirtPkg/Library/PlatformPeiLib/PlatformPeiLib.inf\r
99 MemoryInitPeiLib|ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/ArmVirtMemoryInitPeiLib.inf\r
100 EfiResetSystemLib|ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.inf\r
6f5872b1
MC
101\r
102 # ARM PL031 RTC Driver\r
103 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf\r
104 # ARM PL011 UART Driver\r
105 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf\r
7fbd1eb2 106 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.inf\r
6f5872b1
MC
107\r
108 #\r
109 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window\r
110 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
111 # into the command window to load symbols. We should be able to use a script to do this, but\r
112 # the version of RVD I have does not support scripts accessing system memory.\r
113 #\r
114 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
115 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
116 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
117\r
118 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
119 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf\r
120\r
1c51e601 121 # Flattened Device Tree (FDT) access library\r
6f5872b1
MC
122 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r
123\r
10233c9e
LE
124 # PCI Libraries\r
125 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
7fbd1eb2 126 PciExpressLib|ArmVirtPkg/Library/BaseCachingPciExpressLib/BaseCachingPciExpressLib.inf\r
10233c9e 127\r
e17b1db5
LE
128 # USB Libraries\r
129 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
130\r
6abe83c3
AB
131 XenIoMmioLib|OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf\r
132\r
80f882ab
AB
133 #\r
134 # Secure Boot dependencies\r
135 #\r
136!if $(SECURE_BOOT_ENABLE) == TRUE\r
137 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
138 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
139 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
31c0338e 140 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
80f882ab
AB
141 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
142\r
143 # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree\r
144 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
31c0338e
SZ
145!else\r
146 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
147 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
80f882ab 148!endif\r
0bdbaade 149 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
80f882ab 150\r
6f5872b1
MC
151[LibraryClasses.common.SEC]\r
152 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
6f5872b1
MC
153\r
154 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf\r
155 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf\r
7fbd1eb2 156 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf\r
6f5872b1
MC
157 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
158 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
b761e8c2 159 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
6f5872b1
MC
160 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
161\r
162[LibraryClasses.common.PEI_CORE]\r
163 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
164 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
165 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
166 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
167 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
168 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
169 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
170 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
171 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
172 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
173 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
174\r
b761e8c2 175 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
7fbd1eb2 176 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf\r
6f5872b1
MC
177\r
178[LibraryClasses.common.PEIM]\r
179 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
180 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
181 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
182 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
183 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
184 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
185 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
186 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
187 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
188 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
189 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
190 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
191\r
b761e8c2 192 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
7fbd1eb2 193 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf\r
6f5872b1
MC
194\r
195[LibraryClasses.common.DXE_CORE]\r
196 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
197 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
198 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
199 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
200 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
201 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
6f5872b1
MC
202 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
203\r
204[LibraryClasses.common.DXE_DRIVER]\r
205 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
6f5872b1
MC
206 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
207 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
208 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
6f5872b1
MC
209\r
210[LibraryClasses.common.UEFI_APPLICATION]\r
211 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
212 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
213 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
214 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
9038538b
AB
215 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
216 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
1946faa7 217 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
6f5872b1
MC
218\r
219[LibraryClasses.common.UEFI_DRIVER]\r
220 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
221 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
222 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
223 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
6f5872b1
MC
224 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
225\r
226[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
227 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
228 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
229 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
230\r
80f882ab
AB
231!if $(SECURE_BOOT_ENABLE) == TRUE\r
232 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
233!endif\r
234\r
2c960244
AB
235[LibraryClasses.ARM]\r
236 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf\r
237\r
6f5872b1
MC
238[BuildOptions]\r
239 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
240\r
241 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
242\r
243################################################################################\r
244#\r
245# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
246#\r
247################################################################################\r
248\r
249[PcdsFeatureFlag.common]\r
6a238fa8 250 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE\r
6f5872b1
MC
251 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
252 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
253 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
254 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
255\r
256 #\r
257 # Control what commands are supported from the UI\r
258 # Turn these on and off to add features or save size\r
259 #\r
260 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE\r
261 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE\r
262 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE\r
263 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE\r
264 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE\r
265 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE\r
266 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE\r
267\r
268 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r
269\r
270 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
271 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
272\r
273 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r
274\r
275 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
276\r
277[PcdsFixedAtBuild.common]\r
6f5872b1
MC
278 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
279 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
280 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
281 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
282 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
283 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
284 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
285 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
286\r
287 # DEBUG_ASSERT_ENABLED 0x01\r
288 # DEBUG_PRINT_ENABLED 0x02\r
289 # DEBUG_CODE_ENABLED 0x04\r
290 # CLEAR_MEMORY_ENABLED 0x08\r
291 # ASSERT_BREAKPOINT_ENABLED 0x10\r
292 # ASSERT_DEADLOOP_ENABLED 0x20\r
293!if $(TARGET) == RELEASE\r
294 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
295!else\r
296 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
297!endif\r
298\r
299 # DEBUG_INIT 0x00000001 // Initialization\r
300 # DEBUG_WARN 0x00000002 // Warnings\r
301 # DEBUG_LOAD 0x00000004 // Load events\r
302 # DEBUG_FS 0x00000008 // EFI File system\r
ba4bcd7e
LE
303 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
304 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
d301991c
LE
305 # DEBUG_INFO 0x00000040 // Informational debug messages\r
306 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
6f5872b1
MC
307 # DEBUG_VARIABLE 0x00000100 // Variable\r
308 # DEBUG_BM 0x00000400 // Boot Manager\r
309 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
ba4bcd7e 310 # DEBUG_NET 0x00004000 // SNP Driver\r
6f5872b1 311 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
ba4bcd7e 312 # DEBUG_LOADFILE 0x00020000 // LoadFile\r
6f5872b1
MC
313 # DEBUG_EVENT 0x00080000 // Event messages\r
314 # DEBUG_GCD 0x00100000 // Global Coherency Database changes\r
315 # DEBUG_CACHE 0x00200000 // Memory range cachability changes\r
d301991c
LE
316 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may\r
317 # // significantly impact boot performance\r
6f5872b1 318 # DEBUG_ERROR 0x80000000 // Error\r
d301991c 319 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)\r
6f5872b1
MC
320\r
321 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
322\r
323 #\r
324 # Optional feature to help prevent EFI memory map fragments\r
325 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
326 # Values are in EFI Pages (4K). DXE Core will make sure that\r
327 # at least this much of each type of memory can be allocated\r
328 # from a single memory range. This way you only end up with\r
329 # maximum of two fragements for each type in the memory map\r
330 # (the memory used, and the free memory that was prereserved\r
331 # but not used).\r
332 #\r
333 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r
334 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r
335 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r
e0bb8ad9
AB
336!if $(SECURE_BOOT_ENABLE) == TRUE\r
337 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|600\r
338 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|400\r
339 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1500\r
340!else\r
c1993157
AB
341 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|300\r
342 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|150\r
343 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1000\r
e0bb8ad9 344!endif\r
2f71ad11 345 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|12000\r
6f5872b1
MC
346 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20\r
347 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r
348\r
349 #\r
350 # ARM Pcds\r
351 #\r
352 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000\r
353\r
80f882ab
AB
354!if $(SECURE_BOOT_ENABLE) == TRUE\r
355 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
356 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
357 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
358 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
359!endif\r
360\r
a51c1699
LE
361!if $(TTY_TERMINAL) == TRUE\r
362 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID\r
363 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}\r
364!endif\r
365\r
5f6ed468
AB
366[PcdsFixedAtBuild.ARM]\r
367 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
368\r
6f5872b1
MC
369[Components.common]\r
370 #\r
371 # Networking stack\r
372 #\r
373 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
374 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
375 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
6f5872b1
MC
376 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
377 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
378 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
379 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
380 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
381 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
382 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
383 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
da1ce6f8
LE
384\r
385 #\r
386 # UEFI application (Shell Embedded Boot Loader)\r
387 #\r
388 ShellPkg/Application/Shell/Shell.inf {\r
389 <LibraryClasses>\r
390 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
391 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
392 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
393 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
394 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
395 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
396 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
397 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
5236e09c 398 NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf\r
da1ce6f8 399 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
da1ce6f8
LE
400 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
401 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
402\r
403 <PcdsFixedAtBuild>\r
404 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
405 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
406 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
407 }\r