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.web10.29146.1640233200496242114 for ; Wed, 22 Dec 2021 20:20:01 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=Ms86Z5EZ; 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=1640233200; x=1671769200; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=0XKQWMG7tihj0D6z7ZdhPbv+9n+3VdW7hjy1o5qw24M=; b=Ms86Z5EZIC6egWAVUZ1COSivvFEtO7SBJXh59pFJhTf0IFbS0TDlPZM1 63TXwlgXjgszZI4Fl+ncCz5Fd8VGQ+zf9RxKRGvE0fy8c5Blyt7eNYAl9 c4jKhVFT9f5l8J/XqdqBNXFLTpGoCFAh9ekFw0Lj4gfFuQIt0MSLgED+X 0MGmSAQvFnS+Iy+ZG1QqZHwDRXgmhwDKp9hZ8agn6uPhx7WCgOA+XZaDl 1WypDTtbXniSdyqCPpk1KXe5DiJTUkt9E+KHtDa4oBNezEvqq+T9uu4/k swB+z+euaKjiGacseTkwn16cVDqCJEVFPMplJlIlqaPpOnA1zjxcP1T3h Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10206"; a="264960048" X-IronPort-AV: E=Sophos;i="5.88,228,1635231600"; d="scan'208";a="264960048" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2021 20:19:58 -0800 X-IronPort-AV: E=Sophos;i="5.88,228,1635231600"; d="scan'208";a="617362808" Received: from kxinfux-mobl2.gar.corp.intel.com ([10.214.170.104]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2021 20:19:57 -0800 From: "VincentX Ke" To: devel@edk2.groups.io Cc: VincentX Ke Subject: [PATCH v6 0/3] MdeModulePkg: Fix UfsBlockIoPei timing problem Date: Thu, 23 Dec 2021 12:19:16 +0800 Message-Id: <20211223041919.1307-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 | 359 ++++++++++-------- 2 files changed, 209 insertions(+), 173 deletions(-) -- 2.31.1.windows.1