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