Skip to content

Commit

Permalink
MdePkg/Include: correct Lasa in Tpm2Acpi.
Browse files Browse the repository at this point in the history
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=978

Correct Lasa according to TCG ACPI spec.

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Signed-off-by: Jiewen Yao <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
jyao1 committed Oct 11, 2019
1 parent 976d035 commit 5970cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MdePkg/Include/IndustryStandard/Tpm2Acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5970cb2

Please sign in to comment.