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

Simon Glass sjg at google.com
Thu Sep 21 03:03:12 CEST 2023


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


More information about the U-Boot mailing list