Hi Alexey, On Mon, 11 Sept 2023 at 10:35, Alexey Romanov <[email protected]> wrote: > > This patch adds sandbox secure monitor driver.
Please fix typo in subject > > Signed-off-by: Alexey Romanov <[email protected]> > --- > drivers/sm/Makefile | 1 + > drivers/sm/sandbox-sm.c | 76 +++++++++++++++++++++++++++++++++++++++++ > include/sandbox-sm.h | 18 ++++++++++ > 3 files changed, 95 insertions(+) > create mode 100644 drivers/sm/sandbox-sm.c > create mode 100644 include/sandbox-sm.h > Reviewed-by: Simon Glass <[email protected]>

