From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 004D821A0483B for ; Wed, 19 Apr 2017 19:04:48 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2017 19:04:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,223,1488873600"; d="scan'208";a="847834565" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 19 Apr 2017 19:04:48 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Apr 2017 19:04:48 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.193]) by shsmsx102.ccr.corp.intel.com ([169.254.2.246]) with mapi id 14.03.0319.002; Thu, 20 Apr 2017 10:04:43 +0800 From: "Tian, Feng" To: "Wu, Hao A" , "edk2-devel@lists.01.org" CC: "Tian, Feng" Thread-Topic: [PATCH 0/2] MdeModulePkg/Ufs: Wait fDeviceInit be cleared by devices during init Thread-Index: AQHSoqufxqtbM9yNiU6LN2m6HwLNEaHNr4kw Date: Thu, 20 Apr 2017 02:04:43 +0000 Message-ID: <7F1BAD85ADEA444D97065A60D2E97EE5699E85FA@SHSMSX101.ccr.corp.intel.com> References: <20170322012826.13016-1-hao.a.wu@intel.com> In-Reply-To: <20170322012826.13016-1-hao.a.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] MdeModulePkg/Ufs: Wait fDeviceInit be cleared by devices during init 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 Apr 2017 02:04:49 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Feng Tian -----Original Message----- From: Wu, Hao A=20 Sent: Wednesday, March 22, 2017 9:28 AM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Tian, Feng Subject: [PATCH 0/2] MdeModulePkg/Ufs: Wait fDeviceInit be cleared by devic= es during init The series changes the UFS host to wait for the device to clear the 'fDevic= eInit' bit by a device after setting this flag. The series also cleans up the usages of 'EFI_D_XXX' and replaces them with = 'DEBUG_XXX' in DEBUG(). Cc: Feng Tian Hao Wu (2): MdeModulePkg/UfsPassThruDxe: Replace 'EFI_D_XXX' with 'DEBUG_XXX' MdeModulePkg/Ufs: Wait fDeviceInit be cleared by devices during init MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.c | 89 ++-- MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h | 53 ++- MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruHci.c | 471 +++++++++------= ----- 3 files changed, 312 insertions(+), 301 deletions(-) -- 2.12.0.windows.1