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

Commits on Sep 25, 2024

  1. kconfigs/qemu.conf: enabled fTPM

    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]>
    jenswi-linaro committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5ff3266 View commit details
    Browse the repository at this point in the history
  2. common.mk: add support for in-tree fTPM

    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 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d7edbf0 View commit details
    Browse the repository at this point in the history
  3. [review] common.mk: add support for in-tree fTPM

    Update
    
    Signed-off-by: Jens Wiklander <[email protected]>
    jenswi-linaro committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7ea3a0e View commit details
    Browse the repository at this point in the history