From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 699E621D1B2B4 for ; Wed, 19 Jul 2017 19:17:06 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 19:19:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,382,1496127600"; d="scan'208";a="113325017" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.13]) by orsmga002.jf.intel.com with ESMTP; 19 Jul 2017 19:19:00 -0700 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Star Zeng Date: Thu, 20 Jul 2017 10:18:33 +0800 Message-Id: <20170720021835.10808-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [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: Thu, 20 Jul 2017 02:17:06 -0000 The series adds the implementation of UFS Device Config Protocol in the UfsPassThruDxe driver. Also, the series resolves a 'Write Descriptor' operation failure issue in the 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 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsDevConfigProtocol.c -- 2.12.0.windows.1