Skip to content

Commit de76a4a

Browse files
dcpleungstephanosio
authored andcommitted
xtensa: remove intel_apl_adsp
The intel_adsp_cavs15 has been removed from Zephyr main which is the only board using this toolchain. So remove. Signed-off-by: Daniel Leung <[email protected]>
1 parent 6d5a329 commit de76a4a

File tree

12 files changed

+0
-141607
lines changed

12 files changed

+0
-141607
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ on:
5454
- xtensa-espressif_esp32s2_zephyr-elf
5555
- xtensa-espressif_esp32s3_zephyr-elf
5656
- xtensa-intel_ace15_mtpm_zephyr-elf
57-
- xtensa-intel_apl_adsp_zephyr-elf
5857
- xtensa-intel_s1000_zephyr-elf
5958
- xtensa-nxp_imx_adsp_zephyr-elf
6059
- xtensa-nxp_imx8m_adsp_zephyr-elf
@@ -163,7 +162,6 @@ jobs:
163162
xtensa-espressif_esp32s2_zephyr-elf) build_target_xtensa_espressif_esp32s2_zephyr_elf="y";;
164163
xtensa-espressif_esp32s3_zephyr-elf) build_target_xtensa_espressif_esp32s3_zephyr_elf="y";;
165164
xtensa-intel_ace15_mtpm_zephyr-elf) build_target_xtensa_intel_ace15_mtpm_zephyr_elf="y";;
166-
xtensa-intel_apl_adsp_zephyr-elf) build_target_xtensa_intel_apl_adsp_zephyr_elf="y";;
167165
xtensa-intel_s1000_zephyr-elf) build_target_xtensa_intel_s1000_zephyr_elf="y";;
168166
xtensa-nxp_imx_adsp_zephyr-elf) build_target_xtensa_nxp_imx_adsp_zephyr_elf="y";;
169167
xtensa-nxp_imx8m_adsp_zephyr-elf) build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y";;
@@ -200,7 +198,6 @@ jobs:
200198
build_target_xtensa_espressif_esp32s2_zephyr_elf="y"
201199
build_target_xtensa_espressif_esp32s3_zephyr_elf="y"
202200
build_target_xtensa_intel_ace15_mtpm_zephyr_elf="y"
203-
build_target_xtensa_intel_apl_adsp_zephyr_elf="y"
204201
build_target_xtensa_intel_s1000_zephyr_elf="y"
205202
build_target_xtensa_nxp_imx_adsp_zephyr_elf="y"
206203
build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y"
@@ -277,7 +274,6 @@ jobs:
277274
[ "${build_target_xtensa_espressif_esp32s2_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s2_zephyr-elf",'
278275
[ "${build_target_xtensa_espressif_esp32s3_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s3_zephyr-elf",'
279276
[ "${build_target_xtensa_intel_ace15_mtpm_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-intel_ace15_mtpm_zephyr-elf",'
280-
[ "${build_target_xtensa_intel_apl_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-intel_apl_adsp_zephyr-elf",'
281277
[ "${build_target_xtensa_intel_s1000_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-intel_s1000_zephyr-elf",'
282278
[ "${build_target_xtensa_nxp_imx_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx_adsp_zephyr-elf",'
283279
[ "${build_target_xtensa_nxp_imx8m_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8m_adsp_zephyr-elf",'
@@ -1532,12 +1528,6 @@ jobs:
15321528
xtensa-intel_ace15_mtpm_zephyr-elf)
15331529
PLATFORM_ARGS+="-p intel_adsp_ace15_mtpm "
15341530
;;
1535-
xtensa-intel_apl_adsp_zephyr-elf)
1536-
# NOTE: The `intel_adsp_cavs15` board was removed from the
1537-
# upstream Zephyr and there currently is no upstream
1538-
# board that uses this toolchain.
1539-
# PLATFORM_ARGS+="-p intel_adsp_cavs15 "
1540-
;;
15411531
xtensa-intel_s1000_zephyr-elf)
15421532
# NOTE: The `intel_adsp_cavs18` board was removed from the
15431533
# upstream Zephyr and there currently is no upstream

configs/xtensa-intel_apl_adsp_zephyr-elf.config

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)