From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753536AbbFHUwQ (ORCPT ); Mon, 8 Jun 2015 16:52:16 -0400 Received: from mga14.intel.com ([192.55.52.115]:12613 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752239AbbFHUwH convert rfc822-to-8bit (ORCPT ); Mon, 8 Jun 2015 16:52:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,575,1427785200"; d="scan'208";a="723380569" From: "Moore, Robert" To: Jarkko Sakkinen CC: "Zheng, Lv" , "Wysocki, Rafael J" , Len Brown , "open list:ACPI COMPONENT AR..." , "open list:ACPI COMPONENT AR..." , open list Subject: RE: [PATCH] acpi: update struct acpi_table_tpm2 Thread-Topic: [PATCH] acpi: update struct acpi_table_tpm2 Thread-Index: AQHQofBtb46eVEZyzUCAmMImBZOAoJ2jFd9g Date: Mon, 8 Jun 2015 20:52:02 +0000 Message-ID: <94F2FBAB4432B54E8AACC7DFDE6C92E37D2F28EC@ORSMSX112.amr.corp.intel.com> References: <1433770706-3332-1-git-send-email-jarkko.sakkinen@linux.intel.com> In-Reply-To: <1433770706-3332-1-git-send-email-jarkko.sakkinen@linux.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.139] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It looks like there is a change to the TCPA table also. > -----Original Message----- > From: Jarkko Sakkinen [mailto:jarkko.sakkinen@linux.intel.com] > Sent: Monday, June 08, 2015 6:38 AM > To: Moore, Robert > Cc: Jarkko Sakkinen; Zheng, Lv; Wysocki, Rafael J; Len Brown; open > list:ACPI COMPONENT AR...; open list:ACPI COMPONENT AR...; open list > Subject: [PATCH] acpi: update struct acpi_table_tpm2 > > Updated struct acpi_table_tpm2 to conform to the official TCG ACPI spec. > > Signed-off-by: Jarkko Sakkinen > --- > include/acpi/actbl3.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h index > 440ca81..33df1dd 100644 > --- a/include/acpi/actbl3.h > +++ b/include/acpi/actbl3.h > @@ -688,13 +688,14 @@ enum acpi_rasf_status { > * TPM2 - Trusted Platform Module (TPM) 2.0 Hardware Interface Table > * Version 3 > * > - * Conforms to "TPM 2.0 Hardware Interface Table (TPM2)" 29 November 2011 > + * Conforms to "TCG ACPI Specification for Family 1.2 and 2.0" 19 > + December 2014 > * > > ************************************************************************** > ****/ > > struct acpi_table_tpm2 { > struct acpi_table_header header; /* Common ACPI table header */ > - u32 flags; > + u16 platform_class; > + u16 reserved; > u64 control_address; > u32 start_method; > }; > -- > 2.1.4