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>
1 file changed
tree: 7c2bb4f86ee058844e0d9fc605fadcc91c544e8a
  1. .travis.yml
  2. am43xx.xml
  3. am57xx.xml
  4. default.xml
  5. dra7xx.xml
  6. fvp.xml
  7. hikey.xml
  8. hikey960.xml
  9. imx.xml
  10. juno.xml
  11. make_stable.sh
  12. poplar.xml
  13. qemu_v8.xml
  14. README.md
  15. rpi3.xml
  16. stm32mp1.xml
  17. synquacer.xml
  18. verdin.xml
  19. zynqmp.xml
README.md

Repo manifest for OP-TEE development

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