[U-Boot] [PATCH v3 1/4] dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon
Simon Glass
sjg at chromium.org
Sat Oct 3 16:27:29 CEST 2015
On 20 September 2015 at 21:00, 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 v3:
> - Adding mention to Tom Rini review
>
> 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