summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorSamer El-Haj-Mahmoud <samer.el-haj-mahmoud@hpe.com>2016-05-12 04:53:46 +0800
committerHao Wu <hao.a.wu@intel.com>2016-07-04 10:22:15 +0800
commitc9fdbf684f500d30e31b2fa2ec4a174dfb4a5b6f (patch)
tree44d2196f54aecd47347b735ca3cc8335a661b67d /MdePkg
parent1bae3106c766829f7db2ef28011ad1733b707db9 (diff)
downloadedk2-platforms-c9fdbf684f500d30e31b2fa2ec4a174dfb4a5b6f.tar.xz
MdePkg: Add NFIT definition from ACPI 6.1
Add NFIT definition from ACPI 6.1 for the NVDIMM Control Region Structure Valid Fields for Manufacturing Location and Manufacturing Date Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com> Reviewed-by: Liming Gao <liming.gao@intel.com> (cherry picked from commit 71a2a892658baac6301e81ad58a8abbc05fa17d2)
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/IndustryStandard/Acpi61.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi61.h b/MdePkg/Include/IndustryStandard/Acpi61.h
index 1cedcc977c..dc3153b7e7 100644
--- a/MdePkg/Include/IndustryStandard/Acpi61.h
+++ b/MdePkg/Include/IndustryStandard/Acpi61.h
@@ -2,6 +2,7 @@
ACPI 6.1 definitions from the ACPI Specification Revision 6.1 January, 2016.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
+ (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -1475,6 +1476,8 @@ typedef struct {
//
// Definition for NVDIMM Control Region Structure
//
+#define EFI_ACPI_6_1_NFIT_NVDIMM_CONTROL_REGION_VALID_FIELDS_MANUFACTURING BIT0
+
#define EFI_ACPI_6_1_NFIT_NVDIMM_CONTROL_REGION_FLAGS_BLOCK_DATA_WINDOWS_BUFFERED BIT0
typedef struct {
UINT16 Type;