mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
592b98bb9a
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>
8 lines
244 B
Makefile
8 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/
|