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

Ftpm #780

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Ftpm #780

wants to merge 3 commits into from

Conversation

jenswi-linaro
Copy link
Contributor

No description provided.

Add CONFIG_TCG_TPM=y and CONFIG_TCG_FTPM_TEE=y to enable fTPM support in
the kernel.

Signed-off-by: Jens Wiklander <[email protected]>
Add support for compiling OP-TEE with the in-tree fTPM TA. Firmware-TPM
support is atomically enabled if the Microsoft TPM reference source
directory is available.

Signed-off-by: Jens Wiklander <[email protected]>
@jenswi-linaro jenswi-linaro marked this pull request as draft September 25, 2024 09:28
common.mk Outdated
@@ -271,6 +275,10 @@ ifeq ($(XEN_BOOT),y)
DEFCONFIG_XEN=--br-defconfig build/br-ext/configs/xen.conf
endif

ifneq ($(CFG_MS_TPM_20_REF),y)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this should be as line 567? I.e.,

ifneq ($(CFG_MS_TPM_20_REF),)

Since the line (47) setting CFG_MS_TPM_20_REF is a path and not y.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you're right.

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

Successfully merging this pull request may close these issues.

2 participants