commit | 6221bf707a498bfb1c9097edcaefef531f3e88b7 | [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 | 589ec9a543289b6919a7dc59c47d0f3d5b23fadd [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>