commit | 0a54a402e4850ca4a800cc906ddfb4d21bfa97ef | [log] [tgz] |
---|---|---|
author | Valentin Caron <valentin.caron@foss.st.com> | Wed Feb 05 12:04:50 2025 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Mon Jun 02 14:48:31 2025 +0200 |
tree | f9627f22346cf0cbd2838c775823fa2445c9270a | |
parent | c9a214b74d8c39349681c23c5486e510a0599c3c [diff] |
plat: stm32mp2: make the platform ready to compile with SCP-Fw STM32MP2 could use SCP-Fw to handle SCMI messages. By default this is disabled, but it could be enable with these config: CFG_SCMI_SCPFW=y CFG_SCP_FIRMWARE=<path_to_SCP-Fw_srcs> On STM32MP2, OP-TEE use the resources describe in the "scmi" device-tree node to configure SCP-Fw. Signed-off-by: Valentin Caron <valentin.caron@foss.st.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers