Skip to content

Commit 141dd4f

Browse files
stephanosionashif
authored andcommitted
config: Set SoC-specific vendor name for Xtensa targets
This commit updates the Xtensa target toolchains to include the SoC name in the vendor part of the target triplet. For example, The target triplet for the Xtensa toolchain targeting the "Xtensa Sample Controller SoC" has been changed from `xtensa-zephyr-elf` to `xtensa-sample_controller_zephyr-elf`. Once the Zephyr-specific targets are implemented (see issue #350), these target triples should be renamed to use the proper `arch-soc-os` format (e.g. `xtensa-sample_controller-zephyr`). Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent c701e23 commit 141dd4f

7 files changed

+7
-7
lines changed

configs/xtensa-intel_apl_adsp_zephyr-elf.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CT_XTENSA_CUSTOM=y
88
# CT_ARCH_USE_MMU is not set
99
CT_OVERLAY_NAME="intel_apl_adsp"
1010
CT_OVERLAY_LOCATION="./overlays"
11-
CT_TARGET_VENDOR="zephyr"
11+
CT_TARGET_VENDOR="intel_apl_adsp_zephyr"
1212
CT_BINUTILS_SRC_DEVEL=y
1313
CT_BINUTILS_DEVEL_URL="https://github.com/zephyrproject-rtos/binutils-gdb.git"
1414
CT_BINUTILS_DEVEL_REVISION="c7d30a54fc17c1e9d9b1c39c7623222442c63af8"

configs/xtensa-intel_bdw_adsp_zephyr-elf.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CT_XTENSA_CUSTOM=y
88
# CT_ARCH_USE_MMU is not set
99
CT_OVERLAY_NAME="intel_bdw_adsp"
1010
CT_OVERLAY_LOCATION="./overlays"
11-
CT_TARGET_VENDOR="zephyr"
11+
CT_TARGET_VENDOR="intel_bdw_adsp_zephyr"
1212
CT_BINUTILS_SRC_DEVEL=y
1313
CT_BINUTILS_DEVEL_URL="https://github.com/zephyrproject-rtos/binutils-gdb.git"
1414
CT_BINUTILS_DEVEL_REVISION="c7d30a54fc17c1e9d9b1c39c7623222442c63af8"

configs/xtensa-intel_byt_adsp_zephyr-elf.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CT_XTENSA_CUSTOM=y
88
# CT_ARCH_USE_MMU is not set
99
CT_OVERLAY_NAME="intel_byt_adsp"
1010
CT_OVERLAY_LOCATION="./overlays"
11-
CT_TARGET_VENDOR="zephyr"
11+
CT_TARGET_VENDOR="intel_byt_adsp_zephyr"
1212
CT_BINUTILS_SRC_DEVEL=y
1313
CT_BINUTILS_DEVEL_URL="https://github.com/zephyrproject-rtos/binutils-gdb.git"
1414
CT_BINUTILS_DEVEL_REVISION="c7d30a54fc17c1e9d9b1c39c7623222442c63af8"

configs/xtensa-intel_s1000_zephyr-elf.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CT_ARCH_XTENSA=y
77
CT_XTENSA_CUSTOM=y
88
CT_OVERLAY_NAME="intel_s1000"
99
CT_OVERLAY_LOCATION="./overlays"
10-
CT_TARGET_VENDOR="zephyr"
10+
CT_TARGET_VENDOR="intel_s1000_zephyr"
1111
CT_BINUTILS_SRC_DEVEL=y
1212
CT_BINUTILS_DEVEL_URL="https://github.com/zephyrproject-rtos/binutils-gdb.git"
1313
CT_BINUTILS_DEVEL_REVISION="c7d30a54fc17c1e9d9b1c39c7623222442c63af8"

configs/xtensa-nxp_imx8m_adsp_zephyr-elf.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CT_XTENSA_CUSTOM=y
88
# CT_ARCH_USE_MMU is not set
99
CT_OVERLAY_NAME="nxp_imx8m_adsp"
1010
CT_OVERLAY_LOCATION="./overlays"
11-
CT_TARGET_VENDOR="zephyr"
11+
CT_TARGET_VENDOR="nxp_imx8m_adsp_zephyr"
1212
CT_BINUTILS_SRC_DEVEL=y
1313
CT_BINUTILS_DEVEL_URL="https://github.com/zephyrproject-rtos/binutils-gdb.git"
1414
CT_BINUTILS_DEVEL_REVISION="c7d30a54fc17c1e9d9b1c39c7623222442c63af8"

configs/xtensa-nxp_imx_adsp_zephyr-elf.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CT_XTENSA_CUSTOM=y
88
# CT_ARCH_USE_MMU is not set
99
CT_OVERLAY_NAME="nxp_imx_adsp"
1010
CT_OVERLAY_LOCATION="./overlays"
11-
CT_TARGET_VENDOR="zephyr"
11+
CT_TARGET_VENDOR="nxp_imx_adsp_zephyr"
1212
CT_BINUTILS_SRC_DEVEL=y
1313
CT_BINUTILS_DEVEL_URL="https://github.com/zephyrproject-rtos/binutils-gdb.git"
1414
CT_BINUTILS_DEVEL_REVISION="c7d30a54fc17c1e9d9b1c39c7623222442c63af8"

configs/xtensa-sample_controller_zephyr-elf.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CT_ARCH_XTENSA=y
77
CT_XTENSA_CUSTOM=y
88
CT_OVERLAY_NAME="sample_controller"
99
CT_OVERLAY_LOCATION="./overlays"
10-
CT_TARGET_VENDOR="zephyr"
10+
CT_TARGET_VENDOR="sample_controller_zephyr"
1111
CT_BINUTILS_SRC_DEVEL=y
1212
CT_BINUTILS_DEVEL_URL="https://github.com/zephyrproject-rtos/binutils-gdb.git"
1313
CT_BINUTILS_DEVEL_REVISION="c7d30a54fc17c1e9d9b1c39c7623222442c63af8"

0 commit comments

Comments
 (0)