zephyr/soc/xtensa/intel_apl_adsp
Torsten Rasmussen 13153678cb xtensa: SOC_DIR usage cleanup.
This commit is a cleanup of the SOC_DIR usage.
This cleanup is a preparation for supporting a list of SOC_ROOT instead
of just allowing one SOC_ROOT.

Supporting a list of SOC_ROOTs allows for placing of SOC in Zephyr
modules. It also aligns how BOARD_ROOT supports a list, and thus usage
of n_ROOT in Zephyr becomes more consistent.

This commit introduces the following changes:
- soc/xtensa/intel_apl_adsp/bootloader.cmake removed.
  This file is not included elsewhere in the build system, and appears
  to be leftover from #25133. Almost identical content is found in
  `soc/xtensa/intel_apl_adsp/commonbootloader.cmake`
- Changed xtensa/intel_apl_adsp to named library. Using a named library
  allow fetching library files based on library name without the need to
  know build path (and thus removes the need for knowing `${SOC_DIR}`).
- Changed SOC_DIR/ARCH/SOC_FAMILY to use CMAKE_CURRENT_LIST_DIR for
  configure time commands, as CMake code is already located inside this
  path.
- Using generator expression for library files from other CMake targets.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2020-08-05 08:06:07 -04:00
..
common xtensa: SOC_DIR usage cleanup. 2020-08-05 08:06:07 -04:00
include soc: intel_apl_adsp: add multi-processing support 2020-03-25 19:07:28 -04:00
CMakeLists.txt xtensa: SOC_DIR usage cleanup. 2020-08-05 08:06:07 -04: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
adsp.c
linker.ld soc: xtensa: rework DT_L2_SRAM and DT_L2_SRAM 2020-04-25 09:32:00 -05:00
main_entry.S
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