From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web12.17434.1640166848754364890 for ; Wed, 22 Dec 2021 01:54:09 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=kEExmNwW; spf=pass (domain: intel.com, ip: 192.55.52.88, 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=1640166848; x=1671702848; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Kky99UrfL8S19elupOe8DsyU8iDh9/B6nnVrbvyJySM=; b=kEExmNwWdKpdeiiMvBp+FQWqkKKJ59f8oZp1UdA0jeH9K3QpftlNfBXo bZoixIogq+pPMb882P4BfpB1SHRnk+DeTNOS0A+7Rsv0d2BEJ71wJHEH+ DECF1QHRFyH2Wnk7ERjBvhvKITnYt23LPe7W7bm8K2l9mMYcTw8zV+THg 8amj2QNOdrjm9TGxTHgtmHaVtxRBHZW0C7DSRtr31EUJXSEFI4ys3efaH uWm7FjOFMkBB6hjXyN1xrgat1Ty0qh4piXCxXWh74aF9J5l+DLNI3FgYO 9IQl8sEEXN82g1q8mO2MNV5O61tLUWaqsJp3KQ0sFJEtJwX7Omd3SutQi A==; X-IronPort-AV: E=McAfee;i="6200,9189,10205"; a="264783874" X-IronPort-AV: E=Sophos;i="5.88,226,1635231600"; d="scan'208";a="264783874" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2021 01:54:08 -0800 X-IronPort-AV: E=Sophos;i="5.88,226,1635231600"; d="scan'208";a="684971870" Received: from kxinfux-mobl2.gar.corp.intel.com ([10.213.42.103]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2021 01:54:06 -0800 From: "VincentX Ke" To: devel@edk2.groups.io Cc: VincentX Ke Subject: [PATCH 0/3] MdeModulePkg: Fix UfsBlockIoPei timing problem Date: Wed, 22 Dec 2021 17:53:11 +0800 Message-Id: <20211222095314.2023-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 | 357 ++++++++++-------- 2 files changed, 208 insertions(+), 172 deletions(-) -- 2.31.1.windows.1