Merge full rimage.git history back into tools/rimage/ subdir of
sof.git thanks to:
git merge --allow-unrelated-histories rimage-repo/main
Also list incoming tools/rimage/tomlc99 16000 gitlink in
sof/.gitmodules to avoid breaking all git submodule commands.
This MUST be done as part of this merge commit to avoid
git submodule errors and preserve git bisectability.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
TOML aims to be a minimal configuration file format that's easy to read
due to obvious semantics. TOML is designed to map unambiguously to a hash table.
Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This adds rimage as a git submodule by running:
git submodule add https://github.com/thesofproject/rimage.git rimage
git submodule set-branch --branch master rimage
This also modifies the build script to build the tool.
Signed-off-by: Daniel Leung <daniel.leung@intel.com>