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