From e294f58e69983624b8b1eef2b2e28983fa42421d Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Tue, 11 Oct 2016 13:00:48 +0800 Subject: [PATCH] MdeModulePkg/MdeModulePkg.dec: Fix EBC build failure of PciBus driver When PciBus is built as EBC, PcdPciDegradeResourceForOptionRom does not have associated value resulting build failure. The patch sets the default value to TRUE, covering the EBC ARCH. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Acked-by: Laszlo Ersek Acked-by: Ard Biesheuvel Reviewed-by: Feng Tian --- MdeModulePkg/MdeModulePkg.dec | 1 - 1 file changed, 1 deletion(-) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index d9152186c7..74b870051c 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -750,7 +750,6 @@ # @Prompt Turn on PS2 Mouse Extended Verification gEfiMdeModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification|TRUE|BOOLEAN|0x00010075 -[PcdsFeatureFlag.X64] ## Indicates whether 64-bit PCI MMIO BARs should degrade to 32-bit in the presence of an option ROM # On X64 platforms, Option ROMs may contain code that executes in the context of a legacy BIOS (CSM), # which requires that all PCI MMIO BARs are located below 4 GB -- 2.39.2