mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-19 13:01:35 +02:00
Add Logical Machine Management(LMM) protocol which is intended for boot, shutdown, and reset of other logical machines (LM). It is usually used to allow one LM to manager another used as an offload or accelerator engine. Following Linux Kernel, created a separate folder for holding vendor protocol drivers. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Alice Guo <alice.guo@nxp.com>
10 lines
345 B
Makefile
10 lines
345 B
Makefile
obj-y += scmi_agent-uclass.o
|
|
obj-y += base.o
|
|
obj-y += smt.o
|
|
obj-$(CONFIG_SCMI_AGENT_SMCCC) += smccc_agent.o
|
|
obj-$(CONFIG_SCMI_AGENT_MAILBOX) += mailbox_agent.o
|
|
obj-$(CONFIG_SCMI_AGENT_OPTEE) += optee_agent.o
|
|
obj-$(CONFIG_SCMI_POWER_DOMAIN) += pwdom.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox-scmi_agent.o sandbox-scmi_devices.o
|
|
obj-y += vendors/imx/
|