Re: [PATCH v2 6/8] drivers: introduce Meson Secure Monitor driver

2023-09-20 Thread Simon Glass
On Mon, 11 Sept 2023 at 10:35, Alexey Romanov wrote: > > This patch adds an implementation of the Meson Secure Monitor > driver based on UCLASS_SM. > > Signed-off-by: Alexey Romanov > --- > MAINTAINERS | 1 + > drivers/sm/Kconfig| 7 ++ > drivers/sm/Makefile | 1 + >

[PATCH v2 6/8] drivers: introduce Meson Secure Monitor driver

2023-09-11 Thread Alexey Romanov
This patch adds an implementation of the Meson Secure Monitor driver based on UCLASS_SM. Signed-off-by: Alexey Romanov --- MAINTAINERS | 1 + drivers/sm/Kconfig| 7 ++ drivers/sm/Makefile | 1 + drivers/sm/meson-sm.c | 198 ++