mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
ef2eb106ee
This patch adds an implementation of the Meson Secure Monitor driver based on UCLASS_SM. Signed-off-by: Alexey Romanov <avromanov@salutedevices.com> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/20230921081346.22157-7-avromanov@salutedevices.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
5 lines
137 B
Makefile
5 lines
137 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-y += sm-uclass.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox-sm.o
|
|
obj-$(CONFIG_MESON_SM) += meson-sm.o
|