]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/Include: correct Lasa in Tpm2Acpi.
authorJiewen Yao <jiewen.yao@intel.com>
Sat, 28 Sep 2019 11:52:22 +0000 (19:52 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Fri, 11 Oct 2019 02:06:50 +0000 (10:06 +0800)
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>
MdePkg/Include/IndustryStandard/Tpm2Acpi.h

index b75f025f038d042d26a2b7af02b26172141abb79..3ed6834cc9ced256eff2a58f7b735c00fa4fca4c 100644 (file)
@@ -27,7 +27,7 @@ typedef struct {
   UINT32                      StartMethod;\r
 //UINT8                       PlatformSpecificParameters[];  // size up to 12\r
 //UINT32                      Laml;                          // Optional\r
-//UINT32                      Lasa;                          // Optional\r
+//UINT64                      Lasa;                          // Optional\r
 } EFI_TPM2_ACPI_TABLE;\r
 \r
 #define EFI_TPM2_ACPI_TABLE_START_METHOD_ACPI                                          2\r