From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web10.30185.1640243295572937680 for ; Wed, 22 Dec 2021 23:08:16 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=TTPmjmlQ; spf=pass (domain: intel.com, ip: 134.134.136.24, 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=1640243295; x=1671779295; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lrswfnbYLSWVm+fpVunc47E7MnBEV8M4vEp8Kyn72H4=; b=TTPmjmlQfIilX9y+pgRNyQ/iCb3K4mqiDZWS0BIm9UTKHmQMIcLXSdh2 6Z98MjYIMdfJbnAfzqkSltS1lq4n4aJm5tlHDU+W/x2S2X7RTDB7OS+Hr njmjpOHuf789vq0IvuO5i02PHmgxJLEmvx+f+o14PQdJV2u3yrD4rc5Ko gm9TsiLS88Hx5CQqrnJEbYxFIMsEr6q0zQlZnsqZfVTQA4E87jje3IYXg oUPIoMxfTJb3os7sg+E3j4R6ROt+nP3hMYsChNTbtV6xeolfxE9jQGHjr gZzvLdRJ6QNuL2WEq1ABTSlshN9SNt+3tmxsLWfrW5W2h0C0Bb1OupLbN g==; X-IronPort-AV: E=McAfee;i="6200,9189,10206"; a="240575976" X-IronPort-AV: E=Sophos;i="5.88,228,1635231600"; d="scan'208";a="240575976" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2021 23:08:14 -0800 X-IronPort-AV: E=Sophos;i="5.88,228,1635231600"; d="scan'208";a="521984424" Received: from kxinfux-mobl2.gar.corp.intel.com ([10.214.170.104]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2021 23:08:12 -0800 From: "VincentX Ke" To: devel@edk2.groups.io Cc: VincentX Ke Subject: [PATCH v7 0/3] MdeModulePkg: Fix UfsBlockIoPei timing problem Date: Thu, 23 Dec 2021 15:07:51 +0800 Message-Id: <20211223070754.2190-1-vincentx.ke@intel.com> X-Mailer: git-send-email 2.31.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit *** BLURB HERE *** 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 | 373 ++++++++++-------- 2 files changed, 217 insertions(+), 179 deletions(-) -- 2.31.1.windows.1