|
53 | 53 | - sparc-zephyr-elf
|
54 | 54 | - x86_64-zephyr-elf
|
55 | 55 | - xtensa-amd_acp_6_0_adsp_zephyr-elf
|
| 56 | + - xtensa-amd_acp_7_0_adsp_zephyr-elf |
56 | 57 | - xtensa-dc233c_zephyr-elf
|
57 | 58 | - xtensa-espressif_esp32_zephyr-elf
|
58 | 59 | - xtensa-espressif_esp32s2_zephyr-elf
|
@@ -174,6 +175,7 @@ jobs:
|
174 | 175 | sparc-zephyr-elf) build_target_sparc_zephyr_elf="y";;
|
175 | 176 | x86_64-zephyr-elf) build_target_x86_64_zephyr_elf="y";;
|
176 | 177 | xtensa-amd_acp_6_0_adsp_zephyr-elf) build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y";;
|
| 178 | + xtensa-amd_acp_7_0_adsp_zephyr-elf) build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf="y";; |
177 | 179 | xtensa-dc233c_zephyr-elf) build_target_xtensa_dc233c_zephyr_elf="y";;
|
178 | 180 | xtensa-espressif_esp32_zephyr-elf) build_target_xtensa_espressif_esp32_zephyr_elf="y";;
|
179 | 181 | xtensa-espressif_esp32s2_zephyr-elf) build_target_xtensa_espressif_esp32s2_zephyr_elf="y";;
|
@@ -223,6 +225,7 @@ jobs:
|
223 | 225 | build_target_sparc_zephyr_elf="y"
|
224 | 226 | build_target_x86_64_zephyr_elf="y"
|
225 | 227 | build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y"
|
| 228 | + build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf="y" |
226 | 229 | build_target_xtensa_dc233c_zephyr_elf="y"
|
227 | 230 | build_target_xtensa_espressif_esp32_zephyr_elf="y"
|
228 | 231 | build_target_xtensa_espressif_esp32s2_zephyr_elf="y"
|
@@ -312,6 +315,7 @@ jobs:
|
312 | 315 | [ "${build_target_sparc_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"sparc-zephyr-elf",'
|
313 | 316 | [ "${build_target_x86_64_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"x86_64-zephyr-elf",'
|
314 | 317 | [ "${build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_6_0_adsp_zephyr-elf",'
|
| 318 | + [ "${build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_0_adsp_zephyr-elf",' |
315 | 319 | [ "${build_target_xtensa_dc233c_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-dc233c_zephyr-elf",'
|
316 | 320 | [ "${build_target_xtensa_espressif_esp32_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32_zephyr-elf",'
|
317 | 321 | [ "${build_target_xtensa_espressif_esp32s2_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s2_zephyr-elf",'
|
@@ -1576,6 +1580,11 @@ jobs:
|
1576 | 1580 | # upstream user platform is currently available.
|
1577 | 1581 | # PLATFORM_ARGS+="-p acp_6_0 "
|
1578 | 1582 | ;;
|
| 1583 | + xtensa-amd_acp_7_0_adsp_zephyr-elf) |
| 1584 | + # xtensa-sample_controller32_zephyr-elf is untested because no |
| 1585 | + # upstream user platform is currently available. |
| 1586 | + # PLATFORM_ARGS+="-p acp_7_0 " |
| 1587 | + ;; |
1579 | 1588 | xtensa-dc233c_zephyr-elf)
|
1580 | 1589 | PLATFORM_ARGS+="-p qemu_xtensa/dc233c/mmu "
|
1581 | 1590 | ;;
|
|
0 commit comments