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