commit | cf568484e8e8ced0b4a884f4750ff0cacfa82c0f | [log] [tgz] |
---|---|---|
author | Javier Almansa Sobrino <javier.almansasobrino@arm.com> | Wed Feb 26 11:51:45 2020 +0000 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jun 30 18:32:14 2021 +0200 |
tree | b8b9cfb1f809b16ab6b9481f5812718fbd571ebd | |
parent | 24606793c70be5ff85f48d585f50144f62bceee2 [diff] |
Add support to build (and run) an image with Measured Boot and fTPM support. This patch enables Measured Boot on TF-A and builds the TSS tools and the TPM Kernel Module for the FVP toolkit. The functionality is disabled by default. To enable it, build with MEASURED_BOOT=y. Signed-off-by: Javier Almansa Sobrino <javier.almansasobrino@arm.com> Reviewed-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
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