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.151; helo=mga17.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 86E31211CD639 for ; Mon, 4 Mar 2019 17:13:47 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Mar 2019 17:13:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,441,1544515200"; d="scan'208";a="138068633" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.8]) by FMSMGA003.fm.intel.com with ESMTP; 04 Mar 2019 17:13:45 -0800 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Eugene Cohen , Ard Biesheuvel , Ashish Singhal Date: Tue, 5 Mar 2019 09:13:40 +0800 Message-Id: <20190305011341.10440-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [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 01:13:47 -0000 V2 changes: 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. I added the previous 'Ack' tag from Ard and Ashish, I added my 'Reviewed-by' as well. Cc: Eugene Cohen Cc: Ard Biesheuvel Cc: Ashish Singhal Cohen, Eugene (1): MdeModulePkg/SdMmcPciHcDxe: Fix DMA on SDHC v3 64-bit systems MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 2.12.0.windows.1