]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg: implement FdtPciHostBridgeLib
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemu.dsc
... / ...
CommitLineData
1#\r
2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
3# Copyright (c) 2014, Linaro Limited. All rights reserved.\r
4# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 PLATFORM_NAME = ArmVirtQemu\r
23 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c\r
24 PLATFORM_VERSION = 0.1\r
25 DSC_SPECIFICATION = 0x00010005\r
26 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)\r
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf\r
31\r
32 #\r
33 # Defines for default states. These can be changed on the command line.\r
34 # -D FLAG=VALUE\r
35 #\r
36 DEFINE SECURE_BOOT_ENABLE = FALSE\r
37 DEFINE PURE_ACPI_BOOT_ENABLE = FALSE\r
38\r
39!include ArmVirtPkg/ArmVirt.dsc.inc\r
40\r
41[LibraryClasses.AARCH64]\r
42 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf\r
43 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r
44\r
45[LibraryClasses.ARM]\r
46 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
47 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf\r
48\r
49[LibraryClasses.common]\r
50 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
51\r
52 # Virtio Support\r
53 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
54 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
55 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
56\r
57 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf\r
58 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r
59\r
60 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
61 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
62\r
63 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
64 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
65 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
66 ImageDecoderLib|MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf\r
67 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
68 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
69 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
70 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
71 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
72\r
73[LibraryClasses.common.UEFI_DRIVER]\r
74 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
75\r
76[LibraryClasses.AARCH64.SEC]\r
77 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf\r
78\r
79[LibraryClasses.ARM.SEC]\r
80 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf\r
81\r
82[BuildOptions]\r
83 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
84 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
85 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include\r
86\r
87\r
88################################################################################\r
89#\r
90# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
91#\r
92################################################################################\r
93\r
94[PcdsFeatureFlag.common]\r
95 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
96 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
97\r
98 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
99 # It could be set FALSE to save size.\r
100 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
101 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
102\r
103!if $(PURE_ACPI_BOOT_ENABLE) == TRUE\r
104 gArmVirtTokenSpaceGuid.PcdPureAcpiBoot|TRUE\r
105!endif\r
106\r
107[PcdsFixedAtBuild.common]\r
108 gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r
109!if $(ARCH) == AARCH64\r
110 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
111!endif\r
112\r
113 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
114 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
115 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
116 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
117\r
118 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
119 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
120\r
121 #\r
122 # ARM Pcds\r
123 #\r
124 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r
125\r
126 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r
127 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r
128\r
129 #\r
130 # ARM PrimeCell\r
131 #\r
132\r
133 ## PL011 - Serial Terminal\r
134 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
135\r
136 ## Default Terminal Type\r
137 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
138!if $(TTY_TERMINAL) == TRUE\r
139 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
140!else\r
141 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
142!endif\r
143\r
144 #\r
145 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
146 #\r
147 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
148\r
149 # System Memory Base -- fixed at 0x4000_0000\r
150 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r
151\r
152 # initial location of the device tree blob passed by QEMU -- base of DRAM\r
153 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
154\r
155 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
156 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
157 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
158\r
159 #\r
160 # The maximum physical I/O addressability of the processor, set with\r
161 # BuildCpuHob().\r
162 #\r
163 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
164\r
165[PcdsFixedAtBuild.AARCH64]\r
166 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE\r
167\r
168 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
169 # support anything bigger, even if the host hardware does\r
170 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
171\r
172 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,\r
173 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the\r
174 # presence of the 32-bit entry point anyway (because many AARCH64 systems\r
175 # don't have 32-bit addressable physical RAM), and the additional allocations\r
176 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry\r
177 # point only, for entry point versions >= 3.0.\r
178 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2\r
179\r
180 # ACPI predates the AARCH64 architecture by 5 versions, so\r
181 # we only target OSes that support ACPI v5.0 or later\r
182 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
183\r
184[PcdsDynamicDefault.common]\r
185 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
186\r
187 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
188 # enumeration to complete before installing ACPI tables.\r
189 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
190\r
191 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
192 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
193\r
194 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
195 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
196 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
197 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
198\r
199 #\r
200 # ARM General Interrupt Controller\r
201 #\r
202 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
203 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
204 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
205\r
206 ## PL031 RealTimeClock\r
207 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
208\r
209 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
210 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
211 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
212\r
213 #\r
214 # Set video resolution for boot options and for text setup.\r
215 # PlatformDxe can set the former at runtime.\r
216 #\r
217 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
218 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
219 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
220 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
221\r
222 #\r
223 # SMBIOS entry point version\r
224 #\r
225 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
226 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
227 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
228\r
229################################################################################\r
230#\r
231# Components Section - list of all EDK II Modules needed by this Platform\r
232#\r
233################################################################################\r
234[Components.common]\r
235 #\r
236 # PEI Phase modules\r
237 #\r
238 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
239 MdeModulePkg/Core/Pei/PeiMain.inf\r
240 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
241 <LibraryClasses>\r
242 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
243 }\r
244 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
245 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
246 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
247\r
248 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
249\r
250 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
251 <LibraryClasses>\r
252 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
253 }\r
254\r
255 #\r
256 # DXE\r
257 #\r
258 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
259 <LibraryClasses>\r
260 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
261 }\r
262 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
263 <LibraryClasses>\r
264 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
265 }\r
266\r
267 #\r
268 # Architectural Protocols\r
269 #\r
270 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
271 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
272 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
273 <LibraryClasses>\r
274 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
275 }\r
276!if $(SECURE_BOOT_ENABLE) == TRUE\r
277 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
278 <LibraryClasses>\r
279 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
280 }\r
281 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
282!else\r
283 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
284!endif\r
285 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
286 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
287 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
288 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
289 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
290 <LibraryClasses>\r
291 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
292 }\r
293 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
294\r
295 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
296 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
297 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
298 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
299 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
300\r
301 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
302\r
303 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
304 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
305 <LibraryClasses>\r
306 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
307 }\r
308 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
309 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
310\r
311 #\r
312 # Platform Driver\r
313 #\r
314 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
315 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
316 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
317 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
318 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
319 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
320 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
321\r
322 #\r
323 # FAT filesystem + GPT/MBR partitioning\r
324 #\r
325 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
326 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
327 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
328 FatPkg/EnhancedFatDxe/Fat.inf\r
329\r
330 #\r
331 # Bds\r
332 #\r
333 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
334 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
335 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
336 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
337 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
338 <LibraryClasses>\r
339 NULL|MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf\r
340 }\r
341 MdeModulePkg/Application/UiApp/UiApp.inf {\r
342 <LibraryClasses>\r
343 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
344 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
345 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
346 }\r
347\r
348 #\r
349 # SCSI Bus and Disk Driver\r
350 #\r
351 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
352 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
353\r
354 #\r
355 # SMBIOS Support\r
356 #\r
357 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
358 <LibraryClasses>\r
359 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
360 }\r
361 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
362\r
363 #\r
364 # PCI support\r
365 #\r
366 ArmVirtPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
367 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
368 <LibraryClasses>\r
369 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
370 }\r
371 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
372 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
373\r
374 #\r
375 # Video support\r
376 #\r
377 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
378 <LibraryClasses>\r
379 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
380 }\r
381 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
382 OvmfPkg/PlatformDxe/Platform.inf\r
383\r
384 #\r
385 # USB Support\r
386 #\r
387 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
388 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
389 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
390 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
391 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
392\r
393[Components.AARCH64]\r
394 #\r
395 # ACPI Support\r
396 #\r
397 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
398 <LibraryClasses>\r
399 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
400 }\r