soc: boards: xtensa: intel_adsp_cavs25: Rename with HWMv2

Rename for better HWMv2 use:
 SoC - `intel_tgl_adsp` to `cavs25`

Resulting name changes for boards:
 `intel_adsp_cavs25/intel_tgl_adsp`      -> `intel_adsp_cavs25/cavs25`
 `intel_adsp_cavs25/intel_tgl_adsp/tgph` -> `intel_adsp_cavs25/cavs25/tgph`

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
Dmitrii Golovanov
2024-02-13 22:24:29 +01:00
committed by Carles Cufi
parent fa0fca79c4
commit d1491a4810
8 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ if(CONFIG_BOARD_INTEL_ADSP_CAVS25)
board_set_rimage_target(tgl)
endif()
if(CONFIG_BOARD_INTEL_ADSP_CAVS25_INTEL_TGL_ADSP_TGPH)
if(CONFIG_BOARD_INTEL_ADSP_CAVS25_CAVS25_TGPH)
board_set_rimage_target(tgl-h)
endif()

View File

@@ -2,6 +2,6 @@ board:
name: intel_adsp_cavs25
vendor: intel
socs:
- name: intel_tgl_adsp
- name: cavs25
variants:
- name: 'tgph'

View File

@@ -1,4 +1,4 @@
identifier: intel_adsp_cavs25/intel_tgl_adsp/tgph
identifier: intel_adsp_cavs25/cavs25/tgph
name: cAVS 2.5 Audio DSP for Tiger Lake H PCH (Converged Audio Voice and Speech)
type: mcu
arch: xtensa

View File

@@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(include)
zephyr_include_directories(include/${SOC_NAME})
zephyr_include_directories(include/${SOC_TOOLCHAIN_NAME})
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(

View File

@@ -16,7 +16,7 @@ config SOC_INTEL_CAVS_V25
Intel Tiger Lake
config SOC
default "intel_tgl_adsp" if SOC_INTEL_CAVS_V25
default "cavs25" if SOC_INTEL_CAVS_V25
config SOC_TOOLCHAIN_NAME
default "intel_tgl_adsp" if SOC_INTEL_CAVS_V25

View File

@@ -7,4 +7,4 @@ family:
- name: intel_ace20_lnl
- name: cavs
socs:
- name: intel_tgl_adsp
- name: cavs25