|  | 
| 66 | 66 |         - xtensa-nxp_rt500_adsp_zephyr-elf | 
| 67 | 67 |         - xtensa-nxp_rt600_adsp_zephyr-elf | 
| 68 | 68 |         - xtensa-sample_controller_zephyr-elf | 
|  | 69 | +        - xtensa-amd_acp_6_0_adsp_zephyr-elf | 
| 69 | 70 |       debug: | 
| 70 | 71 |         description: 'Debug' | 
| 71 | 72 |         type: choice | 
| @@ -180,6 +181,7 @@ jobs: | 
| 180 | 181 |             xtensa-nxp_rt500_adsp_zephyr-elf)     build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y";; | 
| 181 | 182 |             xtensa-nxp_rt600_adsp_zephyr-elf)     build_target_xtensa_nxp_rt600_adsp_zephyr_elf="y";; | 
| 182 | 183 |             xtensa-sample_controller_zephyr-elf)  build_target_xtensa_sample_controller_zephyr_elf="y";; | 
|  | 184 | +            xtensa-amd_acp_6_0_adsp_zephyr-elf)   build_target_xtensa-amd_acp_6_0_adsp_zephyr-elf="y";; | 
| 183 | 185 |           esac | 
| 184 | 186 | 
 | 
| 185 | 187 |           MATRIX_DEBUG="${{ github.event.inputs.debug }}" | 
| @@ -222,6 +224,7 @@ jobs: | 
| 222 | 224 |           build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y" | 
| 223 | 225 |           build_target_xtensa_nxp_rt600_adsp_zephyr_elf="y" | 
| 224 | 226 |           build_target_xtensa_sample_controller_zephyr_elf="y" | 
|  | 227 | +          build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y" | 
| 225 | 228 |         fi | 
| 226 | 229 | 
 | 
| 227 | 230 |         # Build 'linux_x86_64' by default if no host is selected | 
| @@ -304,6 +307,7 @@ jobs: | 
| 304 | 307 |         [ "${build_target_xtensa_nxp_rt500_adsp_zephyr_elf}" == "y" ]     && MATRIX_TARGETS+='"xtensa-nxp_rt500_adsp_zephyr-elf",' | 
| 305 | 308 |         [ "${build_target_xtensa_nxp_rt600_adsp_zephyr_elf}" == "y" ]     && MATRIX_TARGETS+='"xtensa-nxp_rt600_adsp_zephyr-elf",' | 
| 306 | 309 |         [ "${build_target_xtensa_sample_controller_zephyr_elf}" == "y" ]  && MATRIX_TARGETS+='"xtensa-sample_controller_zephyr-elf",' | 
|  | 310 | +        [ "${build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf}" == "y" ]   && MATRIX_TARGETS+='"xtensa-amd_acp_6_0_adsp_zephyr-elf",' | 
| 307 | 311 |         MATRIX_TARGETS+=']' | 
| 308 | 312 | 
 | 
| 309 | 313 |         # Generate test environment list | 
| @@ -1591,6 +1595,9 @@ jobs: | 
| 1591 | 1595 |             xtensa-sample_controller_zephyr-elf) | 
| 1592 | 1596 |               PLATFORM_ARGS+="-p qemu_xtensa " | 
| 1593 | 1597 |               ;; | 
|  | 1598 | +            xtensa-amd_acp_6_0_adsp_zephyr-elf) | 
|  | 1599 | +              PLATFORM_ARGS+="-p acp_6_0 " | 
|  | 1600 | +              ;; | 
| 1594 | 1601 |           esac | 
| 1595 | 1602 |         done | 
| 1596 | 1603 | 
 | 
|  | 
0 commit comments