]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirt.dsc.inc
acfb71d3ff6c7f3b9c99e2b8f32b9c27e3e34b82
[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, 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_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 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
38 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
39 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
40 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
41 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
42 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
43 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
44 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
45
46 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
47 HobLib|ArmVirtPkg/Library/ArmVirtDxeHobLib/ArmVirtDxeHobLib.inf
48 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
49 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
50 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
51 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
52 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
53 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
54 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
55 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
56 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
57 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
58
59 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
60 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
61
62 #
63 # Ramdisk Requirements
64 #
65 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
66
67 # Allow dynamic PCDs
68 #
69 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
70
71 # use the accelerated BaseMemoryLibOptDxe by default, overrides for SEC/PEI below
72 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
73
74 # Networking Requirements
75 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
76 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
77 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
78 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
79
80 #
81 # It is not possible to prevent the ARM compiler from inserting calls to intrinsic functions.
82 # This library provides the instrinsic functions such a compiler may generate calls to.
83 #
84 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
85
86 # Add support for GCC stack protector
87 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
88
89 # ARM Architectural Libraries
90 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
91 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
92 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
93 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
94 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
95 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
96 ArmGicArchLib|ArmVirtPkg/Library/ArmVirtGicArchLib/ArmVirtGicArchLib.inf
97 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
98 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
99 ArmHvcLib|ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf
100 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerVirtCounterLib/ArmGenericTimerVirtCounterLib.inf
101
102 PlatformPeiLib|ArmVirtPkg/Library/PlatformPeiLib/PlatformPeiLib.inf
103 MemoryInitPeiLib|ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/ArmVirtMemoryInitPeiLib.inf
104 EfiResetSystemLib|ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.inf
105
106 # ARM PL031 RTC Driver
107 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
108 # ARM PL011 UART Driver
109 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf
110 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.inf
111
112 #
113 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
114 # in the debugger will show load and unload commands for symbols. You can cut and paste this
115 # into the command window to load symbols. We should be able to use a script to do this, but
116 # the version of RVD I have does not support scripts accessing system memory.
117 #
118 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
119 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
120 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
121
122 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
123 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
124
125 # Flattened Device Tree (FDT) access library
126 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
127
128 # PCI Libraries
129 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
130 PciExpressLib|ArmVirtPkg/Library/BaseCachingPciExpressLib/BaseCachingPciExpressLib.inf
131
132 # USB Libraries
133 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
134
135 XenIoMmioLib|OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf
136
137 #
138 # Secure Boot dependencies
139 #
140 !if $(SECURE_BOOT_ENABLE) == TRUE
141 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
142 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
143 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
144 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
145 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
146
147 # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree
148 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
149 !else
150 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
151 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
152 !endif
153 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
154 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
155
156 [LibraryClasses.common.SEC]
157 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
158 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
159
160 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
161 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
162 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf
163 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
164 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
165 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
166 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
167
168 [LibraryClasses.common.PEI_CORE]
169 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
170 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
171 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
172 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
173 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
174 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
175 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
176 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
177 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
178 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
179 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
180 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
181
182 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
183 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf
184
185 [LibraryClasses.common.PEIM]
186 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
187 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
188 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
189 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
190 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
191 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
192 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
193 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
194 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
195 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
196 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
197 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
198 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
199
200 PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
201 SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf
202
203 [LibraryClasses.common.DXE_CORE]
204 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
205 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
206 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
207 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
208 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
209 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
210 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
211
212 [LibraryClasses.common.DXE_DRIVER]
213 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
214 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
215 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
216 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
217
218 [LibraryClasses.common.UEFI_APPLICATION]
219 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
220 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
221 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
222 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
223 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
224 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
225 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
226
227 [LibraryClasses.common.UEFI_DRIVER]
228 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
229 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
230 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
231 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
232 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
233
234 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
235 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
236 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
237 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
238
239 !if $(SECURE_BOOT_ENABLE) == TRUE
240 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
241 !endif
242
243 [LibraryClasses.ARM]
244 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
245
246 [BuildOptions]
247 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
248
249 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
250
251 #
252 # Disable deprecated APIs.
253 #
254 RVCT:*_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
255 GCC:*_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
256
257 ################################################################################
258 #
259 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
260 #
261 ################################################################################
262
263 [PcdsFeatureFlag.common]
264 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
265
266 #
267 # Control what commands are supported from the UI
268 # Turn these on and off to add features or save size
269 #
270 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
271 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
272 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
273 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
274 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
275 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
276 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
277
278 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
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 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
337
338 #
339 # Optional feature to help prevent EFI memory map fragments
340 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
341 # Values are in EFI Pages (4K). DXE Core will make sure that
342 # at least this much of each type of memory can be allocated
343 # from a single memory range. This way you only end up with
344 # maximum of two fragements for each type in the memory map
345 # (the memory used, and the free memory that was prereserved
346 # but not used).
347 #
348 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
349 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
350 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
351 !if $(SECURE_BOOT_ENABLE) == TRUE
352 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|600
353 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|400
354 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1500
355 !else
356 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|300
357 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|150
358 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1000
359 !endif
360 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|12000
361 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
362 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
363
364 !if $(SECURE_BOOT_ENABLE) == TRUE
365 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
366 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
367 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
368 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
369 !endif
370
371 !if $(TTY_TERMINAL) == TRUE
372 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
373 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
374 !endif
375
376 #
377 # Enable strict image permissions for all images. (This applies
378 # only to images that were built with >= 4 KB section alignment.)
379 #
380 gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x3
381
382 #
383 # Enable NX memory protection for all non-code regions, including OEM and OS
384 # reserved ones, with the exception of LoaderData regions, of which OS loaders
385 # (i.e., GRUB) may assume that its contents are executable.
386 #
387 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD1
388
389 [PcdsFixedAtBuild.ARM]
390 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
391
392 [Components.common]
393 #
394 # Networking stack
395 #
396 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
397 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
398 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
399 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
400 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
401 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
402 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
403 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
404 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
405 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
406 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
407
408 #
409 # Ramdisk support
410 #
411 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
412
413 #
414 # UEFI application (Shell Embedded Boot Loader)
415 #
416 ShellPkg/Application/Shell/Shell.inf {
417 <LibraryClasses>
418 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
419 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
420 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
421 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
422 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
423 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
424 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
425 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
426 NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf
427 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
428 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
429 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
430
431 <PcdsFixedAtBuild>
432 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
433 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
434 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
435 }
436
437 [Components.AARCH64]
438 #
439 # ACPI Support
440 #
441 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
442 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf