~canonical-hwe-team/hwe-next/+git/sof:revert-5629-zepbuild-noshell

Last commit made on 2022-08-08
Get this branch:
git clone -b revert-5629-zepbuild-noshell https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Name:
revert-5629-zepbuild-noshell
Repository:
lp:~canonical-hwe-team/hwe-next/+git/sof

Recent commits

aa53eba... by Jakub Dabek <email address hidden>

Revert "xtensa-build-zephyr.py: forbid shell=True"

This reverts commit 93f20d577c022d7efbaf7fbc85530a1b1f74b1f6.

6231528... by Daniel Baluta <email address hidden>

topology: Fix setup control bytes comments

setup config data was removed with commit
5763c74bf408d ("codec_adapter: Remove setup config from module data")
update documentation to reflect this.

Signed-off-by: Daniel Baluta <email address hidden>

cbd17c4... by Marc Herbert <email address hidden>

.github/zephyr.yml: cosmetic matrix re-ordering

No functional change, this is a pure re-ordering of the matrix
parameters to put the shorter ones first which helps see more in narrow
columns like when looking as build logs on github.

Signed-off-by: Marc Herbert <email address hidden>

473ec05... by Marc Herbert <email address hidden>

xtensa-build-zephyr.py: abort immediately on `west build` failure

Stop immediately when `west build` fails. Do no keep going and show a
totally unrelated smex build failure.

Also fix error message when zephyr/ is missing.

Signed-off-by: Marc Herbert <email address hidden>

b29242a... by Marc Herbert <email address hidden>

xtensa-build-zephyr.py: -p ristine deletes STAGING_DIR

Make the new -p pristine build option also delete the staging_dir. This
solves a problem where the following sequence was leaving a stale
platform1 build in staging:

xtensa-build-zephyr.py -p platform1
   < code >
xtensa-build-zephyr.py -p platform2

Signed-off-by: Marc Herbert <email address hidden>

5fb1d45... by Kai Vehmanen

west: update to newer Zephyr baseline

Update zephyr to commit 8e55e59c5917 ('arch: introduce config DCLS').

Fixes build errors due to missing core-isa.h with tgl Intel target with
gcc build chain.

Signed-off-by: Kai Vehmanen <email address hidden>

a8918f2... by Daniel Baluta <email address hidden>

imx: clk: Fix zephyr header include

After Zephyr commit:

855216f582d2 ("kconfig: default to LEGACY_INCLUDE_PATH=n")

we get a compile time error because legacy include paths are not
supported by default.

Fix this by adding 'zephyr/' prefix in proper places.

Signed-off-by: Daniel Baluta <email address hidden>

190cfd7... by Pierre-Louis Bossart <email address hidden>

topology1: add SSP1 for all ES8336, SSP5 for APL/GLK

We apparently missed quite a few platforms with SSP1, and SSP5 is also
needed for APL/GLK.

One day we'll have a better way to add topologies, but so far it's
brute-force combinatorial addition. Oh well.

Signed-off-by: Pierre-Louis Bossart <email address hidden>

9d37a33... by Pierre-Louis Bossart <email address hidden>

Revert "TGL: enable CONFIG_INCOHERENT correctly"

This reverts commit e4a53594403d40926b349423045b0f13c252b220.

we need to bring the daily tests back to normal, reverting until the
issue is fixed.

Nothing personal or agenda-based, it's just standard CI practice to
revert what broke the mainline - even more important to do so before
the week-end stress tests.

BugLink: https://github.com/thesofproject/sof/issues/6075
Signed-off-by: Pierre-Louis Bossart <email address hidden>

db655bd... by Andrula Song <email address hidden>

Audio: Pcm_converter: add hifi3 version new functions

Use hifi3 instructions implement new format conversion functions
of pcm_func_vc_map except pcm_convert_s24_c32_to_s24_c24_link_gtw.
since there are still some bugs in it and it's for windows only.
Will implement this function after those bugs fixed and verified
as the original assumption of author.

Signed-off-by: Andrula Song <email address hidden>