mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
232cfd6d91
Adds support in optee supplicant to route signed (MACed) RPMB frames from OP-TEE Secure OS to MMC and vice versa to manipulate the RPMB partition. Tested-by: Igor Opaniuk <igor.opaniuk@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
5 lines
117 B
Makefile
5 lines
117 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += core.o
|
|
obj-y += supplicant.o
|
|
obj-$(CONFIG_SUPPORT_EMMC_RPMB) += rpmb.o
|