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>
Reviewed-by: Igor Opaniuk <igor.opaniuk@linaro.org>
1 file changed
tree: de8ed89e3cd32478882527af51b1d40accba31a4
  1. libyaml/
  2. .gitignore
  3. benchmark_aux.c
  4. benchmark_aux.h
  5. CMakeLists.txt
  6. CMakeToolchain.txt
  7. common.h
  8. main.c
  9. Makefile
  10. README.md
README.md

optee_benchmark

This git contains source code for the benchmark framework for the OP-TEE project.

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 optee_benchmark.

// OP-TEE core maintainers