|
52 | 52 | - riscv64-zephyr-elf
|
53 | 53 | - sparc-zephyr-elf
|
54 | 54 | - x86_64-zephyr-elf
|
| 55 | + - xtensa-amd_acp_6_0_adsp_zephyr-elf |
55 | 56 | - xtensa-dc233c_zephyr-elf
|
56 | 57 | - xtensa-espressif_esp32_zephyr-elf
|
57 | 58 | - xtensa-espressif_esp32s2_zephyr-elf
|
@@ -169,6 +170,7 @@ jobs:
|
169 | 170 | riscv64-zephyr-elf) build_target_riscv64_zephyr_elf="y";;
|
170 | 171 | sparc-zephyr-elf) build_target_sparc_zephyr_elf="y";;
|
171 | 172 | x86_64-zephyr-elf) build_target_x86_64_zephyr_elf="y";;
|
| 173 | + xtensa-amd_acp_6_0_adsp_zephyr-elf) build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y";; |
172 | 174 | xtensa-dc233c_zephyr-elf) build_target_xtensa_dc233c_zephyr_elf="y";;
|
173 | 175 | xtensa-espressif_esp32_zephyr-elf) build_target_xtensa_espressif_esp32_zephyr_elf="y";;
|
174 | 176 | xtensa-espressif_esp32s2_zephyr-elf) build_target_xtensa_espressif_esp32s2_zephyr_elf="y";;
|
@@ -214,6 +216,7 @@ jobs:
|
214 | 216 | build_target_riscv64_zephyr_elf="y"
|
215 | 217 | build_target_sparc_zephyr_elf="y"
|
216 | 218 | build_target_x86_64_zephyr_elf="y"
|
| 219 | + build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y" |
217 | 220 | build_target_xtensa_dc233c_zephyr_elf="y"
|
218 | 221 | build_target_xtensa_espressif_esp32_zephyr_elf="y"
|
219 | 222 | build_target_xtensa_espressif_esp32s2_zephyr_elf="y"
|
@@ -299,6 +302,7 @@ jobs:
|
299 | 302 | [ "${build_target_riscv64_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"riscv64-zephyr-elf",'
|
300 | 303 | [ "${build_target_sparc_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"sparc-zephyr-elf",'
|
301 | 304 | [ "${build_target_x86_64_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"x86_64-zephyr-elf",'
|
| 305 | + [ "${build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_6_0_adsp_zephyr-elf",' |
302 | 306 | [ "${build_target_xtensa_dc233c_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-dc233c_zephyr-elf",'
|
303 | 307 | [ "${build_target_xtensa_espressif_esp32_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32_zephyr-elf",'
|
304 | 308 | [ "${build_target_xtensa_espressif_esp32s2_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s2_zephyr-elf",'
|
@@ -1550,6 +1554,11 @@ jobs:
|
1550 | 1554 | PLATFORM_ARGS+="-p qemu_x86 "
|
1551 | 1555 | PLATFORM_ARGS+="-p qemu_x86_64 "
|
1552 | 1556 | ;;
|
| 1557 | + xtensa-amd_acp_6_0_adsp_zephyr-elf) |
| 1558 | + # xtensa-sample_controller32_zephyr-elf is untested because no |
| 1559 | + # upstream user platform is currently available. |
| 1560 | + # PLATFORM_ARGS+="-p acp_6_0 " |
| 1561 | + ;; |
1553 | 1562 | xtensa-dc233c_zephyr-elf)
|
1554 | 1563 | PLATFORM_ARGS+="-p qemu_xtensa/dc233c/mmu "
|
1555 | 1564 | ;;
|
|
0 commit comments