-
c35b887...
by
Curtis Malainey <email address hidden>
on 2020-11-13
-
kpb: fix logic bug
Storing the address of a know existing address space will always result
to be true. Therefore this variable is actually doing nothing. Remove
reference to fix this.
Signed-off-by: Curtis Malainey <email address hidden>
-
6f0829b...
by
Jaska Uimonen <email address hidden>
on 2020-11-13
-
scripts: remove restriction for tgl rimage signing
Currently xtensa-build-all.sh has restriction to use rimage for tgl
signing, because rimage didn't support tgl. As rimage now has support
for tgl signing let's remove this limitation.
Signed-off-by: Jaska Uimonen <email address hidden>
-
926fe34...
by
Guennadi Liakhovetski <email address hidden>
on 2020-11-03
-
compile: fix 64-bit compilation warnings
The compiler issues warnings when converting 64-bit pointers to 32-bit
integers. Use uintptr_t instead.
Signed-off-by: Guennadi Liakhovetski <email address hidden>
-
a91219e...
by
Guennadi Liakhovetski <email address hidden>
on 2020-11-03
-
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>
-
375a46d...
by
Guennadi Liakhovetski <email address hidden>
on 2020-11-03
-
zephyr: only build trace support if enabled in the configuration
Files under src/trace should only be built if CONFIG_TRACE is selected
in configuration.
Signed-off-by: Guennadi Liakhovetski <email address hidden>
-
5204a29...
by
Guennadi Liakhovetski <email address hidden>
on 2020-11-03
-
dai: add a missing header
dai.h defines types with fields of type struct list_item so it must
include list.h.
Signed-off-by: Guennadi Liakhovetski <email address hidden>
-
143af6d...
by
Guennadi Liakhovetski <email address hidden>
on 2020-11-03
-
compile: add missing headers
using irq_local_enable() and irq_local_disable() requires including
interrupt.h
Signed-off-by: Guennadi Liakhovetski <email address hidden>
-
7659186...
by
Guennadi Liakhovetski <email address hidden>
on 2020-11-03
-
xtensa: make multi-core configuration options available globally
Number of processing cores is a global parameter, it doesn't have to
reside in an xtensa-specific configuration menu.
Signed-off-by: Guennadi Liakhovetski <email address hidden>
-
2dcb2eb...
by
Fred Oh <email address hidden>
on 2020-11-16
-
topology: cnl-nocodec: update data format in comment
Updated s24le data format in comment to match with actual value.
Signed-off-by: Fred Oh <email address hidden>
-
ceabe95...
by
Fred Oh <email address hidden>
on 2020-11-16
-
topology: icl-nocodec: enable more SSP and DMIC pipelines
Previously sof-icl-nocodec topology only enabled SSP0. To effectively test
more test cases, this enables more playback and capture pipelines with
SSP1, SSP2 and DMIC3.
Signed-off-by: Fred Oh <email address hidden>