Skip to content
Commit 45b05f63 authored by Valentin Caron's avatar Valentin Caron
Browse files

arch: optee: add scmi_configure() prototype



This function is called by OP-TEE before arch_main_init() to configure
dynamically SCP-Fw resources.

OP-TEE parse "scmi" device-tree node to fill the scpfw_config structure
with SCMI resources before calling scmi_configure(). In "scmi" node,
all SCMI resources are described, sorted by protocol, and for each agent.

scpfw_config structure is defined in OP-TEE:
core/lib/scmi-server/include/scmi_agent_configuration.h

Signed-off-by: default avatarValentin Caron <valentin.caron@foss.st.com>
parent c8b756db
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment