|
54 | 54 | - sparc-zephyr-elf
|
55 | 55 | - x86_64-zephyr-elf
|
56 | 56 | - xtensa-amd_acp_6_0_adsp_zephyr-elf
|
| 57 | + - xtensa-amd_acp_7_0_adsp_zephyr-elf |
57 | 58 | - xtensa-dc233c_zephyr-elf
|
58 | 59 | - xtensa-espressif_esp32_zephyr-elf
|
59 | 60 | - xtensa-espressif_esp32s2_zephyr-elf
|
@@ -176,6 +177,7 @@ jobs:
|
176 | 177 | sparc-zephyr-elf) build_target_sparc_zephyr_elf="y";;
|
177 | 178 | x86_64-zephyr-elf) build_target_x86_64_zephyr_elf="y";;
|
178 | 179 | xtensa-amd_acp_6_0_adsp_zephyr-elf) build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y";;
|
| 180 | + xtensa-amd_acp_7_0_adsp_zephyr-elf) build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf="y";; |
179 | 181 | xtensa-dc233c_zephyr-elf) build_target_xtensa_dc233c_zephyr_elf="y";;
|
180 | 182 | xtensa-espressif_esp32_zephyr-elf) build_target_xtensa_espressif_esp32_zephyr_elf="y";;
|
181 | 183 | xtensa-espressif_esp32s2_zephyr-elf) build_target_xtensa_espressif_esp32s2_zephyr_elf="y";;
|
@@ -226,6 +228,7 @@ jobs:
|
226 | 228 | build_target_sparc_zephyr_elf="y"
|
227 | 229 | build_target_x86_64_zephyr_elf="y"
|
228 | 230 | build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y"
|
| 231 | + build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf="y" |
229 | 232 | build_target_xtensa_dc233c_zephyr_elf="y"
|
230 | 233 | build_target_xtensa_espressif_esp32_zephyr_elf="y"
|
231 | 234 | build_target_xtensa_espressif_esp32s2_zephyr_elf="y"
|
@@ -316,6 +319,7 @@ jobs:
|
316 | 319 | [ "${build_target_sparc_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"sparc-zephyr-elf",'
|
317 | 320 | [ "${build_target_x86_64_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"x86_64-zephyr-elf",'
|
318 | 321 | [ "${build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_6_0_adsp_zephyr-elf",'
|
| 322 | + [ "${build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_0_adsp_zephyr-elf",' |
319 | 323 | [ "${build_target_xtensa_dc233c_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-dc233c_zephyr-elf",'
|
320 | 324 | [ "${build_target_xtensa_espressif_esp32_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32_zephyr-elf",'
|
321 | 325 | [ "${build_target_xtensa_espressif_esp32s2_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s2_zephyr-elf",'
|
@@ -1583,6 +1587,11 @@ jobs:
|
1583 | 1587 | # upstream user platform is currently available.
|
1584 | 1588 | # PLATFORM_ARGS+="-p acp_6_0 "
|
1585 | 1589 | ;;
|
| 1590 | + xtensa-amd_acp_7_0_adsp_zephyr-elf) |
| 1591 | + # xtensa-sample_controller32_zephyr-elf is untested because no |
| 1592 | + # upstream user platform is currently available. |
| 1593 | + # PLATFORM_ARGS+="-p acp_7_0 " |
| 1594 | + ;; |
1586 | 1595 | xtensa-dc233c_zephyr-elf)
|
1587 | 1596 | PLATFORM_ARGS+="-p qemu_xtensa/dc233c/mmu "
|
1588 | 1597 | ;;
|
|
0 commit comments