QEMU v7/v8: Use a known working revision

For the 2.5.0 release we found some regressions when running latest on
QEMU. After bisecting we managed to find where the issues where
introduced, they are as follows:

  v8: (e75449a346) target/aarch64: optimize indirect branches
  v7: (8a6b28c7b5) target/arm: optimize indirect branches

There is a fix for that upstream, but apparently that fix does not solve
the problems for TrustZone and therefore we need more time to
investigate it. Because of that we decided to temporarily use the
previous merge commit in QEMU that is working fine on both v7 and v8 and
that is:
  (199e19e) Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
4 files changed
tree: db8759ac16ea8608f2dd273a2bd9a9aac0f681f3
  1. .travis.yml
  2. am43xx.xml
  3. am57xx.xml
  4. default.xml
  5. default_stable.xml
  6. dra7xx.xml
  7. dra7xx_stable.xml
  8. fvp.xml
  9. fvp_stable.xml
  10. hikey.xml
  11. hikey_debian.xml
  12. hikey_debian_stable.xml
  13. hikey_stable.xml
  14. juno.xml
  15. juno_stable.xml
  16. mt8173-evb.xml
  17. mt8173-evb_stable.xml
  18. qemu_v8.xml
  19. qemu_v8_stable.xml
  20. README.md
  21. rpi3.xml
  22. rpi3_stable.xml
  23. travis.xml
README.md

Repo manifest for OP-TEE development

In the OP-TEE project we try to gather all documentation under the optee_os git, therefore we recommend that you read the instructions at this page which describes how to setup OP-TEE on various platforms.