]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] tpm_infineon: Support for new TPM 1.2 and PNPACPI
authorMarcel Selhorst <selhorst@crypto.rub.de>
Fri, 5 Aug 2005 18:59:33 +0000 (11:59 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 5 Aug 2005 19:22:37 +0000 (12:22 -0700)
commitf9abb020405c94edb0717315f1510086b1574a22
tree768cf082ab003287cdf24a5c09143cac96ebcd51
parent30e835e36648b15fb80797ace0a0e2afcf97618d
[PATCH] tpm_infineon: Support for new TPM 1.2 and PNPACPI

This patch includes support for the new Infineon Trusted Platform Module
SLB 9635 TT 1.2 and does further include ACPI-support for both chip
versions (SLD 9630 TT 1.1 and SLB9635 TT 1.2).  Since the ioports and
configuration registers are not correctly set on some machines, the
configuration is now done via PNPACPI, which reads out the correct values
out of the DSDT-table.  Note that you have to have CONFIG_PNP,
CONFIG_ACPI_BUS and CONFIG_PNPACPI enabled to run this driver (assuming
that mainboards including a TPM do have the need for ACPI anyway).

Signed-off-by: Marcel Selhorst <selhorst@crypto.rub.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/tpm/Kconfig
drivers/char/tpm/tpm_infineon.c