]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
drivers: introduce Meson Secure Monitor driver
authorAlexey Romanov <avromanov@salutedevices.com>
Thu, 21 Sep 2023 08:13:39 +0000 (11:13 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Sun, 15 Oct 2023 10:23:48 +0000 (12:23 +0200)
commitef2eb106eebfc792f6d09d11dfed5c23c3991691
treed0425cb3b4fd5d544599018f73e6f3116617bfda
parent9a04e36170c03eaa8b50190bda4ec37dbf0b7745
drivers: introduce Meson Secure Monitor driver

This patch adds an implementation of the Meson Secure Monitor
driver based on UCLASS_SM.

Signed-off-by: Alexey Romanov <avromanov@salutedevices.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Link: https://lore.kernel.org/r/20230921081346.22157-7-avromanov@salutedevices.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
MAINTAINERS
drivers/sm/Kconfig
drivers/sm/Makefile
drivers/sm/meson-sm.c [new file with mode: 0644]
include/meson/sm.h [new file with mode: 0644]