firmware: scmi: Add i.MX95 SCMI CPU Protocol
authorPeng Fan <peng.fan@nxp.com>
Fri, 17 Oct 2025 09:32:34 +0000 (17:32 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 24 Oct 2025 19:47:50 +0000 (13:47 -0600)
commitac9b02dd1028d14b6326970c93dfc3c50daa16f1
tree1bffd9388bcc9856cb9451c2034ef18158f356b3
parent3f20ea3675c466ab16761c9b280e6c382bae02c3
firmware: scmi: Add i.MX95 SCMI CPU Protocol

This protocol allows an agent to start, stop a CPU or set reset vector.
It is used to manage auxiliary CPUs in an LM (e.g. additional cores in an
AP cluster).

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Alice Guo <alice.guo@nxp.com>
drivers/firmware/scmi/vendors/imx/Kconfig
drivers/firmware/scmi/vendors/imx/Makefile
drivers/firmware/scmi/vendors/imx/imx-sm-cpu.c [new file with mode: 0644]
include/scmi_nxp_protocols.h