From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web10.50756.1594007384981362438 for ; Sun, 05 Jul 2020 20:49:45 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: qi1.zhang@intel.com) IronPort-SDR: G+N1rh8NszwlGd01j4fLFiEagWn7gaEtZKBNdqyu2tDI9YsrpNX01GTR1CglRE7JMUF7ILeDjT WhAcGP34Ee+A== X-IronPort-AV: E=McAfee;i="6000,8403,9673"; a="232202682" X-IronPort-AV: E=Sophos;i="5.75,318,1589266800"; d="scan'208";a="232202682" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2020 20:49:44 -0700 IronPort-SDR: 4dfp6EDrZ4oFCdadFH92mtjb+h6P7GEPq5JqL9FbfQ4HBjyyLY6n2BUZRRDzdKjkqpz4P8/Anx NNrWEhHzyWQA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,318,1589266800"; d="scan'208";a="456555629" Received: from shwdesssddpdqi.ccr.corp.intel.com ([10.239.9.10]) by orsmga005.jf.intel.com with ESMTP; 05 Jul 2020 20:49:42 -0700 From: Qi Zhang To: devel@edk2.groups.io Cc: Qi Zhang , Jiewen Yao , Jian J Wang , Chao Zhang , Rahul Kumar Subject: [PATCH v3 0/2] refine TPM2 operation pull down list Date: Mon, 6 Jul 2020 11:49:31 +0800 Message-Id: <20200706034933.3605-1-qi1.zhang@intel.com> X-Mailer: git-send-email 2.26.2.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit v2 change: separate the change into two patches v3 change: rename Tpm2GetCapabilityIsCmdImpl to Tpm2GetCapabilityIsCommandImplemented Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Cc: Rahul Kumar Signed-off-by: Qi Zhang Qi Zhang (1): SecurityPkg/Tcg2Config: remove TPM2_ChangEPS if it is not supported. Zhang, Qi (1): SecurityPkg/Tpm2CommandLib: add new function Tpm2GetCapabilityIsCommandImplemented. SecurityPkg/Include/Library/Tpm2CommandLib.h | 16 ++++++++ .../Library/Tpm2CommandLib/Tpm2Capability.c | 40 +++++++++++++++++++ SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr | 2 + SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c | 7 ++++ SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigNvData.h | 1 + 5 files changed, 66 insertions(+) -- 2.26.2.windows.1