zephyr/soc/xtensa/intel_apl_adsp
Torsten Rasmussen bab3a2562e xtensa: changing $ENV{ZEPHYR_SDK_INSTALL_DIR} to CMake var
ZEPHYR_SDK_INSTALL_DIR will be set as an internal CMake variable when
using the Zephyr SDK.
The Zephyr SDK zephyr/host-tools.cmake will ensure to set the CMake
ZEPHYR_SDK_INSTALL_DIR variable to the environment setting, or the
install directory in case the CMake package was used.

Users not using the environment variable will experience the following
error:
```
Linking C executable zephyr/.../bootloader/bootloader.elf
FAILED: zephyr/.../bootloader/bootloader.elf
<path>/xtensa-zephyr-elf/bin/ld: cannot find -lhal
```

This commit ensures code build correctly both when setting the
environment variable ZEPHYR_SDK_INSTALL_DIR, and when using Zephyr SDK
CMake `find_package(Zephyr-sdk)`

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2020-07-02 11:32:58 -07:00
..
common xtensa: changing $ENV{ZEPHYR_SDK_INSTALL_DIR} to CMake var 2020-07-02 11:32:58 -07:00
include soc: intel_apl_adsp: add multi-processing support 2020-03-25 19:07:28 -04:00
adsp.c soc: intel_apl_adsp: Fix memory corruption 2020-02-06 15:39:23 +02:00
bootloader.cmake soc: intel_adsp: Generalize bootloader 2020-05-09 13:07:33 +02:00
CMakeLists.txt soc: intel_adsp: Generalize bootloader 2020-05-09 13:07:33 +02:00
Kconfig.defconfig soc: intel_apl_adsp: add multi-processing support 2020-03-25 19:07:28 -04:00
Kconfig.soc xtensa: enable XTENSA_HAL at SoC level 2020-04-08 13:10:35 -07:00
linker.ld soc: xtensa: rework DT_L2_SRAM and DT_L2_SRAM 2020-04-25 09:32:00 -05:00
main_entry.S soc: xtensa: Add SoC definition for Audio DSP on Intel Apollolake 2020-02-05 10:43:25 -05:00
memory.h soc: xtensa: rework DT_L2_SRAM and DT_L2_SRAM 2020-04-25 09:32:00 -05:00
soc.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
soc.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
soc_mp.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00