From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web09.2076.1610634322320231874 for ; Thu, 14 Jan 2021 06:25:22 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=UGUYS2yb; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610634321; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sX7QM/tHDwseI3p7epY1IAGMbqIDAIcqD8iJV5sw2D4=; b=UGUYS2ybSR/t4d+RmvrpIDbJJV38a2qZQ0Y9P5pbyOhFfbDGAvQkseQHK3zW6w0IbbCz5/ KyMfooD21kaf9UPjQDaVFwDQ6zeDrPWt2IZz8nY87DVPILZ/uQiA726kFcK5ANlX9VrqeP 4DXpV/6ZVRwLgoS+IMAMZcD00j/BfoU= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-310-8VOw8zi_Nq2szcbaCDpoMg-1; Thu, 14 Jan 2021 09:25:18 -0500 X-MC-Unique: 8VOw8zi_Nq2szcbaCDpoMg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C5F6F107ACF9; Thu, 14 Jan 2021 14:25:16 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-110.ams2.redhat.com [10.36.114.110]) by smtp.corp.redhat.com (Postfix) with ESMTP id BA5596E407; Thu, 14 Jan 2021 14:25:14 +0000 (UTC) Subject: Re: [PATCH 1/2] MdeModulePkg: Change default value of PcdPcieResizableBarSupport to FALSE To: "Wu, Hao A" , "Luo, Heng" , "devel@edk2.groups.io" Cc: "Ni, Ray" References: <20210112052309.2083-1-heng.luo@intel.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 14 Jan 2021 15:25:13 +0100 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 01/14/21 02:47, Wu, Hao A wrote: > The series has been merged via commits: > https://github.com/tianocore/edk2/commit/ef23012e5439f14864630630d2e218aeab7df501 > https://github.com/tianocore/edk2/commit/da45a3608787d77fc55d915bee3903f5119b3ee6 Thank you all for the quick action. Laszlo >> -----Original Message----- >> From: Luo, Heng >> Sent: Tuesday, January 12, 2021 1:23 PM >> To: devel@edk2.groups.io >> Cc: Ni, Ray ; Wu, Hao A >> Subject: [PATCH 1/2] MdeModulePkg: Change default value of >> PcdPcieResizableBarSupport to FALSE >> >> 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 >> 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.
# FALSE - PCIe >> Resizable BAR Capability is not supported.
# @Prompt Enable PCIe >> Resizable BAR Capability support.- >> gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport|TRUE|BO >> OLEAN|0x10000024+ >> gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport|FALSE|BO >> OLEAN|0x10000024 [PcdsPatchableInModule] ## Specify memory size with >> page number for PEI code when-- >> 2.24.0.windows.2 >