mtk8173: Add evb-utils to the default repo config

evb-utils contains scripts and binaries for updating the preloader,
which is necessary to be able to build and flash ARM-TF from scratch for
example.

The update procedure is as stated here:
 1. cd <repo_root>/evb-utils
 2. $ ./update-recover.sh
 3. Hold the download key pressed, then press reset key
 4. $ ./update.sh
 5. Device should now just wait in fastboot ready to flash the rest of
    the binaries.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
1 file changed
tree: 446477813dea5472d17400afa46cce1ce9500412
  1. default.xml
  2. default_stable.xml
  3. fvp.xml
  4. fvp_stable.xml
  5. hikey.xml
  6. hikey_debian.xml
  7. hikey_debian_stable.xml
  8. hikey_stable.xml
  9. juno.xml
  10. juno_stable.xml
  11. mt8173-evb.xml
  12. mt8173-evb_stable.xml
  13. qemu_v8.xml
  14. qemu_v8_stable.xml
  15. README.md
  16. rpi3.xml
  17. rpi3_stable.xml
  18. 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.