From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 98CF12194EB76 for ; Tue, 12 Feb 2019 22:49:58 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2019 22:49:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,364,1544515200"; d="scan'208";a="274660107" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 12 Feb 2019 22:49:57 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 12 Feb 2019 22:49:57 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 12 Feb 2019 22:49:56 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.102]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.162]) with mapi id 14.03.0415.000; Wed, 13 Feb 2019 14:49:55 +0800 From: "Wu, Hao A" To: "Ni, Ray" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v2 0/3] MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimes Thread-Index: AQHUwrfRGiEaFyCYG0SN2It6aFumOaXdSvHg Date: Wed, 13 Feb 2019 06:49:54 +0000 Message-ID: References: <20190212094744.129360-1-ray.ni@intel.com> In-Reply-To: <20190212094744.129360-1-ray.ni@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/3] MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2019 06:49:58 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Ray Ni > Sent: Tuesday, February 12, 2019 5:48 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v2 0/3] MdeModulePkg/PciBus: Fix a bug PPB MEM32 > BAR isn't restored sometimes >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1505 >=20 > v2: fixed all typos in PciBus driver. > changed RomSize to UINT32 and added type cast to PPB MEM32 BAR > Base/Length to avoid using RShiftU64(). For the series: Reviewed-by: Hao Wu Best Regards, Hao Wu >=20 >=20 > Ray Ni (3): > MdeModulePkg/PciBus: Change PCI_IO_DEVICE.RomSize to UINT32 type > MdeModulePkg/PciBus: Correct typos > MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored > sometimes >=20 > MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h | 4 +- > MdeModulePkg/Bus/Pci/PciBusDxe/PciCommand.c | 14 +-- > MdeModulePkg/Bus/Pci/PciBusDxe/PciCommand.h | 16 +-- > .../Bus/Pci/PciBusDxe/PciDeviceSupport.c | 20 ++-- > .../Bus/Pci/PciBusDxe/PciDeviceSupport.h | 14 +-- > .../Bus/Pci/PciBusDxe/PciDriverOverride.c | 4 +- > .../Bus/Pci/PciBusDxe/PciDriverOverride.h | 4 +- > .../Bus/Pci/PciBusDxe/PciEnumerator.c | 8 +- > .../Bus/Pci/PciBusDxe/PciEnumerator.h | 8 +- > .../Bus/Pci/PciBusDxe/PciEnumeratorSupport.c | 42 +++---- > .../Bus/Pci/PciBusDxe/PciEnumeratorSupport.h | 16 +-- > .../Bus/Pci/PciBusDxe/PciHotPlugSupport.c | 16 +-- > .../Bus/Pci/PciBusDxe/PciHotPlugSupport.h | 18 +-- > MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c | 16 +-- > MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h | 4 +- > MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c | 4 +- > .../Bus/Pci/PciBusDxe/PciOptionRomSupport.c | 6 +- > .../Bus/Pci/PciBusDxe/PciOptionRomSupport.h | 4 +- > .../Bus/Pci/PciBusDxe/PciPowerManagement.c | 4 +- > .../Bus/Pci/PciBusDxe/PciPowerManagement.h | 4 +- > .../Bus/Pci/PciBusDxe/PciResourceSupport.c | 113 +++++++++--------- > .../Bus/Pci/PciBusDxe/PciResourceSupport.h | 41 ++++--- > MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h | 7 +- > 23 files changed, 190 insertions(+), 197 deletions(-) >=20 > -- > 2.20.1.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel