-
0115328...
by
Mac Chiang
on 2019-07-23
-
topology: cml: Add topology support for da7219+max98357a variant
add the topology files for Cometlake
with Intel ASoC DMIC 4ch capture, HDMI1/2/3 playback
with analog codec da7219 on SSP0 for headphone playback/headset mic
with digital codec max98357a on SSP1 for speaker playback
Signed-off-by: Mac Chiang <email address hidden>
-
a513ac7...
by
Tomasz Lauda <email address hidden>
on 2019-07-19
-
debug: use IS_ENABLED macro instead of defining new one
Uses IS_ENABLED(CONFIG_GDB_DEBUG) instead of defining
new GDB_DEBUG macro.
Signed-off-by: Tomasz Lauda <email address hidden>
-
bdd0f4f...
by
Tomasz Lauda <email address hidden>
on 2019-07-17
-
arch: xtensa: add missing #include <config.h> to debug-vector.S
Signed-off-by: Tomasz Lauda <email address hidden>
-
3860b90...
by
Tomasz Lauda <email address hidden>
on 2019-07-17
-
config: replace #ifdef with #if for CONFIG_* defines
Signed-off-by: Tomasz Lauda <email address hidden>
-
c4778aa...
by
Tomasz Lauda <email address hidden>
on 2019-07-17
-
ipc: kernel: user: revert usage of __packed macro
Reverts usage of __packed macro in ipc, kernel and user
headers. These headers are not only used by firmware,
so they shouldn't have any dependency on it.
Signed-off-by: Tomasz Lauda <email address hidden>
-
e20dcd9...
by
Tomasz Lauda <email address hidden>
on 2019-07-17
-
spinlock: move DEBUG_LOCKS and DEBUG_LOCKS_VERBOSE to Kconfig
Signed-off-by: Tomasz Lauda <email address hidden>
-
16df30a...
by
Tomasz Lauda <email address hidden>
on 2019-07-17
-
arch: xtensa: remove level 6 irq define from xtos
We don't have any platform with level 6 interrupt support.
Signed-off-by: Tomasz Lauda <email address hidden>
-
7299afe...
by
Tomasz Lauda <email address hidden>
on 2019-07-17
-
arch: xtensa: use CONFIG_BOOT_LOADER instead of platforms
Changes cmake script to use CONFIG_BOOT_LOADER instead
of specific platform configs when choosing whether to
build bootloader.
Signed-off-by: Tomasz Lauda <email address hidden>
-
4b82db8...
by
Tomasz Lauda <email address hidden>
on 2019-07-19
-
memory: remove static assert for HEAP_BUF_ALIGNMENT
Removes static assert for HEAP_BUF_ALIGNMENT, because it
doesn't make sense anymore to keep it. The value of this
define has been changed to PLATFORM_DCACHE_ALIGN, so it
will always be valid.
Signed-off-by: Tomasz Lauda <email address hidden>
-
eff2f46...
by
Tomasz Lauda <email address hidden>
on 2019-07-17
-
memory: make HEAP_BUF_ALIGNMENT macro to use PLATFORM_DCACHE_ALIGN
It adds another abstraction layer, so we don't need to directly use
xtos define.
Signed-off-by: Tomasz Lauda <email address hidden>