[U-Boot] [PATCH 0/3] Add i2c TPM driver

Che-Liang Chiou clchiou at chromium.org
Tue Dec 13 12:50:59 CET 2011


This patchset adds an i2c bus based TPM driver.


Che-Liang Chiou (3):
  tpm: Rename generic_lpc_tpm to tpm_tis_lpc
  tpm: Add i2c TPM driver
  tpm: Update README

 Makefile                                         |    2 +-
 README                                           |   18 +-
 drivers/tpm/Makefile                             |    5 +-
 drivers/tpm/tpm.c                                |  457 +++++++++++++++++
 drivers/tpm/tpm_private.h                        |  131 +++++
 drivers/tpm/tpm_tis_i2c.c                        |  584 ++++++++++++++++++++++
 drivers/tpm/{generic_lpc_tpm.c => tpm_tis_lpc.c} |    0
 7 files changed, 1194 insertions(+), 3 deletions(-)
 create mode 100644 drivers/tpm/tpm.c
 create mode 100644 drivers/tpm/tpm_private.h
 create mode 100644 drivers/tpm/tpm_tis_i2c.c
 rename drivers/tpm/{generic_lpc_tpm.c => tpm_tis_lpc.c} (100%)

-- 
1.7.3.1



More information about the U-Boot mailing list