[U-Boot] [PATCH 2/2] i2c: ST33ZP24 I2C TPM driver

2014-07-09 Thread Jean-Luc BLANC
version 1.21, revision 1.0 and the + * STMicroelectronics I2C Protocol Stack Specification version 1.2.0. + * + * SPDX-License-Identifier:GPL-2.0+ + * + * @Author: Jean-Luc BLANC + * + * @File: tpm_i2c_stm_st33.c + */ + +#include +#include +#include +#include +#include +#include

[U-Boot] [PATCH 1/2] spi: ST33ZP24 SPI TPM driver

2014-07-08 Thread Jean-Luc BLANC
014 STMicroelectronics + * + * + * Description: Device driver for ST33ZP24 SPI TPM TCG. + * + * This device driver implements the TPM interface as defined in + * the TCG TPM Interface Spec version 1.21, revision 1.0 and the + * STMicroelectronics SPI Protocol Stack Specification version 1.2.0.

[U-Boot] [PATCH 3/4] spi: ST33ZP24 SPI: Patch driver to support hash in locality 4

2014-04-01 Thread Jean-Luc BLANC
Add the support of direct hash function in locality 4. hash_loc4() command added in TPM command set. Signed-off-by: Jean-Luc BLANC --- README |4 common/cmd_tpm.c | 32 drivers/tpm/tpm_spi_stm_st33.c | 18

[U-Boot] [PATCH 2/4] spi: ST33ZP24 SPI: Patch driver to support 2 TPMs

2014-04-01 Thread Jean-Luc BLANC
In order to support 2 SPI TPMs on same platform, add spi_select() to tpm command set. Selection is done at driver level to keep compatibility with standard tpm commands. --- README | 13 common/cmd_tpm.c | 31 driv

[U-Boot] [PATCH 4/4] i2c: Add ST33ZP24 I2C TPM support

2014-04-01 Thread Jean-Luc BLANC
This driver add support to STMicroelectronics ST33ZP24 I2C TPM. Signed-off-by: Jean-Luc BLANC --- README |7 + drivers/tpm/tpm_i2c_stm_st33.c | 659 2 files changed, 666 insertions(+) create mode 100644 drivers/tpm

[U-Boot] tpm: Add ST33ZP24 TPM SPI & SPI drivers

2014-04-01 Thread Jean-Luc BLANC
This set of patch offer ST33ZP24 TPM support to U-Boot. There is SPI and I2C driver. Best Regards, Jean-Luc BLANC TPM Application STMicroelectronics ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 2/4] spi: ST33ZP24 SPI: Patch driver to support 2 TPMs

2014-04-01 Thread Jean-Luc BLANC
In order to support 2 SPI TPMs on same platform, add spi_select() to tpm command set. Selection is done at driver level to keep compatibility with standard tpm commands. --- README | 13 common/cmd_tpm.c | 31 driv

[U-Boot] [PATCH 1/4] [PATCH] spi: Add ST33ZP24 SPI TPM support

2014-04-01 Thread Jean-Luc BLANC
This driver add support to STMicroelectronics ST33ZP24 SPI TPM. Signed-off-by: Jean-Luc BLANC --- README | 12 + drivers/tpm/Makefile |1 + drivers/tpm/tpm_spi_stm_st33.c | 671 3 files changed, 684 insertions

[U-Boot] [PATCH 1/4] [PATCH] spi: Add ST33ZP24 SPI TPM support

2014-04-01 Thread Jean-Luc BLANC
This driver add support to STMicroelectronics ST33ZP24 SPI TPM. Signed-off-by: Jean-Luc BLANC --- README | 12 + drivers/tpm/Makefile |1 + drivers/tpm/tpm_spi_stm_st33.c | 671 3 files changed, 684 insertions

[U-Boot] tpm: Add ST33ZP24 TPM SPI & SPI drivers

2014-04-01 Thread Jean-Luc BLANC
Hello, This set of patch offer ST33ZP24 TPM support to U-Boot. There is SPI and I2C driver. Best Regards, Jean-Luc BLANC TPM Application STMicroelectronics ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot