On Mon, 11 Sept 2023 at 10:35, Alexey Romanov <[email protected]> wrote: > > This patch adds an implementation of the Meson Secure Monitor > driver based on UCLASS_SM. > > Signed-off-by: Alexey Romanov <[email protected]> > --- > 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 <[email protected]>

