~canonical-hwe-team/hwe-next/+git/sof:stable-v1.6

Last commit made on 2020-11-21
Get this branch:
git clone -b stable-v1.6 https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Name:
stable-v1.6
Repository:
lp:~canonical-hwe-team/hwe-next/+git/sof

Recent commits

536800a... by Guennadi Liakhovetski <email address hidden>

zephyr: remove infinite recursion on Broadwell

Broadwell support with Zephyr had only been dry-coded, it has never
been tested, and it contains an infinite recursion bug: functions
platform_timer_get() and arch_timer_get_system() call each other
infinitely. Break the recursion formally, until a proper fix is
available.

Signed-off-by: Guennadi Liakhovetski <email address hidden>

dc343f1... by Curtis Malainey <email address hidden>

kpb: fix logging cast issue

We cannot assume the build will always be 32bits, therefore when casting
an int to a ptr use uintptr_t

Signed-off-by: Curtis Malainey <email address hidden>

352ea9e... by Curtis Malainey <email address hidden>

pcm_converter: fix type mismatch

the extern and the actual variable should have the same types

Signed-off-by: Curtis Malainey <email address hidden>

13d622b... by Bartosz Kokoszko <email address hidden>

apl: power_down: move IPC_HOST_BASE literal into register

Before switching off memory, IPC_HOST_BASE literal value should
be moved to register, in order to avoid accessing to disabled
memory.

Signed-off-by: Bartosz Kokoszko <email address hidden>

b97de60... by Bartosz Kokoszko <email address hidden>

cavs: power_down: move IPC_HOST_BASE literal into register

Before switching off memory, IPC_HOST_BASE literal value should
be moved to register, in order to avoid accessing to disabled
memory.

Signed-off-by: Bartosz Kokoszko <email address hidden>

9e55358... by Curtis Malainey <email address hidden>

dcblock: fix reset handler

Reset state when reset trigger happens and use memset to do it

Signed-off-by: Curtis Malainey <email address hidden>

2ddf6e3... by Karol Trzcinski <email address hidden>

logger: Check for unused arguments

There is no place for unused arguments, their are consequence of invalid
argument list as usual.
Such an situation is highly possible especially during defining trace
filters, eg `-Fv=mux 4.1` instead `-F"v=mux 4.1"` or `-Fv=mux4.1`.

Signed-off-by: Karol Trzcinski <email address hidden>

79ed831... by Pan Xiuli <email address hidden>

logger: change the usage string for filter

Change the misleading usage info for filter.
Add format as tips for filter string.

Signed-off-by: Pan Xiuli <email address hidden>

34619a3... by Pan Xiuli <email address hidden>

logger: fix opt for filter parameter

The -F filter option has argument, we should use
F: instead of F in the optstring.

Fixes: #3530

Signed-off-by: Pan Xiuli <email address hidden>

d946a7f... by Karol Trzcinski <email address hidden>

logger: Fix log_err usage at early stages of sof-logger run

This function could fail when called before convert()

Signed-off-by: Karol Trzcinski <email address hidden>