~canonical-hwe-team/hwe-next/+git/sof:cml-0045-drop-stable

Last commit made on 2019-06-18
Get this branch:
git clone -b cml-0045-drop-stable https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Name:
cml-0045-drop-stable
Repository:
lp:~canonical-hwe-team/hwe-next/+git/sof

Recent commits

afbb2a6... by Marcin Rajwa <email address hidden>

memcpy: fix bug in memcpy_s for cmocka

memcpy_s has wrong check condition for
overlapping sections. The copy from adjacent memory
bloks will result in dsp panic while it should be
allowed. This patch fixes the issue for cmocka
tests.

Signed-off-by: Marcin Rajwa <email address hidden>

c357561... by Marcin Rajwa <email address hidden>

memcpy: fix bug in arch_memcpy_s for xtensa arch

arch_memcpy_s has wrong check condition for
overlapping sections. The copy from adjacent memory
bloks will result in dsp panic while it should be
allowed. This patch fixes the issue for xtensa
architecture.

Signed-off-by: Marcin Rajwa <email address hidden>

25c50fd... by Marcin Rajwa <email address hidden>

memcpy: fix bug in arch_memcpy_s for host arch

arch_memcpy_s has wrong check condition for
overlapping sections. The copy from adjacent memory
bloks will result in dsp panic while it should be
allowed. This patch fixes the issue for host
architecture.

Signed-off-by: Marcin Rajwa <email address hidden>

e9b8c94... by Marcin Rajwa <email address hidden>

kpb: fix wrong trace message

Correct trace message in kpb_clear_history_buffer().

Signed-off-by: Marcin Rajwa <email address hidden>

f8aa67e... by Adrian Bonislawski <email address hidden>

memory: reorder heap defines to match order from SUE memory layout

This will make easier to analyse heaps in memory.h

Signed-off-by: Adrian Bonislawski <email address hidden>

c8e957c... by Adrian Bonislawski <email address hidden>

memory: reorder heap defines to match order from CNL memory layout

This will make easier to analyse heaps in memory.h

Signed-off-by: Adrian Bonislawski <email address hidden>

a71aed4... by Adrian Bonislawski <email address hidden>

memory: reorder heap defines to match order from ICL memory layout

This will make easier to analyse heaps in memory.h

Signed-off-by: Adrian Bonislawski <email address hidden>

93c592c... by Adrian Bonislawski <email address hidden>

memory: reorder heap defines to match order from APL memory layout

This will make easier to analyse heaps in memory.h

Signed-off-by: Adrian Bonislawski <email address hidden>

936ad1a... by Adrian Bonislawski <email address hidden>

memory: remove unnecessary HEAP BASE define for ICL

This define is not used anymore

Signed-off-by: Adrian Bonislawski <email address hidden>

781f003... by Adrian Bonislawski <email address hidden>

memory: remove unnecessary HEAP BASE defines for APL

This defines are not used anymore

Signed-off-by: Adrian Bonislawski <email address hidden>