From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web10.5378.1610429003174546630 for ; Mon, 11 Jan 2021 21:23:24 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: heng.luo@intel.com) IronPort-SDR: mamAIJhTQIhfB+JoM+svnJ374JH8QQHAhN2aEpI1qJL/SWGgFzPt3lgyyV26GdTEclFur3fU+B wDickxJk5dOg== X-IronPort-AV: E=McAfee;i="6000,8403,9861"; a="239527116" X-IronPort-AV: E=Sophos;i="5.79,340,1602572400"; d="scan'208";a="239527116" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2021 21:23:20 -0800 IronPort-SDR: AVZ2XrZzwJgsmVfefbXVBKvG3nosYMNLnF7Z4+e1RProk3aLpumrbIGLjKVwrmWhGqamkmPJBu 5fvsOjE+h2gQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,340,1602572400"; d="scan'208";a="464398032" Received: from hengluo-dev.ccr.corp.intel.com ([10.239.153.154]) by fmsmga001.fm.intel.com with ESMTP; 11 Jan 2021 21:23:19 -0800 From: "Heng Luo" To: devel@edk2.groups.io Cc: Ray Ni , Hao A Wu Subject: [PATCH 1/2] MdeModulePkg: Change default value of PcdPcieResizableBarSupport to FALSE Date: Tue, 12 Jan 2021 13:23:07 +0800 Message-Id: <20210112052309.2083-1-heng.luo@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3138 Change default value of PcdPcieResizableBarSupport to FALSE, avoid it impacts existing platforms. Cc: Ray Ni Cc: Hao A Wu Signed-off-by: Heng Luo --- MdeModulePkg/MdeModulePkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 9173fdef83..1483955110 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -2047,7 +2047,7 @@ # TRUE - PCIe Resizable BAR Capability is supported.
=0D # FALSE - PCIe Resizable BAR Capability is not supported.
=0D # @Prompt Enable PCIe Resizable BAR Capability support.=0D - gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport|TRUE|BOOLEAN|0= x10000024=0D + gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport|FALSE|BOOLEAN|= 0x10000024=0D =0D [PcdsPatchableInModule]=0D ## Specify memory size with page number for PEI code when=0D --=20 2.24.0.windows.2