qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Add TPM driver and ACPI support to SeaBIOS
@ 2013-03-26 14:14 Corey Bryant
  2013-03-26 14:14 ` [Qemu-devel] [PATCH 1/2] Add an implementation of a TPM TIS driver Corey Bryant
  2013-03-26 14:14 ` [Qemu-devel] [PATCH 2/2] Provide ACPI SSDT table for TPM device Corey Bryant
  0 siblings, 2 replies; 10+ messages in thread
From: Corey Bryant @ 2013-03-26 14:14 UTC (permalink / raw)
  To: seabios; +Cc: Corey Bryant, qemu-devel, stefanb

The following set of patches is being resubmitted to add TPM support to
SeaBIOS.  This series only includes a subset of the total seabios TPM
support that is planned.  The patches included in this series provide
initial foundational support that make sense to include at this point
now that a passthrough vTPM is available in QEMU.

In particular, these patches add:
- a TPM driver for QEMU's TPM TIS emulation
- ACPI support for the TPM device (SSDT table)
- ACPI support for measurement logging (TCPA table)

Corey Bryant (2):
  Add an implementation of a TPM TIS driver
  Provide ACPI SSDT table for TPM device

 Makefile              |    9 ++-
 src/acpi-tpm-ssdt.dsl |   24 +++++
 src/acpi-tpm-ssdt.hex |   27 +++++
 src/acpi.c            |   41 ++++++++
 src/acpi.h            |   20 ++++
 src/config.h          |    2 +-
 src/tcgbios.c         |   70 +++++++++++++
 src/tcgbios.h         |   57 +++++++++++
 src/tpm_drivers.c     |  258 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/tpm_drivers.h     |   90 +++++++++++++++++
 10 files changed, 596 insertions(+), 2 deletions(-)
 create mode 100644 src/acpi-tpm-ssdt.dsl
 create mode 100644 src/acpi-tpm-ssdt.hex
 create mode 100644 src/tcgbios.c
 create mode 100644 src/tcgbios.h
 create mode 100644 src/tpm_drivers.c
 create mode 100644 src/tpm_drivers.h

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

end of thread, other threads:[~2013-04-03 14:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 14:14 [Qemu-devel] [PATCH 0/2] Add TPM driver and ACPI support to SeaBIOS Corey Bryant
2013-03-26 14:14 ` [Qemu-devel] [PATCH 1/2] Add an implementation of a TPM TIS driver Corey Bryant
2013-03-26 14:14 ` [Qemu-devel] [PATCH 2/2] Provide ACPI SSDT table for TPM device Corey Bryant
2013-03-28  9:03   ` Paolo Bonzini
2013-04-01 19:05     ` Corey Bryant
2013-04-02  0:11       ` Kevin O'Connor
2013-04-02 14:34         ` Corey Bryant
2013-04-03  9:54           ` Laszlo Ersek
2013-04-03 10:23             ` Michael S. Tsirkin
2013-04-03 14:05               ` Corey Bryant

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).