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