Add ACPI tables for TPM
commit711b20b479aa96e26324371f10aff514681ea24c
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 11 Aug 2014 20:33:36 +0000 (11 16:33 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 24 Aug 2014 22:16:06 +0000 (25 00:16 +0200)
tree904928593ea0def81be4f8423f183162321da8f7
parent927766c7d34275ecf586020cc5305e377cc4af10
Add ACPI tables for TPM

Add an SSDT ACPI table for the TPM device.
Add a TCPA table for BIOS logging area when a TPM is being used.

The latter follows this spec here:

http://www.trustedcomputinggroup.org/files/static_page_files/DCD4188E-1A4B-B294-D050A155FB6F7385/TCG_ACPIGeneralSpecification_PublicReview.pdf

This patch has Michael Tsirkin's patches folded in.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/Makefile.objs
hw/i386/acpi-build.c
hw/i386/acpi-defs.h
hw/i386/ssdt-tpm.dsl [new file with mode: 0644]
hw/tpm/tpm_tis.h
include/hw/acpi/tpm.h [new file with mode: 0644]
include/sysemu/tpm.h