linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] tpm: Add new vTPM device driver for PPC64
@ 2012-08-07 19:29 Ashley Lai
  2012-08-07 19:56 ` [PATCH 1/3] drivers/char/tpm: Add new device driver to support IBM vTPM Ashley Lai
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ashley Lai @ 2012-08-07 19:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: rcj, adlai, linux-security-module, tpmdd-devel, adlai, key,
	linuxppc-dev

These patches add support for IBM vTPM for PPC64.  This new device driver
works on firmware that supports vTPM (firmware release 740 or higher).

Tested on Power7+ system with firmware level ZM770_001.

Applied to Kent Yoder patch to modularize event log located at:
https://github.com/shpedoikal/linux/tree/tpmdd-next

Ashley Lai (3):
  drivers/char/tpm: Add new device driver to support IBM vTPM
  PPC64: Add support for instantiating SML from Open Firmware
  drivers/char/tpm: Add securityfs support for event log

 arch/powerpc/kernel/prom_init.c   |   64 ++++
 drivers/char/tpm/Kconfig          |    8 +
 drivers/char/tpm/Makefile         |    9 +-
 drivers/char/tpm/tpm.h            |   13 +-
 drivers/char/tpm/tpm_eventlog.c   |    7 +
 drivers/char/tpm/tpm_eventlog.h   |   24 ++
 drivers/char/tpm/tpm_ibmvtpm.c    |  750 +++++++++++++++++++++++++++++++++++++
 drivers/char/tpm/tpm_ibmvtpm.h    |   83 ++++
 drivers/char/tpm/tpm_noeventlog.c |   21 +
 drivers/char/tpm/tpm_of.c         |   68 ++++
 10 files changed, 1034 insertions(+), 13 deletions(-)
 create mode 100644 drivers/char/tpm/tpm_ibmvtpm.c
 create mode 100644 drivers/char/tpm/tpm_ibmvtpm.h
 create mode 100644 drivers/char/tpm/tpm_noeventlog.c
 create mode 100644 drivers/char/tpm/tpm_of.c

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

end of thread, other threads:[~2012-08-09 20:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07 19:29 [PATCH 0/3] tpm: Add new vTPM device driver for PPC64 Ashley Lai
2012-08-07 19:56 ` [PATCH 1/3] drivers/char/tpm: Add new device driver to support IBM vTPM Ashley Lai
2012-08-07 19:56 ` [PATCH 2/3] PPC64: Add support for instantiating SML from Open Firmware Ashley Lai
2012-08-07 19:57 ` [PATCH 3/3] drivers/char/tpm: Add securityfs support for event log Ashley Lai
2012-08-09 15:57   ` Kent Yoder
2012-08-09 20:31     ` Ashley D Lai
2012-08-09 20:52   ` Ashley Lai

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