docs: Remove current docs and link to the new location

All current documentation has been transferred to a new git called
optee_docs [1]. The output from optee_docs will be rendered using Sphinx
and hosted at optee.readthedocs.io [2]. The new documentation git will
also be part of the regular OP-TEE releases. For completeness, it will
also be included in our manifests making up a full OP-TEE developer
setup.

[1] https://github.com/OP-TEE/optee_docs
[2] https://optee.readthedocs.io

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
10 files changed
tree: 181e922b8386d31264074643ad9bac3f2042e783
  1. br-ext/
  2. fvp/
  3. kconfigs/
  4. rpi3/
  5. ti/
  6. .gitignore
  7. .travis.yml
  8. am43xx.mk
  9. am57xx.mk
  10. common.mk
  11. dra7xx.mk
  12. fvp.mk
  13. hikey.mk
  14. hikey960.mk
  15. juno.mk
  16. poplar.mk
  17. qemu-check.exp
  18. qemu.mk
  19. qemu_v8.mk
  20. README.md
  21. rpi3.mk
  22. toolchain.mk
README.md

OP-TEE build.git

This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.

// OP-TEE core maintainers