commit | 4b9839a9b11d03c4b60993626249ebbcc0137f30 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Oct 11 19:07:02 2023 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 13 16:59:23 2023 -0400 |
tree | 62672ef8219b17cf8422853b43b04507f711b37e | |
parent | 3413c31d03b9248e7e2307239137e6923ddbd61d [diff] |
firmware: scmi: fake base protocol commands on sandbox This is a simple implementation of SCMI base protocol for sandbox. The main use is in SCMI unit test. 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>