Skip to content

module/scmi_telemetry: Introduce new SCMI Telemetry module

Girish Pathak requested to merge gp/telemetry_v2 into main

Add a new SCMI Telemetry module to support telemetry management via the i SCMI protocol. This includes handling telemetry data events, shared memory interfaces, and configuration mechanisms as per the SCMI specification.

Note: This is not a complete implementation on of the SCMI telemetry protocol as specified by the SCMI specification but the introduced module should provide basic implementation that will in future allow additional features.

The complete SCMI protocol implementation will have three modules

  1. module/scmi_telemetry, which implements SCMI telemetry protocol
  2. module/telemetry, The core logic of telemetry protocol
  3. Example telemetry source driver, This will demonsrate actual telemetry data sharing with the agent

As next steps, future commits will provide implementation of above along with example configuration and unit tests.

Change-Id: I0dd1cff483fe2da388fbb5bde8269c411d018786 Signed-off-by: Girish Pathak girish.pathak@arm.com

Merge request reports

Loading