commit | a70a897e3165b0f88ef3f851e66b68482a2926ed | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Oct 11 19:06:56 2023 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 13 16:59:23 2023 -0400 |
tree | 454eff8ebd0b0e9f9752424a76a875f7a3e35437 | |
parent | 689204be9744db24fc8031229946f045fae02c07 [diff] |
firmware: scmi: support dummy channels for sandbox agent In sandbox scmi agent, channels are not used at all. But in this patch, dummy channels are supported in order to test protocol-specific channels. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>