[U-Boot] Pending TPM patches for release

Simon Glass sjg at chromium.org
Fri Apr 12 23:17:54 CEST 2013


Hi Tom,

I think there are only 5 patches pending for this release, of which
one is probably better delayed until we have another config change to
go with it.

I have pulled these in and build-tested.

So please see below for a pull request based on current mainline.

Regards,
Simon



The following changes since commit 785881f775252940185e10fbb2d5299c9ffa6bce:

  env: Add redundant env support to UBI env (2013-04-11 15:52:55 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-x86.git tpm

for you to fetch changes up to 8732b0700d21588b4954d0f1b182f4c60725d228:

  tpm: Add TPM command library (2013-04-12 14:13:13 -0700)

----------------------------------------------------------------
Che-liang Chiou (1):
      tpm: Add TPM command library

Rong Chang (1):
      tpm: Add Infineon slb9635_i2c TPM driver

Simon Glass (1):
      exynos: Enable I2C TPM for smdk5250

Taylor Hutt (1):
      tpm: Add casts for proper compilation

 Makefile                                |   2 +-
 common/cmd_tpm.c                        | 709 +++++++++++++++++++++++++++-----
 drivers/tpm/Makefile                    |   4 +
 drivers/tpm/generic_lpc_tpm.c           |  10 +-
 drivers/tpm/slb9635_i2c/compatibility.h |  51 +++
 drivers/tpm/slb9635_i2c/tpm.c           | 453 ++++++++++++++++++++
 drivers/tpm/slb9635_i2c/tpm.h           | 161 ++++++++
 drivers/tpm/slb9635_i2c/tpm_tis_i2c.c   | 561 +++++++++++++++++++++++++
 drivers/tpm/tis_i2c.c                   | 181 ++++++++
 include/configs/exynos5250-dt.h         |   7 +
 include/fdtdec.h                        |   1 +
 include/tis.h                           |  73 ++++
 include/tpm.h                           | 197 +++++++--
 lib/Makefile                            |   1 +
 lib/fdtdec.c                            |   1 +
 lib/tpm.c                               | 581 ++++++++++++++++++++++++++
 16 files changed, 2845 insertions(+), 148 deletions(-)
 create mode 100644 drivers/tpm/slb9635_i2c/compatibility.h
 create mode 100644 drivers/tpm/slb9635_i2c/tpm.c
 create mode 100644 drivers/tpm/slb9635_i2c/tpm.h
 create mode 100644 drivers/tpm/slb9635_i2c/tpm_tis_i2c.c
 create mode 100644 drivers/tpm/tis_i2c.c
 create mode 100644 include/tis.h
 create mode 100644 lib/tpm.c


More information about the U-Boot mailing list