-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'sof/main' into zephyr
- Loading branch information
Showing
840 changed files
with
53,247 additions
and
26,088 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
[submodule "rimage"] | ||
path = rimage | ||
# This is a _relative_ submodule URL. In some use cases it's better than | ||
# an _absolute_ submodule URL, in other cases it's not. One size does | ||
# unfortunately not fit all. | ||
# | ||
# Among other pages, http://blog.tremily.us/posts/Relative_submodules/ | ||
# has a good comparison | ||
# | ||
# If you use Zephyr you must also look at the comments in sof/west.yml. | ||
# | ||
# If you want to fork or mirror sof.git _without_ doing the same for | ||
# rimage.git then your automation may want you to change and git commit | ||
# an absolute URL in your branch. No need to git commit for interactive | ||
# use; a local and temporary edit of this file is enough for interactive | ||
# use because .gitmodules is used only once to --init[ialize] | ||
# .git/config the first time. Then .gitmodules is never used again after | ||
# cloning. | ||
url = ../rimage | ||
# This is required for non-Zephyr ("XTOS") configurations. Zephyr | ||
# configs also get it from sof/west.yml which adds the burden of keeping | ||
# both tomlc99 SHA1s synchronized but in practice this barely ever moves. | ||
[submodule "tomlc99"] | ||
path = tools/rimage/tomlc99 | ||
# This is a _absolute_ submodule URL. In some use cases it's | ||
# better than an _relative_ submodule URL, in other cases it's | ||
# not. One size does unfortunately not fit all. Among other | ||
# pages, http://blog.tremily.us/posts/Relative_submodules/ has a | ||
# good comparison. | ||
# | ||
# A local and temporary edit of this url can be enough because | ||
# .gitmodules is used _only once_ to submodule --init[ialize] | ||
# .git/config the first time. Then .gitmodules is never used | ||
# again after cloning tomlc99 the first time. | ||
url = https://github.com/thesofproject/tomlc99.git | ||
branch = master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in the repo. | ||
* @lgirdwood @plbossart @mmaka1 @lbetlej @dbaluta | ||
* @lgirdwood @plbossart @mmaka1 @lbetlej @dbaluta @kv2019i | ||
|
||
# Order is important. The last matching pattern has the most precedence. | ||
# File patterns work mostly like .gitignore. Try to keep this file | ||
|
@@ -13,7 +13,7 @@ | |
src/include/sof/drivers/dmic.h @singalsu | ||
src/include/ipc/** @thesofproject/steering-committee | ||
src/include/ipc/** @randerwang @marcinszkudlinski @pblaszko | ||
src/include/ipc4/** @randerwang @marcinszkudlinski @pblaszko @aborisovich | ||
src/include/ipc4/** @randerwang @marcinszkudlinski @pblaszko | ||
src/include/kernel/** @thesofproject/steering-committee | ||
src/include/user/** @thesofproject/steering-committee | ||
src/include/sof/debug/gdb/* @abonislawski | ||
|
@@ -62,7 +62,7 @@ src/drivers/mediatek/mt8195/* @yaochunhung @kuanhsuncheng | |
|
||
# other libs | ||
src/math/* @singalsu | ||
src/ipc/* @bardliao @marcinszkudlinski @pblaszko @aborisovich | ||
src/ipc/* @bardliao @marcinszkudlinski @pblaszko | ||
src/lib/* @libinyang | ||
src/debug/gdb/* @abonislawski | ||
src/schedule @pblaszko @marcinszkudlinski @dbaluta @LaurentiuM1234 | ||
|
@@ -72,7 +72,7 @@ samples/audio/detect_test.c @iganakov | |
|
||
# other helpers | ||
# Many files overridden by *.(ba)sh pattern below | ||
scripts/* @marc-hb @aborisovich | ||
scripts/* @marc-hb | ||
|
||
# tools(old 'soft' repo) | ||
tools/logger/* @bkokoszx @akloniex | ||
|
@@ -99,21 +99,21 @@ installer/** @marc-hb | |
|
||
# Include only "top-level" CMakeLists.txt files; the other ones are just | ||
# dumb list of source files and generate too much noise. | ||
/CMakeLists.txt @marc-hb @aborisovich | ||
/*/CMakeLists.txt @marc-hb @aborisovich | ||
/test/cmocka/CMakeLists.txt @marc-hb @aborisovich | ||
/CMakeLists.txt @marc-hb | ||
/*/CMakeLists.txt @marc-hb | ||
/test/cmocka/CMakeLists.txt @marc-hb | ||
|
||
# There's a small enough number of files in tools/ and little | ||
# churn: keep it simple and take them all. | ||
# FIXME: some topology CMakeLists.txt files are configuration files | ||
# in disguise. Move them to actual configuration files. | ||
/tools/**/CMakeLists.txt @marc-hb @aborisovich | ||
/tools/**/CMakeLists.txt @marc-hb | ||
|
||
*.sh @marc-hb | ||
*.bash @marc-hb | ||
*trace.* @akloniex | ||
|
||
/.github/ @dbaluta @cujomalainey @lgirdwood @marc-hb @aborisovich | ||
/.github/ @dbaluta @cujomalainey @lgirdwood @marc-hb | ||
|
||
# You can also use email addresses if you prefer. | ||
#docs/* [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.