Commit Graph

9 Commits

Author SHA1 Message Date
Marc Herbert e330fb4ec7 Delete old rimage submodule and old rimage west module
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2023-10-09 13:08:07 -07:00
Marc Herbert 4fe87bebbe Merge full rimage.git history back into tools/rimage/ subdir of sof.git
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>
2023-10-09 13:04:16 -07:00
Marc Herbert b5f3ed9fa5 rimage: move everything down to subdir tools/rimage/, prepare move to sof
Preparation to move everything back into the
https://github.com/thesofproject/sof/ repo, see
https://github.com/thesofproject/sof/issues/8178 for details.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2023-10-05 10:18:11 -07:00
Marc Herbert 3f24c05ab2 .gitmodules: add comments about relative URL. No change.
Answering a question from @ceolin and others before him.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2023-05-08 12:19:17 +03:00
Marc Herbert 250ab3875c .gitmodules: remove .git suffix from rimage.git
This makes it possible to clone locally and recursively.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-09-30 15:56:44 +01:00
Marc Herbert 9d78c35de9 .gitmodules: use a relative path
Un-hardcoding makes mirroring possible.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-04-01 13:03:01 +01:00
Marc Herbert 3e442f5f31 .gitmodules: use default branch
No need to hardcode to "master" or anything else, submodules
don't even use branches anyway

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-04-01 13:03:01 +01:00
Karol Trzcinski 29ed0da494 toml: Add TOML parsing library as git submodule
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>
2020-09-16 15:15:14 +01:00
Daniel Leung c00d39c71b Add rimage as a git submodule
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>
2020-05-13 10:16:04 +01:00