mirror of https://github.com/acidanthera/audk.git
MdePkg/Include: correct Lasa in Tpm2Acpi.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=978 Correct Lasa according to TCG ACPI spec. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
976d0353a6
commit
5970cb23b7
|
@ -27,7 +27,7 @@ typedef struct {
|
|||
UINT32 StartMethod;
|
||||
//UINT8 PlatformSpecificParameters[]; // size up to 12
|
||||
//UINT32 Laml; // Optional
|
||||
//UINT32 Lasa; // Optional
|
||||
//UINT64 Lasa; // Optional
|
||||
} EFI_TPM2_ACPI_TABLE;
|
||||
|
||||
#define EFI_TPM2_ACPI_TABLE_START_METHOD_ACPI 2
|
||||
|
|
Loading…
Reference in New Issue