
21 Sep
2023
21 Sep
'23
3:03 a.m.
On Mon, 11 Sept 2023 at 10:35, Alexey Romanov avromanov@salutedevices.com wrote:
This patch adds an implementation of the Meson Secure Monitor driver based on UCLASS_SM.
Signed-off-by: Alexey Romanov avromanov@salutedevices.com
MAINTAINERS | 1 + drivers/sm/Kconfig | 7 ++ drivers/sm/Makefile | 1 + drivers/sm/meson-sm.c | 198 ++++++++++++++++++++++++++++++++++++++++++ include/meson/sm.h | 19 ++++ 5 files changed, 226 insertions(+) create mode 100644 drivers/sm/meson-sm.c create mode 100644 include/meson/sm.h
Reviewed-by: Simon Glass sjg@chromium.org