From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: liming.gao@intel.com) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Sun, 29 Sep 2019 22:36:17 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Sep 2019 22:36:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,565,1559545200"; d="scan'208";a="194076086" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 29 Sep 2019 22:36:16 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 29 Sep 2019 22:36:16 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 29 Sep 2019 22:36:15 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.166]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.112]) with mapi id 14.03.0439.000; Mon, 30 Sep 2019 13:36:14 +0800 From: "Liming Gao" To: "Yao, Jiewen" , "devel@edk2.groups.io" CC: "Kinney, Michael D" Subject: Re: [PATCH 1/3] MdePkg/Include: correct Lasa in Tpm2Acpi. Thread-Topic: [PATCH 1/3] MdePkg/Include: correct Lasa in Tpm2Acpi. Thread-Index: AQHVdo1vQ8KsyU8y2Eef5oUzI3uHK6dDtMVg Date: Mon, 30 Sep 2019 05:36:13 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E50E549@SHSMSX104.ccr.corp.intel.com> References: <20190929061558.22512-1-jiewen.yao@intel.com> <20190929061558.22512-2-jiewen.yao@intel.com> In-Reply-To: <20190929061558.22512-2-jiewen.yao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Yao, Jiewen >Sent: Sunday, September 29, 2019 2:16 PM >To: devel@edk2.groups.io >Cc: Kinney, Michael D ; Gao, Liming > >Subject: [PATCH 1/3] MdePkg/Include: correct Lasa in Tpm2Acpi. > >Correct Lasa according to TCG ACPI spec. > >Cc: Michael D Kinney >Cc: Liming Gao >Signed-off-by: Jiewen Yao >--- > MdePkg/Include/IndustryStandard/Tpm2Acpi.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/MdePkg/Include/IndustryStandard/Tpm2Acpi.h >b/MdePkg/Include/IndustryStandard/Tpm2Acpi.h >index b75f025f03..3ed6834cc9 100644 >--- a/MdePkg/Include/IndustryStandard/Tpm2Acpi.h >+++ b/MdePkg/Include/IndustryStandard/Tpm2Acpi.h >@@ -27,7 +27,7 @@ typedef struct { > UINT32 StartMethod; > //UINT8 PlatformSpecificParameters[]; // size up t= o 12 > //UINT32 Laml; // Optional >-//UINT32 Lasa; // Optional >+//UINT64 Lasa; // Optional > } EFI_TPM2_ACPI_TABLE; > > #define EFI_TPM2_ACPI_TABLE_START_METHOD_ACPI = 2 >-- >2.19.2.windows.1