|
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_3_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_3_adsp_zephyr-elf) build_target_xtensa_amd_acp_7_3_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_3_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_3_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_3_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",' |
@@ -1579,6 +1583,11 @@ jobs: |
1579 | 1583 | # upstream user platform is currently available. |
1580 | 1584 | # PLATFORM_ARGS+="-p acp_6_0 " |
1581 | 1585 | ;; |
| 1586 | + xtensa-amd_acp_7_3_adsp_zephyr-elf) |
| 1587 | + # xtensa-sample_controller32_zephyr-elf is untested because no |
| 1588 | + # upstream user platform is currently available. |
| 1589 | + # PLATFORM_ARGS+="-p acp_7_3 " |
| 1590 | + ;; |
1582 | 1591 | xtensa-dc233c_zephyr-elf) |
1583 | 1592 | PLATFORM_ARGS+="-p qemu_xtensa/dc233c/mmu " |
1584 | 1593 | ;; |
|
0 commit comments