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 9AC907803D0 for ; Wed, 7 Feb 2024 02:54:46 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=eoo/vR3jUkLu2XxxIJYBQaCsmfu9am0cvTlVYA48bh0=; 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=1707274485; v=1; b=IpVrJS+avKfFLe9bG4O827kSLTOK0L4ZVN1mN+YmlS/RHbIXVP+Nen+edqzZ7DAUVI1YLt1h nCINRzg0/cw8jpkPVLIdVxVEuXdGUIZsKABJ7eUQ3F4xNqlstccBWlu85gUaAA6KV011F7vFzUT RLIuNV5gPYPjEOb0Ld9gv0lA= X-Received: by 127.0.0.2 with SMTP id q80WYY7687511xoWPAz21k6t; Tue, 06 Feb 2024 18:54:45 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by mx.groups.io with SMTP id smtpd.web11.12050.1707274484452057659 for ; Tue, 06 Feb 2024 18:54:44 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10976"; a="3863838" X-IronPort-AV: E=Sophos;i="6.05,248,1701158400"; d="scan'208";a="3863838" X-Received: from orviesa006.jf.intel.com ([10.64.159.146]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Feb 2024 18:54:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,248,1701158400"; d="scan'208";a="1515294" X-Received: from shwdejointd777.ccr.corp.intel.com ([10.239.58.116]) by orviesa006.jf.intel.com with ESMTP; 06 Feb 2024 18:54:42 -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] MdePkg: Add SPDM1.1 support. Date: Wed, 7 Feb 2024 10:54:30 +0800 Message-Id: <20240207025432.1405-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: BqtXYXRpU4LodDYrx3AlANTTx7686176AA= 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=IpVrJS+a; 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.1 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.1 support. MdePkg: Add Spdm.h to EccCheck ignore files MdePkg/Include/IndustryStandard/Spdm.h | 599 +++++++++++++++++++++++-- MdePkg/MdePkg.ci.yaml | 1 + 2 files changed, 564 insertions(+), 36 deletions(-) -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115220): https://edk2.groups.io/g/devel/message/115220 Mute This Topic: https://groups.io/mt/104212335/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-