summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang, Chao B <chao.b.zhang@intel.com>2016-12-26 10:50:36 +0800
committerZhang, Chao B <chao.b.zhang@intel.com>2017-03-09 11:31:10 +0800
commit63091ea938be5a3c1394ccbae680469f2c173133 (patch)
treeaf783ebce551e2340abd27676a48f843f5958eba
parent0f01c809406001dfbaf3926939e037c574b95d46 (diff)
downloadedk2-63091ea938be5a3c1394ccbae680469f2c173133.zip
edk2-63091ea938be5a3c1394ccbae680469f2c173133.tar.gz
edk2-63091ea938be5a3c1394ccbae680469f2c173133.tar.bz2
MdePkg: Tpm2Acpi.h: Update TPM2 ACPI table version
Update TPM2 ACPI Table revision to 4. New version & data structure is defined in TCG ACPI Spec 00.37 Cc: Star Zeng <star.zeng@intel.com> Cc: Yao Jiewen <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Yao Jiewen <jiewen.yao@intel.com> (cherry picked from commit 8f07a374b1d0497b6676491de8cbe2f08f4f7e9f)
-rw-r--r--MdePkg/Include/IndustryStandard/Tpm2Acpi.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/MdePkg/Include/IndustryStandard/Tpm2Acpi.h b/MdePkg/Include/IndustryStandard/Tpm2Acpi.h
index 73ef561..7578676 100644
--- a/MdePkg/Include/IndustryStandard/Tpm2Acpi.h
+++ b/MdePkg/Include/IndustryStandard/Tpm2Acpi.h
@@ -1,7 +1,7 @@
/** @file
TPM2 ACPI table definition.
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>
+Copyright (c) 2013 - 2017, Intel Corporation. All rights reserved. <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
@@ -19,11 +19,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#pragma pack (1)
-#define EFI_TPM2_ACPI_TABLE_REVISION 3
+#define EFI_TPM2_ACPI_TABLE_REVISION_3 3
+#define EFI_TPM2_ACPI_TABLE_REVISION_4 4
typedef struct {
EFI_ACPI_DESCRIPTION_HEADER Header;
- UINT32 Flags;
+ UINT16 PlatformClass;
+ UINT16 Reserved;
UINT64 AddressOfControlArea;
UINT32 StartMethod;
//UINT8 PlatformSpecificParameters[];