lkml.org 
[lkml]   [2014]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v1 00/12] tpm: TPM2 support
Date
This patch set enables TPM2 protocol and provides drivers for FIFO and
CRB interfaces.

Jarkko Sakkinen (8):
tpm: prepare TPM driver for adding TPM2 support
tpm: TPM2 support for tpm_pcr_read()
tpm: TPM2 support for tpm_do_selftest()
tpm: added tpm2_get_tpm_pt()
tpm: TPM2 support for tpm_pcr_extend()
tpm: TPM2 support for tpm_get_random().
tpm: Driver for TPM 2.0 CRB Interface
tpm: TPM2 sysfs attributes

Will Arthur (4):
tpm: TPM2 support for tpm_calc_ordinal_durations()
tpm: TPM2 support for tpm_startup()
tpm: TPM2 support for tpm_gen_interrupt().
tpm: TPM 2.0 FIFO Interface

drivers/char/tpm/Kconfig | 9 +
drivers/char/tpm/Makefile | 3 +-
drivers/char/tpm/tpm-chip.c | 175 ++++++++++++++++
drivers/char/tpm/tpm-interface.c | 160 +++++----------
drivers/char/tpm/tpm.h | 84 ++++++++
drivers/char/tpm/tpm2-commands.c | 422 +++++++++++++++++++++++++++++++++++++++
drivers/char/tpm/tpm2-sysfs.c | 242 ++++++++++++++++++++++
drivers/char/tpm/tpm2.h | 108 ++++++++++
drivers/char/tpm/tpm_crb.c | 332 ++++++++++++++++++++++++++++++
drivers/char/tpm/tpm_tis.c | 53 ++++-
10 files changed, 1463 insertions(+), 125 deletions(-)
create mode 100644 drivers/char/tpm/tpm-chip.c
create mode 100644 drivers/char/tpm/tpm2-commands.c
create mode 100644 drivers/char/tpm/tpm2-sysfs.c
create mode 100644 drivers/char/tpm/tpm2.h
create mode 100644 drivers/char/tpm/tpm_crb.c

--
2.1.0



\
 
 \ /
  Last update: 2014-09-24 11:41    [W:4.061 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site