How to easily run a SCMI server in various Execution Environments
Under construction
Running SCMI server with OP-TEE
...
When booting with SCMI server, we use a dedicated DT instead of the one that is built on the fly by Qemu in order to provide a scmi node. The dts file is available in the build/qemu_v8 directory if someone needs to change it and is based on the dtb generated by Qemu.By default log are enabled
The configuration of the scmi server is located in the directory : <project-dir>/SCP-firmware/product/optee-fvp/fw/
. The following scmi protocols have been enable with mock devices:
clock protocol
performance domain protocol with one domain connected to cpufreq
power domain protocol
sensor protocol
The logs are enabled by default so you should see SCMI requests in the secure world console.
Running SCMI server in Secure partition
...