Browse Source
Rename for better HWMv2 use: board - `intel_adsp_cavs25` to `intel_adsp` Resulting name changes for boards: `intel_adsp_cavs25/cavs25` -> `intel_adsp/cavs25` `intel_adsp_cavs25/cavs25/tgph` -> `intel_adsp/cavs25/tgph` Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>pull/69687/head
14 changed files with 13 additions and 13 deletions
@ -1,5 +1,5 @@ |
|||||||
# Copyright (c) 2024 Intel Corporation |
# Copyright (c) 2024 Intel Corporation |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config BOARD_INTEL_ADSP_CAVS25 |
config BOARD_INTEL_ADSP |
||||||
select SOC_INTEL_CAVS_V25 |
select SOC_INTEL_CAVS_V25 |
@ -1,5 +1,5 @@ |
|||||||
board: |
board: |
||||||
name: intel_adsp_cavs25 |
name: intel_adsp |
||||||
vendor: intel |
vendor: intel |
||||||
socs: |
socs: |
||||||
- name: cavs25 |
- name: cavs25 |
@ -1,4 +1,4 @@ |
|||||||
identifier: intel_adsp_cavs25 |
identifier: intel_adsp/cavs25 |
||||||
name: cAVS 2.5 Audio DSP (converged Audio Voice and Speech) |
name: cAVS 2.5 Audio DSP (converged Audio Voice and Speech) |
||||||
type: mcu |
type: mcu |
||||||
arch: xtensa |
arch: xtensa |
@ -1,4 +1,4 @@ |
|||||||
identifier: intel_adsp_cavs25/cavs25/tgph |
identifier: intel_adsp/cavs25/tgph |
||||||
name: cAVS 2.5 Audio DSP for Tiger Lake H PCH (Converged Audio Voice and Speech) |
name: cAVS 2.5 Audio DSP for Tiger Lake H PCH (Converged Audio Voice and Speech) |
||||||
type: mcu |
type: mcu |
||||||
arch: xtensa |
arch: xtensa |
Loading…
Reference in new issue