
21 Sep
2023
21 Sep
'23
3:03 a.m.
Hi Alexey,
On Mon, 11 Sept 2023 at 10:35, Alexey Romanov avromanov@salutedevices.com wrote:
This patch adds sandbox secure monitor driver.
Please fix typo in subject
Signed-off-by: Alexey Romanov avromanov@salutedevices.com
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 sjg@chromium.org