|
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 |
@@ -166,6 +167,7 @@ jobs: |
166 | 167 | riscv64-zephyr-elf) build_target_riscv64_zephyr_elf="y";; |
167 | 168 | sparc-zephyr-elf) build_target_sparc_zephyr_elf="y";; |
168 | 169 | x86_64-zephyr-elf) build_target_x86_64_zephyr_elf="y";; |
| 170 | + xtensa-amd_acp_6_0_adsp_zephyr-elf) build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y";; |
169 | 171 | xtensa-dc233c_zephyr-elf) build_target_xtensa_dc233c_zephyr_elf="y";; |
170 | 172 | xtensa-espressif_esp32_zephyr-elf) build_target_xtensa_espressif_esp32_zephyr_elf="y";; |
171 | 173 | xtensa-espressif_esp32s2_zephyr-elf) build_target_xtensa_espressif_esp32s2_zephyr_elf="y";; |
@@ -208,6 +210,7 @@ jobs: |
208 | 210 | build_target_riscv64_zephyr_elf="y" |
209 | 211 | build_target_sparc_zephyr_elf="y" |
210 | 212 | build_target_x86_64_zephyr_elf="y" |
| 213 | + build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y" |
211 | 214 | build_target_xtensa_dc233c_zephyr_elf="y" |
212 | 215 | build_target_xtensa_espressif_esp32_zephyr_elf="y" |
213 | 216 | build_target_xtensa_espressif_esp32s2_zephyr_elf="y" |
@@ -290,6 +293,7 @@ jobs: |
290 | 293 | [ "${build_target_riscv64_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"riscv64-zephyr-elf",' |
291 | 294 | [ "${build_target_sparc_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"sparc-zephyr-elf",' |
292 | 295 | [ "${build_target_x86_64_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"x86_64-zephyr-elf",' |
| 296 | + [ "${build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_6_0_adsp_zephyr-elf",' |
293 | 297 | [ "${build_target_xtensa_dc233c_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-dc233c_zephyr-elf",' |
294 | 298 | [ "${build_target_xtensa_espressif_esp32_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32_zephyr-elf",' |
295 | 299 | [ "${build_target_xtensa_espressif_esp32s2_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s2_zephyr-elf",' |
@@ -1534,6 +1538,11 @@ jobs: |
1534 | 1538 | PLATFORM_ARGS+="-p qemu_x86 " |
1535 | 1539 | PLATFORM_ARGS+="-p qemu_x86_64 " |
1536 | 1540 | ;; |
| 1541 | + xtensa-amd_acp_6_0_adsp_zephyr-elf) |
| 1542 | + # xtensa-amd_acp_6_0_adsp_zephyr-elf is untested because no |
| 1543 | + # upstream user platform is currently available. |
| 1544 | + #PLATFORM_ARGS+="-p acp_6_0 " |
| 1545 | + ;; |
1537 | 1546 | xtensa-dc233c_zephyr-elf) |
1538 | 1547 | PLATFORM_ARGS+="-p qemu_xtensa/dc233c/mmu " |
1539 | 1548 | ;; |
|
0 commit comments