boards: convert all microchip MEC boards to hwmv2

Convert mec1501modular_assy6885, mec15xxevb_assy6853,
mec172xevb_assy6906 and mec172xmodular_assy6930 to hwmv2.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri
2024-02-16 11:59:33 +00:00
committed by Carles Cufi
parent ab2fcb1245
commit 4d93b8d9fd
62 changed files with 24 additions and 32 deletions

View File

@@ -3,9 +3,6 @@
if BOARD_MEC1501MODULAR_ASSY6885
config BOARD
default "mec1501modular_assy6885"
#PS/2 driver is compiled in terms of this flag.
config ESPI_PERIPHERAL_8042_KBC
default y

View File

@@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_MEC1501MODULAR_ASSY6885
bool "Microchip MEC1501 Modular ASSY 6885 Development board"
depends on SOC_MEC1501_HSZ
select SOC_MEC1501_HSZ

View File

@@ -0,0 +1,5 @@
board:
name: mec1501modular_assy6885
vendor: Microchip
socs:
- name: mec1501_hsz

View File

@@ -4,12 +4,9 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_MEC1501_HSZ=y
CONFIG_SOC_SERIES_MEC1501X=y
# Make sure external power management setup is as indicated in documentation
CONFIG_SOC_MEC1501_VTR3_1_8V=y
CONFIG_SOC_MEC1501_VCI_PINS_AS_GPIOS=n
CONFIG_BOARD_MEC1501MODULAR_ASSY6885=y
CONFIG_RTOS_TIMER=y
CONFIG_CLOCK_CONTROL=y

View File

@@ -3,9 +3,6 @@
if BOARD_MEC15XXEVB_ASSY6853
config BOARD
default "mec15xxevb_assy6853"
config ESPI_XEC
default y
depends on ESPI

View File

@@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_MEC15XXEVB_ASSY6853
bool "Microchip MEC15XX EVB ASSY 6853 Development board"
depends on SOC_MEC1501_HSZ
select SOC_MEC1501_HSZ

View File

@@ -0,0 +1,5 @@
board:
name: mec15xxevb_assy6853
vendor: Microchip
socs:
- name: mec1501_hsz

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -4,10 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_MEC1501_HSZ=y
CONFIG_SOC_SERIES_MEC1501X=y
CONFIG_SOC_MEC1501_VTR3_1_8V=y
CONFIG_BOARD_MEC15XXEVB_ASSY6853=y
CONFIG_RTOS_TIMER=y
CONFIG_CLOCK_CONTROL=y

View File

@@ -3,9 +3,6 @@
if BOARD_MEC172XEVB_ASSY6906
config BOARD
default "mec172xevb_assy6906"
if RTOS_TIMER
# XEC RTOS timer HW frequency is fixed at 32768 Hz.

View File

@@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_MEC172XEVB_ASSY6906
bool "Microchip MEC172X EVB ASSY 6906 Development board"
depends on SOC_MEC172X_NSZ
select SOC_MEC172X_NSZ

View File

@@ -0,0 +1,5 @@
board:
name: mec172xevb_assy6906
vendor: Microchip
socs:
- name: mec172x_nsz

View File

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -4,9 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_MEC172X_NSZ=y
CONFIG_SOC_SERIES_MEC172X=y
CONFIG_BOARD_MEC172XEVB_ASSY6906=y
CONFIG_RTOS_TIMER=y
CONFIG_CLOCK_CONTROL=y

View File

@@ -3,9 +3,6 @@
if BOARD_MEC172XMODULAR_ASSY6930
config BOARD
default "mec172xmodular_assy6930"
if RTOS_TIMER
# XEC RTOS timer HW frequency is fixed at 32768 Hz.

View File

@@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_MEC172XMODULAR_ASSY6930
bool "Microchip MEC172X MODULAR ASSY 6930 Development board"
depends on SOC_MEC172X_NSZ
select SOC_MEC172X_NSZ

View File

@@ -0,0 +1,5 @@
board:
name: mec172xmodular_assy6930
vendor: Microchip
socs:
- name: mec172x_nsz

View File

@@ -4,9 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_MEC172X_NSZ=y
CONFIG_SOC_SERIES_MEC172X=y
CONFIG_BOARD_MEC172XMODULAR_ASSY6930=y
CONFIG_RTOS_TIMER=y
CONFIG_CLOCK_CONTROL=y