mirror of https://github.com/acidanthera/audk.git
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 <ruiyu.ni@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
parent
3c0956379c
commit
e294f58e69
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue