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 2E4C094075F for ; Thu, 21 Dec 2023 01:02:25 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=eSq0BmR0hsdtswoGylUOOqalLQ4bClmq+207Jl9h3QY=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1703120543; v=1; b=O5GZRtff0MYA4Tx5AlvbG7n7QREZE88vOnBC7ytn0oqojOKFYGk+L+SmiD4D8gQtrtzTAj1/ Hqe+U6FRNPhHJ7DFkga+GiZtRrzpiYLPjClIVYCWXKpfxEZme2MLac6x4JTCkabHGRccESMPw7w c+2V4V9ST9wYGFX6Cy6CI+sw= X-Received: by 127.0.0.2 with SMTP id g9XsYY7687511xwVZzLVAsZj; Wed, 20 Dec 2023 17:02:23 -0800 X-Received: from cxsh.intel-email.com (cxsh.intel-email.com [121.46.250.151]) by mx.groups.io with SMTP id smtpd.web11.41478.1703120542188488493 for ; Wed, 20 Dec 2023 17:02:23 -0800 X-Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 82EC0DDA7A9 for ; Thu, 21 Dec 2023 09:02:20 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 7E64FDDA7A6 for ; Thu, 21 Dec 2023 09:02:20 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by cxsh.intel-email.com (Postfix) with SMTP id B4D82DDA79E for ; Thu, 21 Dec 2023 09:02:17 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([36.112.174.178]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Thu, 21 Dec 2023 09:02:13 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 36.112.174.178 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: , Cc: "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Yi Li'" References: <974e1234a19967be6b92f064d40f1733d005be58.1703048630.git.suqiangx.ren@intel.com> In-Reply-To: <974e1234a19967be6b92f064d40f1733d005be58.1703048630.git.suqiangx.ren@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIFYyIDEvMV0gW01kZVBrZ10gVXBkYXRlZCB0aGUgZGVmaW5pdGlvbiBvZiBFRklfTlZESU1NX0xBQkVMX0ZMQUdTX0xPQ0FM?= Date: Thu, 21 Dec 2023 09:02:16 +0800 Message-ID: <002901da33a9$578fc360$06af4a20$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQKEKUvFrD2LwJIj3e7JPhsxGe/hyAKfLxLor0oGeTA= 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,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: UkHLcSfepw3kPJBNfJFKCNxgx7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=O5GZRtff; dmarc=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 Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED SuqiangX Ren > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA12=D4=C220=C8=D5 13:36 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Michael D Kinney ; Liming Gao > ; Zhiguang Liu ; Yi Li > > =D6=F7=CC=E2: [edk2-devel] [PATCH V2 1/1] [MdePkg] Updated the definition= of > EFI_NVDIMM_LABEL_FLAGS_LOCAL >=20 > Add the description of EFI_NVDIMM_LABEL_FLAGS_LOCAL to > align with UEFI spec 2.10. >=20 > REF: UEFI spec 2.10 Table 13.19.4 >=20 > 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(+) >=20 > 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 >=20 > -- > 2.26.2.windows.1 >=20 >=20 >=20 >=20 >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112788): https://edk2.groups.io/g/devel/message/112788 Mute This Topic: https://groups.io/mt/103292651/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-