Hi,
I am using AM335x Starter Kit and try with an I2C TPM chip.
I want to set the TPM enable and active in u-boot, and also want to have the ForceClear function in u-boot.
Does there have any resource to control I2C TPM chip in u-boot?
Thank you !
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am using AM335x Starter Kit and try with an I2C TPM chip.
I want to set the TPM enable and active in u-boot, and also want to have the ForceClear function in u-boot.
Does there have any resource to control I2C TPM chip in u-boot?
Thank you !
Hi,
U-Boot has a working I2C interface. While in U-Boot, type "help i2c" to show all the available i2c functions.
Typing "i2c probe" should show you the addresses of all the I2C devices connected to the current bus. Then you can read/write to them.
Best regards,
Miroslav
Hi,
Thanks Miroslav and Tom!
I am using Infineon SLB9645 I2C TPM chip.
And I also find an reference site : libsboot
(http://prosauce.org/blog/2013/2/11/embedded-trust-p2-u-boot-secured-boot.html )
Does anyone have used this library?