diff options
author | Suqiang Ren <suqiangx.ren@intel.com> | 2024-01-04 10:02:32 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-09 02:48:25 +0000 |
commit | f2b074398ca0624206355524a1c5f653ff87876a (patch) | |
tree | 96fe86dbcd533efe29d8eb318027148c091d964e | |
parent | e7152e6186d31bc138fbd2592e07886005177aab (diff) | |
download | edk2-f2b074398ca0624206355524a1c5f653ff87876a.tar.gz |
MdePkg: Update the definition of EFI_NVDIMM_LABEL_FLAGS_LOCAL
Add the description of EFI_NVDIMM_LABEL_FLAGS_LOCAL to
align with UEFI spec 2.10.
REF: UEFI spec 2.10 section 13.19.4
Signed-off-by: Suqiang Ren <suqiangx.ren@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
-rw-r--r-- | MdePkg/Include/Protocol/NvdimmLabel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/NvdimmLabel.h b/MdePkg/Include/Protocol/NvdimmLabel.h index e46999a3ab..59416f11cb 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
|