thesofproject / rimage

DSP firmware image creation and signing tool
Other
7 stars 62 forks source link

[RFC] rimage: Add support for multiple toml file #179

Closed aiChaoSONG closed 1 year ago

aiChaoSONG commented 1 year ago

add support for multiple toml file for rimage, prepare for split toml file to platform related toml and algorithm related toml.

The previous RFC #176 won't work for windows system, because it uses a linux specific function, This RFC should work both for windows and linux.

aiChaoSONG commented 1 year ago

replacement: https://github.com/thesofproject/sof/pull/8243