~canonical-hwe-team/hwe-next/+git/sof:1.0-stable

Last commit made on 2018-01-11
Get this branch:
git clone -b 1.0-stable https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Name:
1.0-stable
Repository:
lp:~canonical-hwe-team/hwe-next/+git/sof

Recent commits

83fec15... by Liam Girdwood <email address hidden>

build: fix version script to use correct version in tarball build

make sure the tarball build and worktree build uses the correct version.

Signed-off-by: Liam Girdwood <email address hidden>

6bb3783... by Liam Girdwood <email address hidden>

build: fix package name to sof

Signed-off-by: Liam Girdwood <email address hidden>

93d62e5... by Liam Girdwood <email address hidden>

build: version Add micro version to supporting versioning stable releases

Currently SOF is version as x.y. Add a z so that the version is x.y.z and
can represent different stable versions.

Signed-off-by: Liam Girdwood <email address hidden>

b14e852... by Liam Girdwood <email address hidden>

build: fix install and dist build targets.

Make install/dist were missing some headers files and dirs. Add them and
make sure version generation works for building from the dist directory
where there is no git versioning information available.

Signed-off-by: Liam Girdwood <email address hidden>

1a8a653... by Keyon Jie <email address hidden>

dma-trace: add build condition for dma trace

Only compile dma-trace.c when BUILD_DMA_TRACE is true.

Signed-off-by: Keyon Jie <email address hidden>
Acked-by: Yan Wang <email address hidden>

3318a16... by Keyon Jie <email address hidden>

trace: do dma trace when CONFIG_DMA_TRACE is selected

CONFIG_DMA_TRACE is selected by default. But we should
not do dma trace when CONFIG_DMA_TRACE is not selected
(--disable-dma-trace is added to configure command line),
here add this judgement to fix compiling issue for that
dma trace is not selected.

Signed-off-by: Keyon Jie <email address hidden>
Acked-by: Yan Wang <email address hidden>

c14a4e9... by Liam Girdwood <email address hidden>

comp: pause: Make sure dai/host state are preserved during pause/resume

The DAI and host components states must be preserved during pause so that
when normal pipeline positions are used on resume. i.e. pause just looks
like a very long pipeline schedule.

Signed-off-by: Liam Girdwood <email address hidden>

0c9e55b... by Liam Girdwood <email address hidden>

panic: fix panic_dump_stack()

Fix so that dump stack does not overwrite any debug data and does not
read past the end of the stack.

Signed-off-by: Liam Girdwood <email address hidden>

bc73899... by Liam Girdwood <email address hidden>

arch: add API call to get stack current pointer.

Return the current stack pointer.

Signed-off-by: Liam Girdwood <email address hidden>

cb6c5fd... by Liam Girdwood <email address hidden>

platform: Add a platform workQ clock source macro

Add this macro at platform level so it can be used by others.

Signed-off-by: Liam Girdwood <email address hidden>