commit | e1a23c6671f2bfd6e5e112848f01334ca39ea2b1 | [log] [tgz] |
---|---|---|
author | Kylene Hall <kjhall@us.ibm.com> | Thu Jun 23 22:02:06 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri Jun 24 00:05:27 2005 -0700 |
tree | 9eae7fac05706a63ac3b486ecf4d9c686fa7dd54 | |
parent | a6df7da8f7ee99e6fd1995fad852bacb978a6447 [diff] |
[PATCH] tpm: replace odd LPC init function Realized the tpm_lpc_init function isn't really necessary. Replaced it with vendor specific logic to find out the address the BIOS mapped the TPM to. This patch removes the tpm_lpc_init function, enums associated with it and calls to it. The patch also implements the replacement functionality. Signed-off-by: Kylene Hall <kjhall@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>