]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualization.dsc.inc
ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / ArmVirtualization.dsc.inc
1 #
2 # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
3 # Copyright (c) 2014, Linaro Limited. All rights reserved.
4 #
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14
15 [Defines]
16 DEFINE DEBUG_PRINT_ERROR_LEVEL = 0x8000004F
17
18 [LibraryClasses.common]
19 !if $(TARGET) == RELEASE
20 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
21 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
22 !else
23 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
24 UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
25 !endif
26 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
27
28 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
29 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
30 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
31 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
32 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
33 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
34 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
35 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
36 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
37
38 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
39 HobLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/ArmVirtualizationDxeHobLib/ArmVirtualizationDxeHobLib.inf
40 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
41 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
42 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
43 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
44 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
45 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
46 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
47 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
48
49 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
50 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
51
52 #
53 # Allow dynamic PCDs
54 #
55 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
56
57 # 1/123 faster than Stm or Vstm version
58 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
59 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
60
61 # Networking Requirements
62 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
63 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
64 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
65 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
66
67 # ARM Architectural Libraries
68 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
69 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
70 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
71 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
72 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
73 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
74 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
75 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
76 ArmHvcLib|ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf
77 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerVirtCounterLib/ArmGenericTimerVirtCounterLib.inf
78
79 PlatformPeiLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformPeiLib/PlatformPeiLib.inf
80 MemoryInitPeiLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/ArmVirtualizationMemoryInitPeiLib/ArmVirtualizationMemoryInitPeiLib.inf
81 EfiResetSystemLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/ArmVirtualizationPsciResetSystemLib/ArmVirtualizationPsciResetSystemLib.inf
82
83 # ARM PL031 RTC Driver
84 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
85 # ARM PL011 UART Driver
86 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf
87 SerialPortLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.inf
88 SerialPortExtLib|EmbeddedPkg/Library/SerialPortExtLibNull/SerialPortExtLibNull.inf
89
90 #
91 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
92 # in the debugger will show load and unload commands for symbols. You can cut and paste this
93 # into the command window to load symbols. We should be able to use a script to do this, but
94 # the version of RVD I have does not support scripts accessing system memory.
95 #
96 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
97 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
98 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
99
100 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
101 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
102
103 # BDS Libraries
104 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
105 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
106
107 # PCI Libraries
108 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
109 PciExpressLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/BaseCachingPciExpressLib/BaseCachingPciExpressLib.inf
110
111 # USB Libraries
112 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
113
114 XenIoMmioLib|OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf
115
116 [LibraryClasses.common.SEC]
117 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
118 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
119 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Sec/SecArmPlatformGlobalVariableLib.inf
120
121 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
122 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
123 SerialPortLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf
124 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
125 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
126 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
127 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
128
129 [LibraryClasses.common.PEI_CORE]
130 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
131 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
132 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
133 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
134 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
135 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
136 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
137 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
138 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
139 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
140 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
141
142 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
143 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
144 SerialPortLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf
145
146 [LibraryClasses.common.PEIM]
147 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
148 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
149 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
150 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
151 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
152 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
153 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
154 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
155 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
156 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
157 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
158 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
159
160 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
161 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
162 SerialPortLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf
163
164 [LibraryClasses.common.DXE_CORE]
165 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
166 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
167 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
168 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
169 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
170 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
171 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
172 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
173
174 [LibraryClasses.common.DXE_DRIVER]
175 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
176 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
177 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
178 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
179 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
180 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
181
182 [LibraryClasses.common.UEFI_APPLICATION]
183 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
184 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
185 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
186 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
187
188 [LibraryClasses.common.UEFI_DRIVER]
189 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
190 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
191 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
192 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
193 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
194 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
195
196 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
197 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
198 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
199 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
200
201 [LibraryClasses.ARM]
202 #
203 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
204 # This library provides the instrinsic functions generate by a given compiler.
205 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
206 #
207 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
208
209 # Add support for GCC stack protector
210 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
211
212 [LibraryClasses.AARCH64]
213 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
214
215
216 [BuildOptions]
217 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
218
219 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
220
221 ################################################################################
222 #
223 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
224 #
225 ################################################################################
226
227 [PcdsFeatureFlag.common]
228 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
229 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
230 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
231 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
232
233 #
234 # Control what commands are supported from the UI
235 # Turn these on and off to add features or save size
236 #
237 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
238 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
239 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
240 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
241 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
242 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
243 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
244
245 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
246
247 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
248 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
249
250 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
251
252 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
253
254 [PcdsFixedAtBuild.common]
255 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Virtualization Platform"
256
257 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
258 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
259 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
260 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
261 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
262 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
263 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
264 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
265
266 # DEBUG_ASSERT_ENABLED 0x01
267 # DEBUG_PRINT_ENABLED 0x02
268 # DEBUG_CODE_ENABLED 0x04
269 # CLEAR_MEMORY_ENABLED 0x08
270 # ASSERT_BREAKPOINT_ENABLED 0x10
271 # ASSERT_DEADLOOP_ENABLED 0x20
272 !if $(TARGET) == RELEASE
273 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
274 !else
275 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
276 !endif
277
278 # DEBUG_INIT 0x00000001 // Initialization
279 # DEBUG_WARN 0x00000002 // Warnings
280 # DEBUG_LOAD 0x00000004 // Load events
281 # DEBUG_FS 0x00000008 // EFI File system
282 # DEBUG_POOL 0x00000010 // Alloc & Free's
283 # DEBUG_PAGE 0x00000020 // Alloc & Free's
284 # DEBUG_INFO 0x00000040 // Informational debug messages
285 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
286 # DEBUG_VARIABLE 0x00000100 // Variable
287 # DEBUG_BM 0x00000400 // Boot Manager
288 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
289 # DEBUG_NET 0x00004000 // SNI Driver
290 # DEBUG_UNDI 0x00010000 // UNDI Driver
291 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
292 # DEBUG_EVENT 0x00080000 // Event messages
293 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
294 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
295 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
296 # // significantly impact boot performance
297 # DEBUG_ERROR 0x80000000 // Error
298 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)
299
300 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
301
302 #
303 # Optional feature to help prevent EFI memory map fragments
304 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
305 # Values are in EFI Pages (4K). DXE Core will make sure that
306 # at least this much of each type of memory can be allocated
307 # from a single memory range. This way you only end up with
308 # maximum of two fragements for each type in the memory map
309 # (the memory used, and the free memory that was prereserved
310 # but not used).
311 #
312 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
313 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
314 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
315 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50
316 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20
317 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
318 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000
319 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
320 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
321
322 #
323 # ARM Pcds
324 #
325 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000
326
327 [Components.common]
328 #
329 # Networking stack
330 #
331 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
332 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
333 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
334 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
335 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
336 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
337 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
338 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
339 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
340 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
341 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
342 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
343
344 #
345 # UEFI application (Shell Embedded Boot Loader)
346 #
347 ShellPkg/Application/Shell/Shell.inf {
348 <LibraryClasses>
349 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
350 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
351 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
352 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
353 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
354 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
355 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
356 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
357 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
358 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
359 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
360 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
361 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
362 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
363
364 <PcdsFixedAtBuild>
365 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
366 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
367 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
368 }