Skip to content

Commit

Permalink
boards: xtensa: intel_adsp_ace20_lnl: move and convert to HWMv2
Browse files Browse the repository at this point in the history
Move and convert to HWMv2 intel_adsp_ace20_lnl board configuration.

Signed-off-by: Dmitrii Golovanov <[email protected]>
  • Loading branch information
golowanow committed Feb 6, 2024
1 parent f83572f commit dfec788
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 22 deletions.

This file was deleted.

10 changes: 0 additions & 10 deletions boards/boards_legacy/xtensa/intel_adsp_ace20_lnl/Kconfig.defconfig

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2022-2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

config BOARD_INTEL_ADSP_ACE20_LNL
select SOC_INTEL_ACE20_LNL
5 changes: 5 additions & 0 deletions boards/intel/intel_adsp_ace20_lnl/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: intel_adsp_ace20_lnl

Check warning on line 2 in boards/intel/intel_adsp_ace20_lnl/board.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (indentation)

boards/intel/intel_adsp_ace20_lnl/board.yml:2 wrong indentation: expected 2 but found 4
vendor: intel
socs:
- name: intel_ace20_lnl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

CONFIG_MAIN_STACK_SIZE=2048

CONFIG_SOC_SERIES_INTEL_ACE=y
CONFIG_SOC_INTEL_ACE20_LNL=y
CONFIG_BOARD_INTEL_ADSP_ACE20_LNL=y

CONFIG_GEN_ISR_TABLES=y
CONFIG_GEN_IRQ_VECTOR_TABLE=n

Expand Down

0 comments on commit dfec788

Please sign in to comment.