mirror of https://github.com/thesofproject/sof.git
.github/zephyr.yml: fix IPC3 / IPC4 comments
MTL is IPC4 by default. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
9462baf8d4
commit
cb656fe5cd
|
@ -14,14 +14,17 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
# Using groups to avoid spamming the small results box with too
|
||||||
|
# many lines. Pay attention to COMMAS.
|
||||||
IPC_platforms: [
|
IPC_platforms: [
|
||||||
# IPC3
|
# - IPC3 default
|
||||||
apl cnl,
|
apl cnl,
|
||||||
icl jsl,
|
icl jsl,
|
||||||
tgl tgl-h,
|
tgl tgl-h,
|
||||||
imx8 imx8x imx8m,
|
imx8 imx8x imx8m,
|
||||||
|
# - IPC4 default
|
||||||
mtl,
|
mtl,
|
||||||
# only tgl has IPC4 overlay file now
|
# Very few IPC3 platforms support IPC4 too.
|
||||||
-i IPC4 tgl,
|
-i IPC4 tgl,
|
||||||
]
|
]
|
||||||
zephyr_revision: [
|
zephyr_revision: [
|
||||||
|
|
Loading…
Reference in New Issue