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