]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/tpm: add xen tpmfront interface
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Tue, 30 Jul 2013 17:29:47 +0000 (13:29 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 9 Aug 2013 14:57:06 +0000 (10:57 -0400)
commite6aff472c828a5eb18d1737a3f64fff950772ddd
treedca5158cc38a7b469f36999749d5a9bc100ded01
parentfeb4056032864828c0db1dee6703412c31f5907c
drivers/tpm: add xen tpmfront interface

This is a complete rewrite of the Xen TPM frontend driver, taking
advantage of a simplified frontend/backend interface and adding support
for cancellation and timeouts.  The backend for this driver is provided
by a vTPM stub domain using the interface in Xen 4.3.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Peter Huewe <peterhuewe@gmx.de>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Documentation/tpm/xen-tpmfront.txt [new file with mode: 0644]
drivers/char/tpm/Kconfig
drivers/char/tpm/Makefile
drivers/char/tpm/xen-tpmfront.c [new file with mode: 0644]
include/xen/interface/io/tpmif.h [new file with mode: 0644]