]> git.dujemihanovic.xyz Git - u-boot.git/commit
arch: meson: use secure monitor driver
authorAlexey Romanov <avromanov@salutedevices.com>
Thu, 21 Sep 2023 08:13:41 +0000 (11:13 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Sun, 15 Oct 2023 10:23:48 +0000 (12:23 +0200)
commit7cd53e0d5203f8e25bb69d2e675769888fcbc754
tree25f8ff153e32cfb8108e079c73961dfdc7b01e07
parent67c03a94746dd3af56760703159d96186b224ff7
arch: meson: use secure monitor driver

Now we have to use UCLASS_SM driver instead of
raw smc_call() function call.

Signed-off-by: Alexey Romanov <avromanov@salutedevices.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Link: https://lore.kernel.org/r/20230921081346.22157-9-avromanov@salutedevices.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm/mach-meson/Kconfig
arch/arm/mach-meson/sm.c