From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 3B2AC21D2DCEB for ; Wed, 2 Aug 2017 01:06:38 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 02 Aug 2017 01:08:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,310,1498546800"; d="scan'208";a="118550621" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 02 Aug 2017 01:08:48 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 2 Aug 2017 01:08:47 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 2 Aug 2017 01:08:47 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Wed, 2 Aug 2017 16:08:45 +0800 From: "Zeng, Star" To: "Wu, Hao A" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [PATCH 0/2] Implementation of UFS Device Config Protocol Thread-Index: AQHTAP6OlxwHoMHyJEqVCJuBEbvkT6Jwysmg Date: Wed, 2 Aug 2017 08:08:44 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B8F8B0A@shsmsx102.ccr.corp.intel.com> References: <20170720021835.10808-1-hao.a.wu@intel.com> In-Reply-To: <20170720021835.10808-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 0/2] Implementation of UFS Device Config Protocol X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2017 08:06:38 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng -----Original Message----- From: Wu, Hao A=20 Sent: Thursday, July 20, 2017 10:19 AM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Zeng, Star Subject: [PATCH 0/2] Implementation of UFS Device Config Protocol The series adds the implementation of UFS Device Config Protocol in the Ufs= PassThruDxe driver. Also, the series resolves a 'Write Descriptor' operation failure issue in t= he UFS drivers. Cc: Star Zeng Hao Wu (2): MdeModulePkg/UfsPassThruDxe: Add impl of UFS Device Config Protocol MdeModulePkg/Ufs: Set 'Data Segment Length' field for Write Descriptor MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c | 3 + MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsDevConfigProtocol.c | 196 +++++++++= +++++++++++ MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.c | 24 ++- MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h | 133 +++++++++= +++- MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf | 4 +- MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruHci.c | 43 ++++- 6 files changed, 389 insertions(+), 14 deletions(-) create mode 100644 Md= eModulePkg/Bus/Ufs/UfsPassThruDxe/UfsDevConfigProtocol.c -- 2.12.0.windows.1