From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 2CC02211D35DA for ; Mon, 4 Mar 2019 18:18:32 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Mar 2019 18:18:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,442,1544515200"; d="scan'208";a="152053538" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 04 Mar 2019 18:18:32 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 4 Mar 2019 18:18:32 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 4 Mar 2019 18:18:32 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.74]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.158]) with mapi id 14.03.0415.000; Tue, 5 Mar 2019 10:18:29 +0800 From: "Wu, Hao A" To: "edk2-devel@lists.01.org" CC: Eugene Cohen , Ard Biesheuvel , Ashish Singhal Thread-Topic: [PATCH v2 0/1] MdeModulePkg/SdMmcPciHcDxe: Fix DMA on SDHC v3 64-bit systems Thread-Index: AQHU0vCwZbQIz9RhQE6FfBwApIj1maX8S9Nw Date: Tue, 5 Mar 2019 02:18:29 +0000 Message-ID: References: <20190305011341.10440-1-hao.a.wu@intel.com> In-Reply-To: <20190305011341.10440-1-hao.a.wu@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/1] MdeModulePkg/SdMmcPciHcDxe: Fix DMA on SDHC v3 64-bit systems 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: Tue, 05 Mar 2019 02:18:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: Wu, Hao A > Sent: Tuesday, March 05, 2019 9:14 AM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A; Eugene Cohen; Ard Biesheuvel; Ashish Singhal > Subject: [PATCH v2 0/1] MdeModulePkg/SdMmcPciHcDxe: Fix DMA on SDHC > v3 64-bit systems Since Ashish already posted a patch to add the 64-bit System Address support for V3 mode SDHC: https://www.mail-archive.com/edk2-devel@lists.01.org/msg52057.html I think this patch can be dropped. But since Ashish's patch above is considered as a new feature addition, it will be pushed (if passes the review process) after the 19`Q1 release tag. So Eugene, Ard and Ashish, do you have concern on this? Best Regards, Hao Wu >=20 > V2 changes: >=20 > On behalf of Eugene, V2 patch does not have functional changes compared > with V1, only the reference Bugzilla tracker link is added in the commit > log message. >=20 > I added the previous 'Ack' tag from Ard and Ashish, I added my > 'Reviewed-by' as well. >=20 > Cc: Eugene Cohen > Cc: Ard Biesheuvel > Cc: Ashish Singhal >=20 > Cohen, Eugene (1): > MdeModulePkg/SdMmcPciHcDxe: Fix DMA on SDHC v3 64-bit systems >=20 > MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > -- > 2.12.0.windows.1