Skip to content

Commit 0f841b6

Browse files
dcpleungnashif
authored andcommitted
xtensa: mtk_mt8195_adsp: unify naming to mtk_mt8195_adsp
This unifies various naming of mt8195 to mtk_mt8195_adsp which is of scheme xtensa-<vendor>_<soc name>-elf (except the QEMU cores). This renames the overlay directory, and updating both the config file and github workflows to match. Signed-off-by: Daniel Leung <[email protected]>
1 parent e8701a7 commit 0f841b6

File tree

13 files changed

+6
-6
lines changed

13 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ on:
5656
- xtensa-espressif_esp32s3_zephyr-elf
5757
- xtensa-intel_ace15_mtpm_zephyr-elf
5858
- xtensa-intel_tgl_adsp_zephyr-elf
59-
- xtensa-mt8195_adsp_zephyr-elf
59+
- xtensa-mtk_mt8195_adsp_zephyr-elf
6060
- xtensa-nxp_imx_adsp_zephyr-elf
6161
- xtensa-nxp_imx8m_adsp_zephyr-elf
6262
- xtensa-nxp_rt500_adsp_zephyr-elf
@@ -167,7 +167,7 @@ jobs:
167167
xtensa-espressif_esp32s3_zephyr-elf) build_target_xtensa_espressif_esp32s3_zephyr_elf="y";;
168168
xtensa-intel_ace15_mtpm_zephyr-elf) build_target_xtensa_intel_ace15_mtpm_zephyr_elf="y";;
169169
xtensa-intel_tgl_adsp_zephyr-elf) build_target_xtensa_intel_tgl_adsp_zephyr_elf="y";;
170-
xtensa-mt8195_adsp_zephyr-elf) build_target_xtensa_mt8195_adsp_zephyr_elf="y";;
170+
xtensa-mtk_mt8195_adsp_zephyr-elf) build_target_xtensa_mtk_mt8195_adsp_zephyr_elf="y";;
171171
xtensa-nxp_imx_adsp_zephyr-elf) build_target_xtensa_nxp_imx_adsp_zephyr_elf="y";;
172172
xtensa-nxp_imx8m_adsp_zephyr-elf) build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y";;
173173
xtensa-nxp_rt500_adsp_zephyr-elf) build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y";;
@@ -206,7 +206,7 @@ jobs:
206206
build_target_xtensa_espressif_esp32s3_zephyr_elf="y"
207207
build_target_xtensa_intel_ace15_mtpm_zephyr_elf="y"
208208
build_target_xtensa_intel_tgl_adsp_zephyr_elf="y"
209-
build_target_xtensa_mt8195_adsp_zephyr_elf="y"
209+
build_target_xtensa_mtk_mt8195_adsp_zephyr_elf="y"
210210
build_target_xtensa_nxp_imx_adsp_zephyr_elf="y"
211211
build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y"
212212
build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y"
@@ -285,7 +285,7 @@ jobs:
285285
[ "${build_target_xtensa_espressif_esp32s3_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s3_zephyr-elf",'
286286
[ "${build_target_xtensa_intel_ace15_mtpm_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-intel_ace15_mtpm_zephyr-elf",'
287287
[ "${build_target_xtensa_intel_tgl_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-intel_tgl_adsp_zephyr-elf",'
288-
[ "${build_target_xtensa_mt8195_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-mt8195_adsp_zephyr-elf",'
288+
[ "${build_target_xtensa_mtk_mt8195_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-mtk_mt8195_adsp_zephyr-elf",'
289289
[ "${build_target_xtensa_nxp_imx_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx_adsp_zephyr-elf",'
290290
[ "${build_target_xtensa_nxp_imx8m_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8m_adsp_zephyr-elf",'
291291
[ "${build_target_xtensa_nxp_rt500_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt500_adsp_zephyr-elf",'
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
33
CT_OVERLAY_LOCATION="overlays"
4-
CT_OVERLAY_NAME="mtk_mt8195"
4+
CT_OVERLAY_NAME="mtk_mt8195_adsp"
55
CT_ARCH_XTENSA=y
66
CT_XTENSA_CUSTOM=y
7-
CT_TARGET_VENDOR="mtk_mt8195_zephyr"
7+
CT_TARGET_VENDOR="mtk_mt8195_adsp_zephyr"
88
CT_TARGET_CFLAGS="-ftls-model=local-exec"
99
CT_CC_GCC_CONFIG_TLS=n
1010
CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--enable-xtensa-use-target-regnum --disable-xtensa-remote-g-packet"

0 commit comments

Comments
 (0)