summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard
diff options
context:
space:
mode:
authorSamer El-Haj-Mahmoud <samer.el-haj-mahmoud@hpe.com>2016-05-12 04:53:46 +0800
committerLiming Gao <liming.gao@intel.com>2016-05-16 09:28:45 +0800
commit71a2a892658baac6301e81ad58a8abbc05fa17d2 (patch)
tree74a6b7c478f2be88c4fe13ce3f117ff54dd444e4 /MdePkg/Include/IndustryStandard
parent849e54aa6400b220fad8af32d3d329117e0ceac8 (diff)
downloadedk2-71a2a892658baac6301e81ad58a8abbc05fa17d2.zip
edk2-71a2a892658baac6301e81ad58a8abbc05fa17d2.tar.gz
edk2-71a2a892658baac6301e81ad58a8abbc05fa17d2.tar.bz2
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>
Diffstat (limited to 'MdePkg/Include/IndustryStandard')
-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 1cedcc9..dc3153b 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;