]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: dm: add SCMI base protocol test
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 11 Oct 2023 10:07:06 +0000 (19:07 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 13 Oct 2023 20:59:24 +0000 (16:59 -0400)
commit93ecae9eeaa70ed3f10b43efd2d942ab7409869f
treeb78f4d6b51635f17169f7958035fc2ab03b48107
parent8c5def59e8059d304ff049f546a1dcb77644fe87
test: dm: add SCMI base protocol test

Added is a new unit test for SCMI base protocol, which will exercise all
the commands provided by the protocol, except SCMI_BASE_NOTIFY_ERRORS.
  $ ut dm scmi_base
It is assumed that test.dtb is used as sandbox's device tree.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/scmi.c