]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirt.dsc.inc
0cb48f08e9bf658d9fd55a70ef58e72c29611e28
[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/BaseIoLibIntrinsic.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/UefiDevicePathLib/UefiDevicePathLib.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
84 #
85 # It is not possible to prevent the ARM compiler from inserting calls to intrinsic functions.
86 # This library provides the instrinsic functions such a compiler may generate calls to.
87 #
88 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
89
90 # Add support for GCC stack protector
91 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
92
93 # ARM Architectural Libraries
94 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
95 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
96 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
97 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
98 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
99 ArmGicArchLib|ArmVirtPkg/Library/ArmVirtGicArchLib/ArmVirtGicArchLib.inf
100 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
101 ArmHvcLib|ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf
102 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerVirtCounterLib/ArmGenericTimerVirtCounterLib.inf
103
104 PlatformPeiLib|ArmVirtPkg/Library/PlatformPeiLib/PlatformPeiLib.inf
105 MemoryInitPeiLib|ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/ArmVirtMemoryInitPeiLib.inf
106 ResetSystemLib|ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.inf
107
108 # ARM PL031 RTC Driver
109 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
110 TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
111 # ARM PL011 UART Driver
112 PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
113 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.inf
114
115 #
116 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
117 # in the debugger will show load and unload commands for symbols. You can cut and paste this
118 # into the command window to load symbols. We should be able to use a script to do this, but
119 # the version of RVD I have does not support scripts accessing system memory.
120 #
121 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
122 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
123 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
124
125 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
126 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
127
128 # Flattened Device Tree (FDT) access library
129 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
130
131 # PCI Libraries
132 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
133 PciExpressLib|ArmVirtPkg/Library/BaseCachingPciExpressLib/BaseCachingPciExpressLib.inf
134
135 # USB Libraries
136 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
137
138 XenIoMmioLib|OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf
139
140 #
141 # Secure Boot dependencies
142 #
143 !if $(SECURE_BOOT_ENABLE) == TRUE
144 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
145 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
146 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
147 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
148 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
149
150 # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree
151 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
152 !else
153 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
154 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
155 !endif
156 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
157 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
158
159 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
160
161 [LibraryClasses.common.SEC]
162 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
163 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
164
165 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
166 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
167 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf
168 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
169 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
170 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
171 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
172
173 [LibraryClasses.common.PEI_CORE]
174 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
175 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
176 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
177 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
178 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
179 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
180 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
181 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
182 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
183 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
184 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
185
186 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
187 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf
188
189 [LibraryClasses.common.PEIM]
190 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
191 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
192 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
193 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
194 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
195 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
196 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
197 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
198 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
199 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
200 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
201 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
202
203 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
204 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf
205
206 [LibraryClasses.common.DXE_CORE]
207 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
208 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
209 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
210 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
211 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
212 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
213
214 [LibraryClasses.common.DXE_DRIVER]
215 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
216 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
217 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
218
219 [LibraryClasses.common.UEFI_APPLICATION]
220 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
221 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
222 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
223 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
224
225 [LibraryClasses.common.UEFI_DRIVER]
226 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
227 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
228 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
229 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
230
231 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
232 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
233 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
234
235 !if $(SECURE_BOOT_ENABLE) == TRUE
236 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
237 !endif
238
239 [LibraryClasses.ARM]
240 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
241
242 [BuildOptions]
243 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
244
245 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
246
247 #
248 # Disable deprecated APIs.
249 #
250 RVCT:*_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
251 GCC:*_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
252
253 ################################################################################
254 #
255 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
256 #
257 ################################################################################
258
259 [PcdsFeatureFlag.common]
260 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
261
262 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
263 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
264
265 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
266
267 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
268
269 [PcdsFeatureFlag.AARCH64]
270 #
271 # Activate AcpiSdtProtocol
272 #
273 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
274
275 [PcdsFixedAtBuild.common]
276 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
277 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
278 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
279 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
280 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
281 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
282 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
283
284 # DEBUG_ASSERT_ENABLED 0x01
285 # DEBUG_PRINT_ENABLED 0x02
286 # DEBUG_CODE_ENABLED 0x04
287 # CLEAR_MEMORY_ENABLED 0x08
288 # ASSERT_BREAKPOINT_ENABLED 0x10
289 # ASSERT_DEADLOOP_ENABLED 0x20
290 !if $(TARGET) == RELEASE
291 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
292 !else
293 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
294 !endif
295
296 # DEBUG_INIT 0x00000001 // Initialization
297 # DEBUG_WARN 0x00000002 // Warnings
298 # DEBUG_LOAD 0x00000004 // Load events
299 # DEBUG_FS 0x00000008 // EFI File system
300 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
301 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
302 # DEBUG_INFO 0x00000040 // Informational debug messages
303 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
304 # DEBUG_VARIABLE 0x00000100 // Variable
305 # DEBUG_BM 0x00000400 // Boot Manager
306 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
307 # DEBUG_NET 0x00004000 // SNP Driver
308 # DEBUG_UNDI 0x00010000 // UNDI Driver
309 # DEBUG_LOADFILE 0x00020000 // LoadFile
310 # DEBUG_EVENT 0x00080000 // Event messages
311 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
312 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
313 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
314 # // significantly impact boot performance
315 # DEBUG_ERROR 0x80000000 // Error
316 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)
317
318 #
319 # Optional feature to help prevent EFI memory map fragments
320 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
321 # Values are in EFI Pages (4K). DXE Core will make sure that
322 # at least this much of each type of memory can be allocated
323 # from a single memory range. This way you only end up with
324 # maximum of two fragements for each type in the memory map
325 # (the memory used, and the free memory that was prereserved
326 # but not used).
327 #
328 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
329 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
330 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
331 !if $(SECURE_BOOT_ENABLE) == TRUE
332 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|600
333 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|400
334 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1500
335 !else
336 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|300
337 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|150
338 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1000
339 !endif
340 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|12000
341 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
342 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
343
344 !if $(SECURE_BOOT_ENABLE) == TRUE
345 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
346 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
347 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
348 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
349 !endif
350
351 !if $(TTY_TERMINAL) == TRUE
352 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
353 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
354 !endif
355
356 #
357 # Enable strict image permissions for all images. (This applies
358 # only to images that were built with >= 4 KB section alignment.)
359 #
360 gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x3
361
362 #
363 # Enable NX memory protection for all non-code regions, including OEM and OS
364 # reserved ones, with the exception of LoaderData regions, of which OS loaders
365 # (i.e., GRUB) may assume that its contents are executable.
366 #
367 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD1
368
369 #
370 # Enable the non-executable DXE stack. (This gets set up by DxeIpl)
371 #
372 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
373
374 [PcdsFixedAtBuild.ARM]
375 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
376
377 [Components.common]
378 #
379 # Ramdisk support
380 #
381 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
382
383 #
384 # UEFI application (Shell Embedded Boot Loader)
385 #
386 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.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 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
399 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
400 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
401 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
402 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
403
404 <PcdsFixedAtBuild>
405 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
406 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
407 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
408 }
409
410 [Components.AARCH64]
411 #
412 # ACPI Support
413 #
414 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf {
415 <LibraryClasses>
416 NULL|EmbeddedPkg/Library/PlatformHasAcpiLib/PlatformHasAcpiLib.inf
417 }
418
419 #
420 # EBC support
421 #
422 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf