Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does OP-TEE support discrete TPM hardware ? #7173

Open
JesseY66 opened this issue Dec 10, 2024 · 1 comment
Open

Does OP-TEE support discrete TPM hardware ? #7173

JesseY66 opened this issue Dec 10, 2024 · 1 comment

Comments

@JesseY66
Copy link

Hi ,
I know that OP-TEE supports fTPM, but does it also support real discrete TPM hardware? Thank you.

@etienne-lms
Copy link
Contributor

Hello @JesseY66,
There may be a misunderstanding when we say that OP-TEE currently supports fTPM. OP-TEE currently supports hosting a fTPM trusted application to offer TPM services to the non-secure world (e.g. U-Boot and the Linux kernel). However OP-TEE does not offer services to use the fTPM (or a discrete TPM) as a secure storage area, to perform image measurements (e.g. measuring loaded TAs) or leverage other TPM features. In this scope, current OP-TEE does not support discrete hardware TPM.

There has been an attempt to implement a TPM driver in OP-TEE (P-R #5194) but since not used it has been removed since (#5994). Contributions to add TPM interface support in OP-TEE are welcome of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants