mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
849e54aa64
commit
71a2a89265
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue