]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: add tests for UCLASS_SM
authorAlexey Romanov <avromanov@salutedevices.com>
Thu, 21 Sep 2023 08:13:37 +0000 (11:13 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Sun, 15 Oct 2023 10:23:48 +0000 (12:23 +0200)
commitc8e477ede306b5357280d59002ec51b8b44672d7
treeeea2250d81f21101110d0a93c49c9db095b05aee
parentc3be2f18dd4c3fa807f0316cff1cae5f9e0a200f
sandbox: add tests for UCLASS_SM

This patchs adds simple tests for Secure Monitor uclass.

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