From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: tien.hock.loh@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Mon, 27 May 2019 02:31:47 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 May 2019 02:31:47 -0700 X-ExtLoop1: 1 Received: from pg-nx11.altera.com ([10.104.4.26]) by orsmga008.jf.intel.com with ESMTP; 27 May 2019 02:31:45 -0700 From: "Loh, Tien Hock" To: devel@edk2.groups.io, thloh85@gmail.com Cc: "Tien Hock, Loh" Subject: [PATCH v2 0/7] Fix some bugs with DwEmmc Date: Mon, 27 May 2019 17:30:21 +0800 Message-Id: <1558949428-190715-1-git-send-email-tien.hock.loh@intel.com> X-Mailer: git-send-email 2.2.2 From: "Tien Hock, Loh" There are some issues with DwEmmc when being used with SD protocol. These series of patches fixes the issues. TIen Hock, Loh (1): EmbeddedPkg: Add SD command support for DwEmmc Tien Hock, Loh (6): EmbeddedPkg: Fix DwEmmc CMD8 support for SD EmbeddedPkg: Send command when MMC ask for response EmbeddedPkg: Fix response check flag EmbeddedPkg: Clear CTYPE on initialization EmbeddedPkg: Fix DwEmmc SendCommand polling EmbeddedPkg: Fix DwEmmc read/write size in preparing DMA size EmbeddedPkg/Include/Protocol/MmcHost.h | 6 + EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.c | 103 +++++++++++++++--- .../Universal/MmcDxe/MmcIdentification.c | 2 + 3 files changed, 93 insertions(+), 18 deletions(-) -- 2.19.0