linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] acpi: update struct acpi_table_tpm2
@ 2015-06-08 13:38 Jarkko Sakkinen
  2015-06-08 20:52 ` Moore, Robert
  0 siblings, 1 reply; 10+ messages in thread
From: Jarkko Sakkinen @ 2015-06-08 13:38 UTC (permalink / raw)
  To: robert.moore
  Cc: Jarkko Sakkinen, Lv Zheng, Rafael J. Wysocki, Len Brown,
	open list:ACPI COMPONENT AR..., open list:ACPI COMPONENT AR...,
	open list

Updated struct acpi_table_tpm2 to conform to the official TCG ACPI
spec.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-06-09 16:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-08 13:38 [PATCH] acpi: update struct acpi_table_tpm2 Jarkko Sakkinen
2015-06-08 20:52 ` Moore, Robert
2015-06-09  9:17   ` Jarkko Sakkinen
2015-06-09 14:21     ` Moore, Robert
2015-06-09 15:19       ` Jarkko Sakkinen
2015-06-09 15:42         ` Jarkko Sakkinen
2015-06-09 16:12           ` Moore, Robert
2015-06-09 16:13             ` Jarkko Sakkinen
2015-06-09 16:16         ` Moore, Robert
2015-06-09 16:33           ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).