-
Notifications
You must be signed in to change notification settings - Fork 349
Intel: remove XTOS support #7527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,14 +14,11 @@ | |
| # List of /lib/firmware/sof/ images and symbolic links currently | ||
| # released by Intel. | ||
|
|
||
| # See rimage/config/*.toml | ||
| SIGNED_list ?= tgl tgl-h | ||
|
|
||
| # To find aliases, try in a Linux kernel git clone: | ||
| # | ||
| # git grep 'sof-.*\.ri' -- sound/soc/ | ||
|
|
||
| ALIAS_OTHER_KEY_list += adl adl-s rpl rpl-s | ||
| # ALIAS_OTHER_KEY_list += adl adl-s rpl rpl-s | ||
|
|
||
| # Not supported in the main branch anymore, go to stable-v2.3 | ||
| # UNSIGNED_list += bdw byt cht | ||
|
|
@@ -39,11 +36,7 @@ $(info UNSIGNED_list = ${UNSIGNED_list} ) | |
| $(info SIGNED_list = ${SIGNED_list} ) | ||
| $(info ALIAS_list = ${ALIAS_list} ) | ||
|
|
||
| target_of_ehl := tgl | ||
| target_of_adl := tgl | ||
| target_of_adl-s := tgl-h | ||
| target_of_rpl := tgl | ||
| target_of_rpl-s := tgl-h | ||
| target_of_imx := imx8 | ||
|
||
|
|
||
| ifeq (,${TOOLCHAIN}) | ||
| ifeq (,${XTENSA_TOOLS_ROOT}) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,5 @@ | ||
| . | ||
| ├── community | ||
| │ ├── sof-adl-s.ri -> sof-tgl-h.ri | ||
| │ ├── sof-adl.ri -> sof-tgl.ri | ||
| │ ├── sof-rpl-s.ri -> sof-tgl-h.ri | ||
| │ ├── sof-rpl.ri -> sof-tgl.ri | ||
| │ ├── sof-tgl-h.ri | ||
| │ └── sof-tgl.ri | ||
| ├── intel-signed | ||
| ├── sof-adl-s.ldc -> sof-tgl-h.ldc | ||
| ├── sof-adl-s.ri -> intel-signed/sof-adl-s.ri | ||
| ├── sof-adl.ldc -> sof-tgl.ldc | ||
| ├── sof-adl.ri -> intel-signed/sof-adl.ri | ||
| ├── sof-rpl-s.ldc -> sof-tgl-h.ldc | ||
| ├── sof-rpl-s.ri -> intel-signed/sof-rpl-s.ri | ||
| ├── sof-rpl.ldc -> sof-tgl.ldc | ||
| ├── sof-rpl.ri -> intel-signed/sof-rpl.ri | ||
| ├── sof-tgl-h.ldc | ||
| ├── sof-tgl-h.ri -> intel-signed/sof-tgl-h.ri | ||
| ├── sof-tgl.ldc | ||
| └── sof-tgl.ri -> intel-signed/sof-tgl.ri | ||
| ├── sof-imx8.ldc | ||
| └── sof-imx8.ri | ||
|
|
||
| 2 directories, 18 files | ||
| 0 directories, 2 files |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dbaluta, @andyross , is anyone outside Intel looking at IPC4? With or without Zephyr?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bhiregou @bhiregoudar @yaochunhung
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now i.MX8 IPC4 support is a discussion topic. I am not committing to doing it soon, BUT it is in my backlog, I am just lacking some information related to the firmware side of this conversion (for the kernel I have some patches ready, minus exact filenames)
I do expect Zephyr support to be done before the IPC4 migration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this is the information relevant to this line. It means this Github Action will never need to build IPC4+XTOS ever again so this line can be removed as @lyakh currently does.