aboutsummaryrefslogtreecommitdiffstats
path: root/docs/trusty
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-11-07 17:52:06 -0800
committerDmitry Vyukov <dvyukov@google.com>2018-11-07 17:52:06 -0800
commit0d872150de5bcd8d9c037302629df30bba4efc80 (patch)
tree165f2d593796b18be29be5cb105e253471cdb699 /docs/trusty
parente85d2a6170932cb475cf91be848c7593598eb81c (diff)
sys: initial trusty support
Trusty is a set of software components supporting a Trusted Execution Environment (TEE) on mobile devices. https://source.android.com/security/trusty Add syscall descriptions and some boilerplate.
Diffstat (limited to 'docs/trusty')
-rw-r--r--docs/trusty/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/trusty/README.md b/docs/trusty/README.md
new file mode 100644
index 000000000..cbd532cdf
--- /dev/null
+++ b/docs/trusty/README.md
@@ -0,0 +1,6 @@
+# Trusty support
+
+[Trusty](https://source.android.com/security/trusty) is a set of software
+components supporting a Trusted Execution Environment (TEE) on mobile devices.
+
+WIP