[U-Boot] [PATCH v4 1/4] dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon

Simon Glass sjg at chromium.org
Thu Oct 8 23:45:47 CEST 2015


On 6 October 2015 at 21:54, Christophe Ricard
<christophe.ricard at gmail.com> wrote:
> As there is no TCG specification or recommendation for i2c TPM 1.2,
> move tpm_tis_i2c driver to tpm_i2c_infineon. Other tpm vendors like Atmel
> or STMicroelectronics may have a different transport protocol for i2c.
>
> Signed-off-by: Christophe Ricard <christophe-h.ricard at st.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> ---
>
> Changes in v4:
>     - Fix compilation issues reported by Simon Glass on
>         - patch 2: dm: tpm: Add Driver Model support for tpm_atmel_twi driver
>         - patch 3: dm: tpm: Remove every compilation switch for TPM driver model
>
> Changes in v3:
> - Adding mention to Tom Rini review
>
> Changes in v2:
> - Change existing users of config to use renamed Kconfig
>
>  README                                            | 4 ++--
>  configs/nyan-big_defconfig                        | 2 +-
>  configs/peach-pi_defconfig                        | 2 +-
>  configs/peach-pit_defconfig                       | 2 +-
>  configs/snow_defconfig                            | 2 +-
>  configs/spring_defconfig                          | 2 +-
>  drivers/tpm/Kconfig                               | 4 ++--
>  drivers/tpm/Makefile                              | 2 +-
>  drivers/tpm/{tpm_tis_i2c.c => tpm_tis_infineon.c} | 4 ++--
>  drivers/tpm/{tpm_tis_i2c.h => tpm_tis_infineon.h} | 0
>  10 files changed, 12 insertions(+), 12 deletions(-)
>  rename drivers/tpm/{tpm_tis_i2c.c => tpm_tis_infineon.c} (99%)
>  rename drivers/tpm/{tpm_tis_i2c.h => tpm_tis_infineon.h} (100%)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list