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 20282740035 for ; Wed, 27 Mar 2024 06:15:57 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=OYQM1dqzDKYJdkRQ6B1C8nYjBbFeu+VIR4ZIhzRlWcI=; 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:Resent-Date:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1711520156; v=1; b=0lblkDrBCVvDq58JA9pgit1vGwXt29ATpDkAwKGYTfX+QWmsk9KPFxH6BerE1vogjsMZR891 x79mhnafmTGdo6+BR7d2cvmyHOt8faIqw71PPcyB5XNXRiFokpdI8uQF8EUoBN32nArpdsmsda2 qHuSBPnAmwLtQYXxSEpFetOclAOFMswzEIBLBddqSA9L7ueebInRDUN698fuwhZS83BVs3BKOZp BuMu0u1hoh4FqlhwpjK+Ng7YWxeS8i6lzWkC3y9nwM7wy2gon5c2Z7EhqKXco/O9BDIn2L7F+uc uMjJyeTO+U8boJhHptNlgUv7CVLreblzu6vy2DizkWnxQ== X-Received: by 127.0.0.2 with SMTP id MvLYYY7687511xxCOXQn2HtX; Tue, 26 Mar 2024 23:15:56 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by mx.groups.io with SMTP id smtpd.web10.31015.1711520155745846993 for ; Tue, 26 Mar 2024 23:15:55 -0700 X-CSE-ConnectionGUID: gUfddMfJTTauqLq24w8wwg== X-CSE-MsgGUID: BmwK8llGTmK/Qtdz1Dk7sA== X-IronPort-AV: E=McAfee;i="6600,9927,11025"; a="6465689" X-IronPort-AV: E=Sophos;i="6.07,158,1708416000"; d="scan'208";a="6465689" X-Received: from orviesa005.jf.intel.com ([10.64.159.145]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2024 23:15:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,158,1708416000"; d="scan'208";a="20904567" X-Received: from shwdejointd777.ccr.corp.intel.com ([10.239.58.116]) by orviesa005.jf.intel.com with ESMTP; 26 Mar 2024 23:15:46 -0700 From: "Wenxing Hou" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Jiewen Yao Subject: [edk2-devel] [PATCH v3 0/2] Add UEFI 2.10 DeviceAuthentication and GUID Date: Wed, 27 Mar 2024 14:15:42 +0800 Message-Id: <20240327061544.1693-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 Resent-Date: Tue, 26 Mar 2024 23:15:55 -0700 Reply-To: devel@edk2.groups.io,wenxing.hou@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: zHFQOfwGQU3Im7LxqW5IQdaex7686176AA= 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=0lblkDrB; 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 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 (#117148): https://edk2.groups.io/g/devel/message/117148 Mute This Topic: https://groups.io/mt/105172708/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-