commit | 5cd72697252e8a86f112669cd1b3b8395f2940b2 | [log] [tgz] |
---|---|---|
author | Balint Dobszay <balint.dobszay@arm.com> | Wed Apr 20 10:08:18 2022 +0200 |
committer | Balint Dobszay <balint.dobszay@arm.com> | Wed Apr 27 16:46:51 2022 +0200 |
tree | 45067c21672dc4aa52212a28c32248a0a08f9159 | |
parent | 4ee874b15c413cb443c3c25bc875833ddd9ce686 [diff] |
Update build config for GitHub SPMC 3.17 features The OP-TEE v3.17 release comes with enhanced SP configuration support based on manifest data. This enables access to device memory from SPs, and access to the TPM Event Log gathered by earlier boot stages. This in turn enables the PSA Crypto SP to use the TRNG as a strong randomness source, and the PSA Initial Attestation SP to provide attestation data to clients. This patch changes the build configuration for the "github" version and: - stops forcing the mock platform for the PSA Crypto SP, - adds the PSA IAT SP to the configuration by setting SP_EVENT_LOG=y and enables building the SP. Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> Change-Id: I9d7bdf2ce81ee3eecb1b4f0c80e368e09c607618
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers