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 EE622AC0B26 for ; Wed, 27 Mar 2024 06:15:59 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=9yxbTt3Px8C4qA4EvmW4okKCeoEPveA8c+ncVsEKXzI=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: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=1711520158; v=1; b=Ohd0CAUx/1tzq9IHyTFxp1Cfnj6+QUnH2hqp3TtitRSw+mh4V9X7kMFkNynNy4LoJgStOBhb F2L4oyctZ8dGEu3+n+AdgLZFuQ+6Vq3ck/Ja5Dlqar89tEV+wBUf13+dYxQrbTEQm6p5KHsLcYr cX8y+WCARQH0tCbEqFxUyB96AjmX/eg5ipbtON+wub8fjDOq1qHtRbuG2f2CAPDz4a3TWRbqOWb Bw16RHxYQxTBgB85a17Fh82O/TQibMC9GW4uvZpkV7LZklbY5/BilKhh7beP9/hmiq0aRICiOxB mG6FStYcn10+E6XxVqQSpEhc+hmBAsQJxKvSI1+dpgCAw== X-Received: by 127.0.0.2 with SMTP id I1KgYY7687511xuOwpgdxUx4; Tue, 26 Mar 2024 23:15:58 -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:56 -0700 X-CSE-ConnectionGUID: nOLfmjzhSEySL/Rg7Ewtuw== X-CSE-MsgGUID: TjQQnLszQ4O0Kc3llUvRAA== X-IronPort-AV: E=McAfee;i="6600,9927,11025"; a="6465699" X-IronPort-AV: E=Sophos;i="6.07,158,1708416000"; d="scan'208";a="6465699" 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:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,158,1708416000"; d="scan'208";a="20904583" X-Received: from shwdejointd777.ccr.corp.intel.com ([10.239.58.116]) by orviesa005.jf.intel.com with ESMTP; 26 Mar 2024 23:15:50 -0700 From: "Wenxing Hou" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Jiewen Yao Subject: [edk2-devel] [PATCH v3 2/2] MdePkg: Add gEfiDeviceSignatureDatabaseGuid to dec Date: Wed, 27 Mar 2024 14:15:44 +0800 Message-Id: <20240327061544.1693-3-wenxing.hou@intel.com> In-Reply-To: <20240327061544.1693-1-wenxing.hou@intel.com> References: <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:56 -0700 Reply-To: devel@edk2.groups.io,wenxing.hou@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: dQO1MGQkDWaBZofFAWqPXRnrx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=Ohd0CAUx; 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 gEfiDeviceSignatureDatabaseGuid to dec. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Jiewen Yao Signed-off-by: Wenxing Hou --- MdePkg/MdePkg.dec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 0459418906..0c18e1decd 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -4,7 +4,7 @@ # It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of=0D # EFI1.10/UEFI2.7/PI1.7 and some Industry Standards.=0D #=0D -# Copyright (c) 2007 - 2022, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2007 - 2024, Intel Corporation. All rights reserved.
=0D # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
= =0D # (C) Copyright 2016 - 2021 Hewlett Packard Enterprise Development LP
= =0D # Copyright (c) 2022, Loongson Technology Corporation Limited. All rights = reserved.
=0D @@ -740,6 +740,12 @@ ## Include/Protocol/SerilaIo.h=0D gEfiSerialTerminalDeviceTypeGuid =3D { 0x6AD9A60F, 0x5815, 0x4C7C, { 0x8= A, 0x10, 0x50, 0x53, 0xD2, 0xBF, 0x7A, 0x1B }}=0D =0D + # GUIDs defined in UEFI2.10=0D + #=0D + ## GUID used to specify section with devdb content=0D + ## Include/Guid/DeviceAuthentication.h=0D + gEfiDeviceSignatureDatabaseGuid =3D { 0xb9c2b4f4, 0xbf5f, 0x462d, {0x8a= , 0xdf, 0xc5, 0xc7, 0xa, 0xc3, 0x5d, 0xad }}=0D +=0D #=0D # GUID defined in PI1.0=0D #=0D --=20 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117150): https://edk2.groups.io/g/devel/message/117150 Mute This Topic: https://groups.io/mt/105172710/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-