qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] tpm: Upgrade TPM TIS for support of a TPM 2
@ 2015-04-15 22:22 Stefan Berger
  2015-04-15 22:22 ` [Qemu-devel] [PATCH v2 1/3] Extend TPM TIS interface to support " Stefan Berger
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stefan Berger @ 2015-04-15 22:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Berger, quan.xu, mst

After the previous upgrade of the TPM TIS to version 1.3,
we now upgrade it to support a TPM 2 in the backend.

Stefan Berger (3):
  Extend TPM TIS interface to support TPM 2
  tpm: Probe for connected TPM 1.2 or TPM 2
  TPM2 ACPI table support

 backends/tpm.c               |  14 +++++
 hw/i386/acpi-build.c         |  34 ++++++++++--
 hw/i386/acpi-defs.h          |  18 +++++++
 hw/tpm/Makefile.objs         |   2 +-
 hw/tpm/tpm_int.h             |   7 +++
 hw/tpm/tpm_passthrough.c     |  65 ++++++----------------
 hw/tpm/tpm_tis.c             | 120 +++++++++++++++++++++++++++++++++++++----
 hw/tpm/tpm_tis.h             |   1 +
 hw/tpm/tpm_util.c            | 126 +++++++++++++++++++++++++++++++++++++++++++
 hw/tpm/tpm_util.h            |  28 ++++++++++
 include/hw/acpi/tpm.h        |   5 ++
 include/sysemu/tpm.h         |  17 +++++-
 include/sysemu/tpm_backend.h |  23 ++++++++
 13 files changed, 395 insertions(+), 65 deletions(-)
 create mode 100644 hw/tpm/tpm_util.c
 create mode 100644 hw/tpm/tpm_util.h

-- 
1.9.3

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Qemu-devel] [PATCH v2 0/3] tpm: Upgrade TPM TIS for support of a TPM 2
@ 2015-05-01  2:44 Stefan Berger
  2015-05-01  2:44 ` [Qemu-devel] [PATCH v2 2/3] tpm: Probe for connected TPM 1.2 or " Stefan Berger
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Berger @ 2015-05-01  2:44 UTC (permalink / raw)
  To: mst, qemu-devel; +Cc: quan.xu, Stefan Berger

After the previous upgrade of the TPM TIS to version 1.3,
we now upgrade it to support a TPM 2 in the backend.

Stefan Berger (3):
  Extend TPM TIS interface to support TPM 2
  tpm: Probe for connected TPM 1.2 or TPM 2
  TPM2 ACPI table support

 backends/tpm.c               |  14 +++++
 hw/i386/acpi-build.c         |  34 ++++++++++--
 hw/i386/acpi-defs.h          |  18 +++++++
 hw/tpm/Makefile.objs         |   2 +-
 hw/tpm/tpm_int.h             |   7 +++
 hw/tpm/tpm_passthrough.c     |  65 ++++++----------------
 hw/tpm/tpm_tis.c             | 120 +++++++++++++++++++++++++++++++++++++----
 hw/tpm/tpm_tis.h             |   1 +
 hw/tpm/tpm_util.c            | 126 +++++++++++++++++++++++++++++++++++++++++++
 hw/tpm/tpm_util.h            |  28 ++++++++++
 include/hw/acpi/tpm.h        |   5 ++
 include/sysemu/tpm.h         |  17 +++++-
 include/sysemu/tpm_backend.h |  23 ++++++++
 13 files changed, 395 insertions(+), 65 deletions(-)
 create mode 100644 hw/tpm/tpm_util.c
 create mode 100644 hw/tpm/tpm_util.h

-- 
1.9.3

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

end of thread, other threads:[~2015-05-01  2:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15 22:22 [Qemu-devel] [PATCH v2 0/3] tpm: Upgrade TPM TIS for support of a TPM 2 Stefan Berger
2015-04-15 22:22 ` [Qemu-devel] [PATCH v2 1/3] Extend TPM TIS interface to support " Stefan Berger
2015-04-15 22:22 ` [Qemu-devel] [PATCH v2 2/3] tpm: Probe for connected TPM 1.2 or " Stefan Berger
2015-04-15 22:22 ` [Qemu-devel] [PATCH v2 3/3] TPM2 ACPI table support Stefan Berger
  -- strict thread matches above, loose matches on Subject: below --
2015-05-01  2:44 [Qemu-devel] [PATCH v2 0/3] tpm: Upgrade TPM TIS for support of a TPM 2 Stefan Berger
2015-05-01  2:44 ` [Qemu-devel] [PATCH v2 2/3] tpm: Probe for connected TPM 1.2 or " Stefan Berger

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