soc: xtensa: Add SoC definition for Audio DSP on Intel Apollolake
Create an SoC definition for the Audio DSP on Intel Apollolake Signed-off-by: Daniel Leung <daniel.leung@intel.com> Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
969ca3b60b
commit
31706c874e
18 changed files with 2224 additions and 0 deletions
7
soc/xtensa/intel_apl_adsp/CMakeLists.txt
Normal file
7
soc/xtensa/intel_apl_adsp/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(adsp.c)
|
||||
zephyr_library_sources(soc.c)
|
||||
zephyr_library_sources(main_entry.S)
|
Loading…
Add table
Add a link
Reference in a new issue