~canonical-hwe-team/hwe-next/+git/sof:tdm

Last commit made on 2022-10-14
Get this branch:
git clone -b tdm https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Recent commits

c807d68... by Kai Vehmanen

Revert "topology2: nocodec: add volume and mixer support"

This reverts commit 5594ad3512830feaa478677718036ffabf51a454.

f07f5ed... by Kai Vehmanen

Revert "topology2: fix multi-stream test issue in ci"

This reverts commit 321bfde9136ec2b490fffe30b8c503bc88291c9b.

fb07f45... by Kai Vehmanen

ipc4: dai: reduce get_llp_reg_info log verbosity

The "get_llp_reg_info(): gpdma id 32 out of array bounds."
message is hit constantly with current mainline topologies with
no apparent impact to functinality.

The log is printed at a very high rate, which causes CPU and SRAM
traffic pressure that affects test execution.

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

33ea9ea... by Baofeng Tian <email address hidden>

profiling task: modify task profiling with performance counter macro

This patch is used to make sure profiling code only can be run
with performance profiling build, and unify all performance profiling
with same format and usage.

Signed-off-by: Baofeng Tian <email address hidden>

321bfde... by Rander Wang <email address hidden>

topology2: fix multi-stream test issue in ci

Duplicated dai index results to module initialization
faiure in multi-stream test. Dai 2 should be used by
stream nocodec-2.

Signed-off-by: Rander Wang <email address hidden>

8fd351e... by Marc Herbert <email address hidden>

west.yml: add warning to keep git submodules in sync

Trying avoid out-of-sync situations like commit a3b3c525d1e0 ("west:
update to newer rimage baseline").

Also explain why sof cannot be cloned as "sof2"

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

6fc6940... by Marc Herbert <email address hidden>

rimage: update submodule to 542924d70c17, back in sync with west.yml

Fixes commit a3b3c525d1e0 ("west: update to newer rimage baseline")

542924d70c17 config: tgl-h-cavs: add probe module
5b076f17384c config: tgl-cavs: add probe module
6b4848e25d8a mtl: Add UPDWMIX module to the manifest
d50aefcb6375 manifest max size for loadable modules
d94cfc9cc6dc mtl: add MicSel support
5504179137c5 Add lib_code module type.
12bb32712266 toml: add tgl-h config file for IPC4
452847ddc04e mtl: Add SRC module to the manifest

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

5702939... by Kai Vehmanen

west.yml: upgrade Zephyr to ed661a6c6909

Upgrade Zephyr from 0956647aaf6bd2b1e840adcc86db503f274d84a9 to
ed661a6c6909b338035b026cfc101ddda65ab8eb (1020 commits, including
441 since v3.2.0 tag).

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

82d8dc9... by Anas

app: remove explicit CONFIG_DW_ICTL_ACE_V1X

This config was renamed is automatically selected for this platform, so
no need to include it here.

Signed-off-by: Anas Nashif <email address hidden>

76e8bd0... by Kai Vehmanen

init: print SOF version information at boot also in Zephyr builds

The log print for SOF build and ABI version numbers at boot time, is
only printed in dma_trace_enable(). It is done here to ensure
the log is not emitted until logging infrastructure is in place
and the log print is not lost.

The information is very useful, so similar log should be emitted
also in SOF Zephyr builds, where the Zephyr logging subsystem is
used instead of SOF's own trace infra.

As Zephyr logging subsystem is available early, this code
can now be added directly to primary_core_init(), which is called
from sof_main().

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