commit | fcc97a24b07b36a14719a121ce33062294bb21e4 | [log] [tgz] |
---|---|---|
author | Kai Vehmanen <kai.vehmanen@linux.intel.com> | Wed Mar 16 19:59:36 2022 +0200 |
committer | Kai Vehmanen <kai.vehmanen@linux.intel.com> | Wed Mar 16 20:05:03 2022 +0200 |
tree | 99b4583d97a7b215541cf7fddbdcdfa8733f0c50 | |
parent | 51e7c618014176fb2c47555704f41706c4113fdc [diff] |
platform: disable system agent on Zephyr builds The system agent is not required with SOF Zephyr builds as the Zephyr ll scheduler implementation can track DSP load and print periodic status of the load and any observed overruns in scheduling. Disabling agent is beneficial as agent can create a lot of DMA traffic when DMA trace is enabled. This happens if there is jitter in agent execution, with delta slightly over the warning threshold. This can itself worsen the scheduling variation and lead to actual problems. BugLink: https://github.com/thesofproject/sof/issues/5556 Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
See docs
See unit testing documentation
TODO: Add additional notes about how to deploy this on a live system
See Contributing to the Project
This project is licensed under the BSD Clause 3 - see the LICENCE file for details