boards: phyboard_pollux: move to HVMv2

Move phyboard_pollux to HWMv2

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse
2024-02-29 22:37:42 +00:00
committed by Jamie
parent ab509a5ee0
commit f2eb7652ce
11 changed files with 8 additions and 12 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_MIMX8MP_PHYBOARD_POLLUX
config BOARD
default "mimx8mp_phyboard_pollux"
if !XIP
config FLASH_SIZE
default 0

View File

@@ -1,9 +1,6 @@
# MIMX8MP PhyBOARD Pollux (i.MX8MP)
# Copyright (c) 2022 PHYTEC Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
config BOARD_MIMX8MP_PHYBOARD_POLLUX
bool "PhyBOARD Pollux (i.MX8MP)"
depends on SOC_SERIES_IMX8ML_M7
select SOC_MIMX8MP_M7 if BOARD_MIMX8MP_PHYBOARD_POLLUX_MIMX8ML8_M7
select SOC_PART_NUMBER_MIMX8ML8DVNLZ

View File

@@ -0,0 +1,5 @@
board:
name: mimx8mp_phyboard_pollux
vendor: phytec
socs:
- name: mimx8ml8

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -75,7 +75,7 @@ features:
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/arm/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_defconfig`.
:zephyr_file:`boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig`.
It's recommended to disable peripherals used by the M7-Core on the host running
on the Linux host.

View File

@@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#
identifier: mimx8mp_phyboard_pollux
identifier: mimx8mp_phyboard_pollux/mimx8ml8/m7
name: PhyBOARD Pollux (i.MX8MP)
type: mcu
arch: arm

View File

@@ -4,9 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_SERIES_IMX8ML_M7=y
CONFIG_SOC_MIMX8ML8=y
CONFIG_BOARD_MIMX8MP_PHYBOARD_POLLUX=y
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_CLOCK_CONTROL=y
CONFIG_UART_CONSOLE=y