|
59 | 59 | - xtensa-mtk_mt8195_adsp_zephyr-elf
|
60 | 60 | - xtensa-nxp_imx_adsp_zephyr-elf
|
61 | 61 | - xtensa-nxp_imx8m_adsp_zephyr-elf
|
| 62 | + - xtensa-nxp_imx8ulp_adsp_zephyr-elf |
62 | 63 | - xtensa-nxp_rt500_adsp_zephyr-elf
|
63 | 64 | - xtensa-sample_controller_zephyr-elf
|
64 | 65 | debug:
|
@@ -170,6 +171,7 @@ jobs:
|
170 | 171 | xtensa-mtk_mt8195_adsp_zephyr-elf) build_target_xtensa_mtk_mt8195_adsp_zephyr_elf="y";;
|
171 | 172 | xtensa-nxp_imx_adsp_zephyr-elf) build_target_xtensa_nxp_imx_adsp_zephyr_elf="y";;
|
172 | 173 | xtensa-nxp_imx8m_adsp_zephyr-elf) build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y";;
|
| 174 | + xtensa-nxp_imx8ulp_adsp_zephyr-elf) build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf="y";; |
173 | 175 | xtensa-nxp_rt500_adsp_zephyr-elf) build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y";;
|
174 | 176 | xtensa-sample_controller_zephyr-elf) build_target_xtensa_sample_controller_zephyr_elf="y";;
|
175 | 177 | esac
|
@@ -209,6 +211,7 @@ jobs:
|
209 | 211 | build_target_xtensa_mtk_mt8195_adsp_zephyr_elf="y"
|
210 | 212 | build_target_xtensa_nxp_imx_adsp_zephyr_elf="y"
|
211 | 213 | build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y"
|
| 214 | + build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf="y" |
212 | 215 | build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y"
|
213 | 216 | build_target_xtensa_sample_controller_zephyr_elf="y"
|
214 | 217 | fi
|
@@ -288,6 +291,7 @@ jobs:
|
288 | 291 | [ "${build_target_xtensa_mtk_mt8195_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-mtk_mt8195_adsp_zephyr-elf",'
|
289 | 292 | [ "${build_target_xtensa_nxp_imx_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx_adsp_zephyr-elf",'
|
290 | 293 | [ "${build_target_xtensa_nxp_imx8m_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8m_adsp_zephyr-elf",'
|
| 294 | + [ "${build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8ulp_adsp_zephyr-elf",' |
291 | 295 | [ "${build_target_xtensa_nxp_rt500_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt500_adsp_zephyr-elf",'
|
292 | 296 | [ "${build_target_xtensa_sample_controller_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-sample_controller_zephyr-elf",'
|
293 | 297 | MATRIX_TARGETS+=']'
|
@@ -1552,6 +1556,9 @@ jobs:
|
1552 | 1556 | xtensa-nxp_imx8m_adsp_zephyr-elf)
|
1553 | 1557 | PLATFORM_ARGS+="-p nxp_adsp_imx8m "
|
1554 | 1558 | ;;
|
| 1559 | + xtensa-nxp_imx8ulp_adsp_zephyr-elf) |
| 1560 | + PLATFORM_ARGS+="-p nxp_adsp_imx8ulp " |
| 1561 | + ;; |
1555 | 1562 | xtensa-sample_controller_zephyr-elf)
|
1556 | 1563 | PLATFORM_ARGS+="-p qemu_xtensa "
|
1557 | 1564 | ;;
|
|
0 commit comments