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 407A37803CE for ; Wed, 20 Dec 2023 05:37:21 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=2sn91mqg/ggehUDJiGmpniRUHGkbk7OuxGXvpwEe/gs=; 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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1703050639; v=1; b=EkYnG2UGmUMOSqFnx91C0JnW5DiGPXdilQl+zD2auHSI63KH8AP8o7K07HJcwq3PCZw+VVzJ 6XaXycuAIuVBwLZvNw/b6fOCpBuDPc/2aPCol/CMVe9eyRSMIppzIauc+vJ2ELg7KDrTWihbIYE htdWl1MYsqfUDhD+nM4qw7Dw= X-Received: by 127.0.0.2 with SMTP id tevZYY7687511xWe5PBR73b2; Tue, 19 Dec 2023 21:37:19 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web11.15606.1703050592980969231 for ; Tue, 19 Dec 2023 21:36:33 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10929"; a="386190796" X-IronPort-AV: E=Sophos;i="6.04,290,1695711600"; d="scan'208";a="386190796" X-Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Dec 2023 21:36:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10929"; a="769467109" X-IronPort-AV: E=Sophos;i="6.04,290,1695711600"; d="scan'208";a="769467109" X-Received: from srenx-mobl1.ccr.corp.intel.com ([10.239.216.131]) by orsmga007.jf.intel.com with ESMTP; 19 Dec 2023 21:36:30 -0800 From: "SuqiangX Ren" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Yi Li Subject: [edk2-devel] [PATCH V2 1/1] [MdePkg] Updated the definition of EFI_NVDIMM_LABEL_FLAGS_LOCAL Date: Wed, 20 Dec 2023 13:35:59 +0800 Message-Id: <974e1234a19967be6b92f064d40f1733d005be58.1703048630.git.suqiangx.ren@intel.com> In-Reply-To: References: 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,suqiangx.ren@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: TMNvnWYt4mcpNNcTS2N3BDkpx7686176AA= 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=EkYnG2UG; 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 Add the description of EFI_NVDIMM_LABEL_FLAGS_LOCAL to align with UEFI spec 2.10. REF: UEFI spec 2.10 Table 13.19.4 Signed-off-by: SuqiangX Ren Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Yi Li --- MdePkg/Include/Protocol/NvdimmLabel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MdePkg/Include/Protocol/NvdimmLabel.h b/MdePkg/Include/Protocol/NvdimmLabel.h index e46999a3ab4a..59416f11cb03 100644 --- a/MdePkg/Include/Protocol/NvdimmLabel.h +++ b/MdePkg/Include/Protocol/NvdimmLabel.h @@ -108,6 +108,8 @@ typedef struct { /// /// When set, the complete label set is local to a single NVDIMM Label Storage Area. /// When clear, the complete label set is contained on multiple NVDIMM Label Storage Areas. +/// If NLabel is 1 then setting this flag is optional and it is implied that the +/// EFI_NVDIMM_LABEL_FLAGS_LOCAL flag is set as the complete label set is local to a single NVDIMM Label Storage Area. /// #define EFI_NVDIMM_LABEL_FLAGS_LOCAL 0x00000002 -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112745): https://edk2.groups.io/g/devel/message/112745 Mute This Topic: https://groups.io/mt/103276607/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-