~canonical-hwe-team/hwe-next/+git/sof:glk-006-drop-stable

Last commit made on 2019-01-24
Get this branch:
git clone -b glk-006-drop-stable https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

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

Recent commits

ad95dba... by Slawomir Blauciak <email address hidden>

disable smp for apl

Signed-off-by: Slawomir Blauciak <email address hidden>

8051fe3... by Janusz Jankowski <email address hidden>

readme: update for cmake

Signed-off-by: Janusz Jankowski <email address hidden>

4593e60... by Guennadi Liakhovetski <email address hidden>

sue: fix several alignment issues

Fix several indentation violations in memory.h

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

d4004b4... by Guennadi Liakhovetski <email address hidden>

schedule: fix a typo in a comment

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

bc55ff2... by Guennadi Liakhovetski <email address hidden>

interrupt: (cosmetic) move a spin-lock, remove function declarations

Simple variable declarations with no initialisation don't need to
be protected, move them out of a spin-lock. Also remove superfluous
static function declarations.

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

4ff218b... by Guennadi Liakhovetski <email address hidden>

sue: use a symbolic name for a task priority

Use TASK_PRI_MED instead of a hardcoded 0 for the IPC task on Sue
Creek.

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

acad9bb... by Guennadi Liakhovetski <email address hidden>

work: make work_new_queue() static

work_new_queue() is never called outside of work.c, make it static.

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

5f23dac... by Guennadi Liakhovetski <email address hidden>

bootloader: simplify preprocessor conditionals

Use #elif to select between platforms in the bootloader.

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

44aa119... by Guennadi Liakhovetski <email address hidden>

dw-dma: (cosmetic) remove superfluous type-casts

In C casts between "void *" and any other pointers aren't needed.
Remove several occurrances.

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

9aff15f... by Guennadi Liakhovetski <email address hidden>

dw-dma: (cosmetic) eliminate a goto

Instead of jumping out of a loop with a "goto" use break and test
the loop exit reason.

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