From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.4835.1610000296804624747 for ; Wed, 06 Jan 2021 22:18:16 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: heng.luo@intel.com) IronPort-SDR: JQCaRhw1IgOnmGmEauX4d1vPe+IUfMNjGNwa+gPLemUWb7R14mSC0shxbbb+CCv8YbZNHAgzzc wl/niqjGUJIg== X-IronPort-AV: E=McAfee;i="6000,8403,9856"; a="241459303" X-IronPort-AV: E=Sophos;i="5.79,329,1602572400"; d="scan'208";a="241459303" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jan 2021 22:18:15 -0800 IronPort-SDR: jE9DOFBFCbtxAqgJIpgEOefpd+6pN4RQezL14C8Zuw5aQGdwxo0EqL93rybPNngUKRrETx+SvD xm1XLgJLbq7g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,329,1602572400"; d="scan'208";a="422458645" Received: from hengluo-dev.ccr.corp.intel.com ([10.239.153.154]) by orsmga001.jf.intel.com with ESMTP; 06 Jan 2021 22:18:14 -0800 From: "Heng Luo" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone Subject: [PATCH] WhiskeylakeOpenBoardPkg: Disable resizable bar feature Date: Thu, 7 Jan 2021 14:18:09 +0800 Message-Id: <20210107061809.86-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=3D3158 add: gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport|FALSE in dsc file: Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Heng Luo --- Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPcd.dsc = | 3 ++- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkgPcd.dsc= | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPc= d.dsc b/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPcd.dsc index 84d4ec1331..316a2a94e9 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPcd.dsc +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPcd.dsc @@ -1,7 +1,7 @@ ## @file=0D # PCD configuration build description file for the UpXtreme board.=0D #=0D -# Copyright (c) 2020, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2020 - 2021, Intel Corporation. All rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D @@ -181,6 +181,7 @@ !endif=0D =0D gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|FALSE=0D + gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport|FALSE=0D gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor|0x01=0D gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor|0x0=0D gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00000800=0D diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoa= rdPkgPcd.dsc b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenB= oardPkgPcd.dsc index 4a7ba4d5f0..7b710109f0 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkgPc= d.dsc +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkgPc= d.dsc @@ -1,7 +1,7 @@ ## @file=0D # PCD configuration build description file for the WhiskeylakeURvp board.= =0D #=0D -# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2019 - 2021, Intel Corporation. All rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D @@ -181,6 +181,7 @@ !endif=0D =0D gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|FALSE=0D + gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport|FALSE=0D gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor|0x01=0D gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor|0x0=0D gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00000800=0D --=20 2.24.0.windows.2