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>
9 lines
244 B
Makefile
9 lines
244 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
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/
|