From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.16354.1640155761879105328 for ; Tue, 21 Dec 2021 22:49:22 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=AnUH/8Hz; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: vincentx.ke@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640155762; x=1671691762; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xXG77tZmaiLEGCiDJ6EhOKFnpq+FMpWbVM7PwKMZYdI=; b=AnUH/8HzPV38RHSEtvNrLutCM8mxOjUw6il1/08tfRncTO0UTOh7CVnx W5E5/MRKCTggUcGUYecBL9pzNnslZLZLwDtxMnsBsGCRXUfVxqWz/dEAJ X9KGDbrIslTDnUk0kL13TeuVxUkQrvF1SabJ7Yx87K6soXZic2ymERKnF 1cfWTWp0uWVveyPRvH8I1AOhDjd6+d7mWxeP29rN2e7/cNFarRBngaLui G/yFT8nS/+s1A4o/iEN1PXg6Fy6FGwlRH7V+7mF+mHVrz2v5UtQu07mhp IiqT1ksib8Ko0LU9jgurEUu9bMJhCH0AuLYQ0+KIaAn/u/y5M5gbizotl w==; X-IronPort-AV: E=McAfee;i="6200,9189,10205"; a="240782839" X-IronPort-AV: E=Sophos;i="5.88,225,1635231600"; d="scan'208";a="240782839" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2021 22:49:20 -0800 X-IronPort-AV: E=Sophos;i="5.88,225,1635231600"; d="scan'208";a="664181729" Received: from kxinfux-mobl2.gar.corp.intel.com ([10.213.42.103]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2021 22:49:18 -0800 From: "VincentX Ke" To: devel@edk2.groups.io Cc: VincentX Ke , Hao A Wu , Ray Ni , Ian Chiu , Maggie Chu Subject: [PATCH v5 0/3] MdeModulePkg: Fix UfsBlockIoPei timing problem Date: Wed, 22 Dec 2021 14:48:16 +0800 Message-Id: <20211222064819.1827-1-vincentx.ke@intel.com> X-Mailer: git-send-email 2.31.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Hao A Wu Cc: Ray Ni Cc: Ian Chiu Cc: Maggie Chu Signed-off-by: VincentX Ke VincentX Ke (3): MdeModulePkg: Replace with UFS_UNIT_DESC to fix timeout problem MdeModulePkg: Refactoring UFS DME request and fix timing problem MdeModulePkg: Put off UFS HCS.DP checking to fix timing problem .../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c | 23 +- MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c | 346 ++++++++++-------- 2 files changed, 202 insertions(+), 167 deletions(-) -- 2.31.1.windows.1