mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

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> Message-Id: <20250408-imx-lmm-cpu-v4-4-4c5f4a456e49@nxp.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
6 lines
230 B
Makefile
6 lines
230 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_IMX_SCMI_BBM_EXT) += imx-sm-bbm.o
|
|
obj-$(CONFIG_IMX_SCMI_CPU_EXT) += imx-sm-cpu.o
|
|
obj-$(CONFIG_IMX_SCMI_LMM_EXT) += imx-sm-lmm.o
|
|
obj-$(CONFIG_IMX_SCMI_MISC_EXT) += imx-sm-misc.o
|