commit | cb85fc3b1d94e2f30e8efb38be12fea77d136693 | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@linaro.org> | Thu Sep 02 12:05:02 2021 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Sep 20 11:22:17 2021 +0200 |
tree | 7c2bb4f86ee058844e0d9fc605fadcc91c544e8a | |
parent | 90853ebd199353a4e51bf74d0afc5d80afd911e3 [diff] |
qemu_v8: Fix the mbedtls version needed for TF-A v2.5 TF-A version v2.5 requires the mbedtls version to be 2.26.0 to support trusted board boot. Older mbedtls version causes compilation to break with TF_A_TRUSTED_BOARD_BOOT=y. Fixes: 7b69f4 ("qemu, qemu_v8: use TF-A version v2.5") Signed-off-by: Ruchika Gupta <ruchika.gupta@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains repo manifests to be able to clone all source code needed to be able to setup a full OP-TEE developer build.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under manifests.
// OP-TEE core maintainers