-
Notifications
You must be signed in to change notification settings - Fork 349
Open
Labels
P3Low-impact bugs or featuresLow-impact bugs or featuresenhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
Static topology is currently hard coded into FW binaries as C code. This is inflexible and does not support reuse of existing tools. We need to be able to stitch in topology data as an array of IPC messages into the FW binary (as an ELF section).
Describe the solution you'd like
- Small cmd line tool that converts native kernel topology binaries into IPC topology.
- Kconfig option to pass in file name of IPC topology in 1) and stitch into FW image.
Additional context
@lyakh @ranj063 and @singalsu have all coded parts of this for test bench, fuzzer etc. Needs to be consolidated and integrated as library code that can be used by fuzzer, test bench, and 1).
Metadata
Metadata
Assignees
Labels
P3Low-impact bugs or featuresLow-impact bugs or featuresenhancementNew feature or requestNew feature or request