From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web11.7249.1600150874486588752 for ; Mon, 14 Sep 2020 23:21:14 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: qi1.zhang@intel.com) IronPort-SDR: GqMZx2qLgQnxaRwrYiVZVn53ANDUvZ/Rsvjz3BaeYRIYbuNTefuMghHZzAt6DcNcX7G7hLBVRc AxYUmvpH4t6A== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="156636549" X-IronPort-AV: E=Sophos;i="5.76,428,1592895600"; d="scan'208";a="156636549" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 23:21:14 -0700 IronPort-SDR: /HLdVHQotr0uD64Zt4b4CamsBnkIgAstuWzKtW9Z1XUwFXBHzaqYYInQOs3Cu2WCGMxDCiKTfh 5GU+Shkwpqrg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,428,1592895600"; d="scan'208";a="331046386" Received: from shwdesssddpdqi.ccr.corp.intel.com ([10.239.158.153]) by fmsmga004.fm.intel.com with ESMTP; 14 Sep 2020 23:21:12 -0700 From: "Qi Zhang" To: devel@edk2.groups.io Cc: Qi Zhang , Chasel Chiu , Nate DeSimone , Star Zeng , Jiewen Yao , Jian J Wang Subject: [PATCH 0/2] remove TPM related ppi from Depex for Fsp wrapper PEIM driver Date: Tue, 15 Sep 2020 14:21:07 +0800 Message-Id: <20200915062109.3225-1-qi1.zhang@intel.com> X-Mailer: git-send-email 2.26.2.windows.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some open board are TPM disabled. So the boot may hang because these PPIs can't arrive. And gEdkiiTcgPpiGuid will be notified where it is used. So we need to remove these PPIs from Depex for Fsp wrapper PEI and PeiTpmMeasurementLib. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Cc: Jiewen Yao Cc: Jian J Wang Qi Zhang (2): IntelFsp2WrapperPkg: remove gPeiTpmInitializationDonePpiGuid from Depex SecurityPkg/PeiTpmMeasurementLib: remove gEfiTpmDeviceSelectedGuid IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf | 3 +-- IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf | 3 +-- .../Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.inf | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) -- 2.26.2.windows.1