diff options
| author | Igor Opaniuk <[email protected]> | 2021-01-25 14:28:42 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-02-16 11:48:20 -0500 |
| commit | 592b98bb9a65748799c6fd245cd990c8af80c2b6 (patch) | |
| tree | d496a87b4a563e4b66a89c4fd922814124fb21a8 /drivers/tee/Makefile | |
| 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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Jens Wiklander <[email protected]>
Acked-by: Etienne Carriere <[email protected]>
Diffstat (limited to 'drivers/tee/Makefile')
| -rw-r--r-- | drivers/tee/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tee/Makefile b/drivers/tee/Makefile index 5c8ffdbce8c..ff844195ae1 100644 --- a/drivers/tee/Makefile +++ b/drivers/tee/Makefile @@ -2,5 +2,7 @@ obj-y += tee-uclass.o obj-$(CONFIG_SANDBOX) += sandbox.o +obj-$(CONFIG_OPTEE_TA_RPC_TEST) += optee/supplicant.o +obj-$(CONFIG_OPTEE_TA_RPC_TEST) += optee/i2c.o obj-$(CONFIG_OPTEE) += optee/ obj-y += broadcom/ |
