diff options
author | Tom Rini <trini@ti.com> | 2013-06-05 08:55:35 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-05 08:55:35 -0400 |
commit | 1318d00e5894ac55bc6b7297f3eda97983b79fae (patch) | |
tree | 61af0fa9a78277998455eac609bb72d4a2058ea2 /README | |
parent | 99bd544ee76af3302b8421eaaddfe61f56915fc6 (diff) | |
parent | 1b393db5870927d68c42a46e6c5877c8d0d83910 (diff) |
Merge branch 'tpm' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1209,7 +1209,23 @@ The following options need to be configured: If this option is set, the driver enables cache flush. - TPM Support: - CONFIG_GENERIC_LPC_TPM + CONFIG_TPM + Support TPM devices. + + CONFIG_TPM_TIS_I2C + Support for i2c bus TPM devices. Only one device + per system is supported at this time. + + CONFIG_TPM_TIS_I2C_BUS_NUMBER + Define the the i2c bus number for the TPM device + + CONFIG_TPM_TIS_I2C_SLAVE_ADDRESS + Define the TPM's address on the i2c bus + + CONFIG_TPM_TIS_I2C_BURST_LIMITATION + Define the burst count bytes upper limit + + CONFIG_TPM_TIS_LPC Support for generic parallel port TPM devices. Only one device per system is supported at this time. |