mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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>
This commit is contained in:
parent
7ecfa0aa38
commit
8f07a374b1
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
TPM2 ACPI table definition.
|
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
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
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)
|
#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 {
|
typedef struct {
|
||||||
EFI_ACPI_DESCRIPTION_HEADER Header;
|
EFI_ACPI_DESCRIPTION_HEADER Header;
|
||||||
UINT32 Flags;
|
UINT16 PlatformClass;
|
||||||
|
UINT16 Reserved;
|
||||||
UINT64 AddressOfControlArea;
|
UINT64 AddressOfControlArea;
|
||||||
UINT32 StartMethod;
|
UINT32 StartMethod;
|
||||||
//UINT8 PlatformSpecificParameters[];
|
//UINT8 PlatformSpecificParameters[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user