Switch to Arm FF-A TEE driver

TS has switched from the arm_ffa_user to the arm-ffa-tee Linux driver.
PSA SPs are now only able to use the latter and the manifest needs to
be updated.
Note: this manifest pulls the old driver too. This driver remains in
service for SmmGW SP testing purposes only. Since that SP is not yet
supported by the up-stream OP-TEE SPMC the driver is built, loaded, but
not actually used.

Signed-off-by: Gyorgy Szing Gyorgy.Szing@arm.com
Change-Id: Idefc5b7ca67cc7e679e492d08aa477bb685a4800
1 file changed
tree: a2a2284841f8d179bd56a6110530c93e458abb12
  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. juno.xml
  10. make_stable.sh
  11. poplar.xml
  12. psa-sp-fvp.xml
  13. qemu_v8.xml
  14. README.md
  15. rpi3.xml
  16. stm32mp1.xml
  17. synquacer.xml
  18. verdin.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