Skip to content

Commit

Permalink
README.md: add build instructions
Browse files Browse the repository at this point in the history
Add instructions how to build this TA.

Signed-off-by: Jens Wiklander <[email protected]>
Acked-by: Sumit Garg <[email protected]>
  • Loading branch information
jenswi-linaro authored and jforissier committed Nov 27, 2024
1 parent 10f34a7 commit b2930b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ implementation](https://github.com/microsoft/ms-tpm-20-ref) sample
[ARM32-FirmwareTPM](https://github.com/microsoft/ms-tpm-20-ref/tree/Historical_Samples/Samples/ARM32-FirmwareTPM)
maintained to work with OP-TEE.

## Building the TA

This TA is built as described in [Trusted
Applications](https://optee.readthedocs.io/en/latest/building/trusted_applications.html)
section in the [OP-TEE
documentation](https://optee.readthedocs.io/en/latest/index.html) with the
addition of `CFG_MS_TPM_20_REF` which must hold the path to a checked out
copy of the [MS TPM 2.0 Reference
Implementation](https://github.com/microsoft/ms-tpm-20-ref).

## Measured Boot support
The fTPM Trusted Application includes support for Measured Boot. This
feature allows the TA to read a TPM Event Log compatible with the
Expand Down

0 comments on commit b2930b4

Please sign in to comment.