spd: dispatcher for interacting with the Trusty TEE
authorVarun Wadekar <vwadekar@nvidia.com>
Tue, 8 Nov 2016 23:46:48 +0000 (15:46 -0800)
committerVarun Wadekar <vwadekar@nvidia.com>
Tue, 8 Nov 2016 23:50:04 +0000 (15:50 -0800)
commit948c090d8c03466f95939318ca515d301b6a8182
tree95808189bffa6089369a3b8b4879798f44242229
parent90d2956aeaa9f0838400eb40d6c48935ec4c988b
spd: dispatcher for interacting with the Trusty TEE

This patch adds the secure payload dispatcher for interacting
with Google's Trusty TEE. Documentation for Trusty can be found
at https://source.android.com/security/trusty

Original authors:
-----------------
* Arve Hjønnevåg <arve@android.com>
* Michael Ryleev <gmar@google.com>

Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
docs/spd/trusty-dispatcher.md [new file with mode: 0644]
services/spd/trusty/sm_err.h [new file with mode: 0644]
services/spd/trusty/smcall.h [new file with mode: 0644]
services/spd/trusty/trusty.c [new file with mode: 0644]
services/spd/trusty/trusty.mk [new file with mode: 0644]
services/spd/trusty/trusty_helpers.S [new file with mode: 0644]