[U-Boot] [PATCH v2 1/3] tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c

Simon Glass sjg at chromium.org
Fri Jan 22 04:02:09 CET 2016


On 21 January 2016 at 15:27, Christophe Ricard
<christophe.ricard at gmail.com> wrote:
> I2C protocol is not standardize for TPM 1.2.
> TIS prococol is define by the Trusted Computing Group and potentially
> available on several TPMs.
>
> tpm_tis_infineon.h header is not generic enough.
>
> Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific
> defines/variables to tpm_tis_infineon.c
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Christophe Ricard <christophe-h.ricard at st.com>
> ---
>
> Changes in v2:
> - Adding Reviewed-by: Simon Glass <sjg at chromium.org>
>
>  drivers/tpm/{tpm_tis_infineon.h => tpm_tis.h} | 17 +----------------
>  drivers/tpm/tpm_tis_infineon.c                | 17 ++++++++++++++++-
>  2 files changed, 17 insertions(+), 17 deletions(-)
>  rename drivers/tpm/{tpm_tis_infineon.h => tpm_tis.h} (86%)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list