[U-Boot] [PATCH v2 3/3] tpm: st33zp24: Add tpm st33zp24 spi support

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


On 21 January 2016 at 15:27, Christophe Ricard
<christophe.ricard at gmail.com> wrote:
> Add support for TPM ST33ZP24 spi.
>
> The ST33ZP24 does have a spi interface.
> The transport protocol is proprietary.
>
> For spi we are relying only on DM_SPI.
>
> 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>
>
>  README                             |   4 +
>  drivers/tpm/Kconfig                |   9 +
>  drivers/tpm/Makefile               |   1 +
>  drivers/tpm/tpm_tis_st33zp24_spi.c | 672 +++++++++++++++++++++++++++++++++++++
>  4 files changed, 686 insertions(+)
>  create mode 100644 drivers/tpm/tpm_tis_st33zp24_spi.c

Applied to u-boot-dm, thanks!

(please enable this for your board in a subsequent patch, as this is
dead code at present)


More information about the U-Boot mailing list