public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/2] MdeModulePkg: Change default value of PcdPcieResizableBarSupport to FALSE
@ 2021-01-12  5:23 Heng Luo
  2021-01-12  5:23 ` [PATCH 2/2] MdeModulePkg: Update UNI file for PCIe Resizable BAR Capability Heng Luo
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Heng Luo @ 2021-01-12  5:23 UTC (permalink / raw)
  To: devel; +Cc: Ray Ni, Hao A Wu

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3138

Change default value of PcdPcieResizableBarSupport to FALSE, avoid it
impacts existing platforms.

Cc: Ray Ni <ray.ni@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Heng Luo <heng.luo@intel.com>
---
 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.<BR>
   #   FALSE - PCIe Resizable BAR Capability is not supported.<BR>
   # @Prompt Enable PCIe Resizable BAR Capability support.
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport|TRUE|BOOLEAN|0x10000024
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport|FALSE|BOOLEAN|0x10000024
 
 [PcdsPatchableInModule]
   ## Specify memory size with page number for PEI code when
-- 
2.24.0.windows.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-14 14:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-12  5:23 [PATCH 1/2] MdeModulePkg: Change default value of PcdPcieResizableBarSupport to FALSE Heng Luo
2021-01-12  5:23 ` [PATCH 2/2] MdeModulePkg: Update UNI file for PCIe Resizable BAR Capability Heng Luo
2021-01-13  5:54   ` Wu, Hao A
2021-01-13  6:06     ` [edk2-devel] " Ni, Ray
2021-01-12 19:02 ` [edk2-devel] [PATCH 1/2] MdeModulePkg: Change default value of PcdPcieResizableBarSupport to FALSE Laszlo Ersek
2021-01-13  3:12 ` Ni, Ray
2021-01-14  1:47 ` Wu, Hao A
2021-01-14 14:25   ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox