
27 Jul
2023
27 Jul
'23
2:53 a.m.
\On Wed, 26 Jul 2023 at 02:39, AKASHI Takahiro takahiro.akashi@linaro.org wrote:
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
v2
- use helper functions, removing direct uses of ops
test/dm/scmi.c | 109 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org