u-boot/drivers/tpm
Tom Wai-Hong Tam 1b393db587 tpm: Reorganize the I2C TPM driver
This patch does a similar code reogranzation from
  http://patchwork.ozlabs.org/patch/132179/
which is based on an old version of code (fdt support and bus selection
still not in). It merges this tidy-up on top of the recent code. It does
not make any logical change.

tpm.c implements the interface defined in tpm.h based on underlying
LPC or I2C TPM driver. tpm.c and the underlying driver communicate
throught tpm_private.h.

Note: Merging the LPC driver with tpm.c is left to future patches.

Change-Id: Ie1384f5f9e3935d3bc9a44adf8de80c5a70a5f2b
Signed-off-by: Tom Wai-Hong Tam <waihong@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2013-06-03 01:31:23 -07:00
..
Makefile tpm: Reorganize the I2C TPM driver 2013-06-03 01:31:23 -07:00
tis_i2c.c tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C) 2013-06-03 01:26:25 -07:00
tpm.c tpm: Reorganize the I2C TPM driver 2013-06-03 01:31:23 -07:00
tpm_private.h tpm: Reorganize the I2C TPM driver 2013-06-03 01:31:23 -07:00
tpm_tis_i2c.c tpm: Reorganize the I2C TPM driver 2013-06-03 01:31:23 -07:00
tpm_tis_lpc.c tpm: Rename generic_lpc_tpm to tpm_tis_lpc 2013-06-03 01:26:25 -07:00