commit | 592b98bb9a65748799c6fd245cd990c8af80c2b6 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@foundries.io> | Mon Jan 25 14:28:42 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 16 11:48:20 2021 -0500 |
tree | d496a87b4a563e4b66a89c4fd922814124fb21a8 | |
parent | f4a60b036308ca4a0a3ad08587b7f9b72d3565d5 [diff] |
drivers: tee: sandbox: add rpc test ta emulation This adds support for RPC test trusted application emulation, which permits to test reverse RPC calls to TEE supplicant. Currently it covers requests to the I2C bus from TEE. Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>