summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2016-01-21 23:27:13 +0100
committerSimon Glass <sjg@chromium.org>2016-01-28 21:01:22 -0700
commit3aa74088d4d3cedcfed403fea8eb75831021959a (patch)
tree32ccba3ab4018e6d96592b95e9cd7c07c6749627 /README
parent1259dcd79c70f97a1606b4b06190c8fa7a1810d1 (diff)
downloadtalos-obmc-uboot-3aa74088d4d3cedcfed403fea8eb75831021959a.tar.gz
talos-obmc-uboot-3aa74088d4d3cedcfed403fea8eb75831021959a.zip
tpm: st33zp24: Add tpm st33zp24 support with i2c
Add support for TPM ST33ZP24 family with i2c. For i2c we are relying only on DM_I2C. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 864c7cccc3..ec73a4e5d9 100644
--- a/README
+++ b/README
@@ -1423,6 +1423,13 @@ The following options need to be configured:
CONFIG_TPM_TIS_I2C_BURST_LIMITATION
Define the burst count bytes upper limit
+ CONFIG_TPM_ST33ZP24
+ Support for STMicroelectronics TPM devices. Requires DM_TPM support.
+
+ CONFIG_TPM_ST33ZP24_I2C
+ Support for STMicroelectronics ST33ZP24 I2C devices.
+ Requires TPM_ST33ZP24 and I2C.
+
CONFIG_TPM_ATMEL_TWI
Support for Atmel TWI TPM device. Requires I2C support.
OpenPOWER on IntegriCloud