From c9fdbf684f500d30e31b2fa2ec4a174dfb4a5b6f Mon Sep 17 00:00:00 2001 From: Samer El-Haj-Mahmoud Date: Thu, 12 May 2016 04:53:46 +0800 Subject: 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 Reviewed-by: Liming Gao (cherry picked from commit 71a2a892658baac6301e81ad58a8abbc05fa17d2) --- MdePkg/Include/IndustryStandard/Acpi61.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MdePkg') 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.
+ (C) Copyright 2016 Hewlett Packard Enterprise Development LP
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; -- cgit v1.2.3