|
63 | 63 | - xtensa-mtk_mt8195_adsp_zephyr-elf |
64 | 64 | - xtensa-mtk_mt818x_adsp_zephyr-elf |
65 | 65 | - xtensa-mtk_mt8196_adsp_zephyr-elf |
| 66 | + - xtensa-mtk_mt8365_adsp_zephyr-elf |
66 | 67 | - xtensa-nxp_imx_adsp_zephyr-elf |
67 | 68 | - xtensa-nxp_imx8m_adsp_zephyr-elf |
68 | 69 | - xtensa-nxp_imx8ulp_adsp_zephyr-elf |
@@ -183,6 +184,7 @@ jobs: |
183 | 184 | xtensa-mtk_mt8195_adsp_zephyr-elf) build_target_xtensa_mtk_mt8195_adsp_zephyr_elf="y";; |
184 | 185 | xtensa-mtk_mt818x_adsp_zephyr-elf) build_target_xtensa_mtk_mt818x_adsp_zephyr_elf="y";; |
185 | 186 | xtensa-mtk_mt8196_adsp_zephyr-elf) build_target_xtensa_mtk_mt8196_adsp_zephyr_elf="y";; |
| 187 | + xtensa-mtk_mt8365_adsp_zephyr-elf) build_target_xtensa_mtk_mt8365_adsp_zephyr_elf="y";; |
186 | 188 | xtensa-nxp_imx_adsp_zephyr-elf) build_target_xtensa_nxp_imx_adsp_zephyr_elf="y";; |
187 | 189 | xtensa-nxp_imx8m_adsp_zephyr-elf) build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y";; |
188 | 190 | xtensa-nxp_imx8ulp_adsp_zephyr-elf) build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf="y";; |
@@ -231,6 +233,7 @@ jobs: |
231 | 233 | build_target_xtensa_mtk_mt8195_adsp_zephyr_elf="y" |
232 | 234 | build_target_xtensa_mtk_mt818x_adsp_zephyr_elf="y" |
233 | 235 | build_target_xtensa_mtk_mt8196_adsp_zephyr_elf="y" |
| 236 | + build_target_xtensa_mtk_mt8365_adsp_zephyr_elf="y" |
234 | 237 | build_target_xtensa_nxp_imx_adsp_zephyr_elf="y" |
235 | 238 | build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y" |
236 | 239 | build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf="y" |
@@ -319,6 +322,7 @@ jobs: |
319 | 322 | [ "${build_target_xtensa_mtk_mt8195_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-mtk_mt8195_adsp_zephyr-elf",' |
320 | 323 | [ "${build_target_xtensa_mtk_mt818x_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-mtk_mt818x_adsp_zephyr-elf",' |
321 | 324 | [ "${build_target_xtensa_mtk_mt8196_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-mtk_mt8196_adsp_zephyr-elf",' |
| 325 | + [ "${build_target_xtensa_mtk_mt8365_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-mtk_mt8365_adsp_zephyr-elf",' |
322 | 326 | [ "${build_target_xtensa_nxp_imx_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx_adsp_zephyr-elf",' |
323 | 327 | [ "${build_target_xtensa_nxp_imx8m_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8m_adsp_zephyr-elf",' |
324 | 328 | [ "${build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8ulp_adsp_zephyr-elf",' |
@@ -1603,6 +1607,11 @@ jobs: |
1603 | 1607 | # Not merged yet, see Zephyr #81154 |
1604 | 1608 | #PLATFORM_ARGS+="-p mt8196/mt8196/adsp" |
1605 | 1609 | ;; |
| 1610 | + xtensa-mtk_mt8365_adsp_zephyr-elf) |
| 1611 | + # xtensa-mtk_mt8365_adsp_zephyr-elf is untested because no |
| 1612 | + # upstream user platform is currently available. |
| 1613 | + #PLATFORM_ARGS+="-p mt8365/mt8365/adsp" |
| 1614 | + ;; |
1606 | 1615 | xtensa-nxp_imx_adsp_zephyr-elf) |
1607 | 1616 | PLATFORM_ARGS+="-p imx8qm_mek/mimx8qm6/adsp " |
1608 | 1617 | ;; |
|
0 commit comments