From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 4F76794145E for ; Tue, 27 Feb 2024 10:57:29 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=DigK/rJdEYRQrQbZ8gCvo/bpopzolbbJvuvpiu7Nv2U=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1709031448; v=1; b=IJcjiHKLQaRsJMPjZ0TbWfuqbaISMN1xs+F84PbA8mZ9XyB6Mru7aCvPeBx0eMSQWnZvdZJp uNWBsHG/nHS4QeBcKRp6yak5hnq70gB3TOtle2n8fp4B/0BjpjfDXN3jjUn6L3EbYJD/OUnW+8Y JWla0M+wYeZDaHQ+ETPU8wxE= X-Received: by 127.0.0.2 with SMTP id AM42YY7687511x1qxUM2KzMU; Tue, 27 Feb 2024 02:57:28 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by mx.groups.io with SMTP id smtpd.web10.9793.1709031447266330476 for ; Tue, 27 Feb 2024 02:57:27 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10996"; a="3234902" X-IronPort-AV: E=Sophos;i="6.06,187,1705392000"; d="scan'208";a="3234902" X-Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2024 02:57:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,187,1705392000"; d="scan'208";a="6963242" X-Received: from shwdejointd777.ccr.corp.intel.com ([10.239.58.116]) by orviesa010.jf.intel.com with ESMTP; 27 Feb 2024 02:57:25 -0800 From: "Wenxing Hou" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Jiewen Yao Subject: [edk2-devel] [PATCH 0/2] Add support for TCG PFP 1.06 Date: Tue, 27 Feb 2024 18:57:20 +0800 Message-Id: <20240227105722.8093-1-wenxing.hou@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,wenxing.hou@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: SBeO9KIHBUpDvAWUiDqB8A0Rx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=IJcjiHKL; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Update Spdm.h to support 1.2 new features, such as: Authentication and measurement. It wil be used in DeviceSecurity. The DeviceSecurity is from TCG PC Client Platform Firmware Profile Specification 1.06. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Jiewen Yao Signed-off-by: Wenxing Hou Wenxing Hou (2): MdePkg: Add SPDM1.2 support. MdePkg: Add TCG PFP 1.06 support. MdePkg/Include/IndustryStandard/Spdm.h | 1110 ++++++++++++++++- .../IndustryStandard/UefiTcgPlatform.h | 186 ++- 2 files changed, 1245 insertions(+), 51 deletions(-) -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116023): https://edk2.groups.io/g/devel/message/116023 Mute This Topic: https://groups.io/mt/104600442/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-