From 0d872150de5bcd8d9c037302629df30bba4efc80 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 7 Nov 2018 17:52:06 -0800 Subject: 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. --- docs/trusty/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/trusty/README.md (limited to 'docs/trusty') 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 -- cgit mrf-deployment