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 1379A780091 for ; Wed, 6 Mar 2024 03:23:38 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=JgOW2tFYz7gfFhO5FP6QvuMUf9fH3sj5k8Nb5qCYnPw=; 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=20240206; t=1709695417; v=1; b=XlDJhfUJl4kEzQ1JLii9orATFG4nNVCB0u7JsKo5BPQheGbym2Q8cE7/bixjLl+s9zVvF+Rc UNuHZZ7sVxQYqzKwuZGekwUJvL1rCIJNmLzHkzhnGBZOHtiZKBjGGu+RveT1PCpbZRtRoTHwErc ccJBzt3guCFnh2DrCKEhrQk0Bq7yUWYqdc8Pu94IwuRxIgFr5ecuqJhJws1JpC2EPoDFCmrP9QX KHsjX7CRnysmMmgM8vZ+YcOXsBobdJqv2ynHWBcFCSTYB5foxKn3cZIQROXZpFkCVmG5wZWjMJR ZbgRPWvnQwfZD6zUMZcTAesJ3zvZNCTcvIOokXvB/JmQA== X-Received: by 127.0.0.2 with SMTP id GORCYY7687511xLV9Fo0HuRQ; Tue, 05 Mar 2024 19:23:37 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by mx.groups.io with SMTP id smtpd.web10.3986.1709695416702480296 for ; Tue, 05 Mar 2024 19:23:37 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,11004"; a="4171058" X-IronPort-AV: E=Sophos;i="6.06,207,1705392000"; d="scan'208";a="4171058" X-Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Mar 2024 19:23:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,207,1705392000"; d="scan'208";a="14168666" X-Received: from shwdejointd777.ccr.corp.intel.com ([10.239.58.116]) by fmviesa003.fm.intel.com with ESMTP; 05 Mar 2024 19:23:07 -0800 From: "Wenxing Hou" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Jiewen Yao Subject: [edk2-devel] [PATCH v2 0/2] MdePkg: Add UEFI 2.10 DeviceAuthentication Date: Tue, 05 Mar 2024 19:23:37 -0800 Message-Id: <20240306032305.10278-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: XaGTncCEUbJpMUTg54LLKXkMx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=XlDJhfUJ; 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 According to UEFI 2.10 spec 32.8.2 UEFI Device Signature Variable GUID and Variable Name section, add signature database for device authentication and add add gEfiDeviceSignatureDatabaseGuid to dec. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Jiewen Yao Signed-off-by: Wenxing Hou Wenxing Hou (2): MdePkg: Add UEFI 2.10 DeviceAuthentication MdePkg: Add gEfiDeviceSignatureDatabaseGuid to dec MdePkg/Include/Guid/DeviceAuthentication.h | 61 ++++++++++++++++++++++ MdePkg/MdePkg.dec | 8 ++- 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 MdePkg/Include/Guid/DeviceAuthentication.h -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116414): https://edk2.groups.io/g/devel/message/116414 Mute This Topic: https://groups.io/mt/104760002/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-