Browse Source

boards: riscv: litex_vexriscv: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
e82932e787
  1. 3
      boards/litex/litex_vexriscv/Kconfig.defconfig
  2. 3
      boards/litex/litex_vexriscv/Kconfig.litex_vexriscv
  3. 5
      boards/litex/litex_vexriscv/board.yml
  4. 0
      boards/litex/litex_vexriscv/doc/img/litex_vexriscv.jpg
  5. 0
      boards/litex/litex_vexriscv/doc/img/symbiflow.svg
  6. 0
      boards/litex/litex_vexriscv/doc/index.rst
  7. 0
      boards/litex/litex_vexriscv/litex_vexriscv.dts
  8. 0
      boards/litex/litex_vexriscv/litex_vexriscv.yaml
  9. 2
      boards/litex/litex_vexriscv/litex_vexriscv_defconfig
  10. 2
      drivers/hwinfo/Kconfig

3
boards/boards_legacy/riscv/litex_vexriscv/Kconfig.defconfig → boards/litex/litex_vexriscv/Kconfig.defconfig

@ -3,9 +3,6 @@ @@ -3,9 +3,6 @@
if BOARD_LITEX_VEXRISCV
config BOARD
default "litex_vexriscv"
if NETWORKING
config NET_L2_ETHERNET

3
boards/boards_legacy/riscv/litex_vexriscv/Kconfig.board → boards/litex/litex_vexriscv/Kconfig.litex_vexriscv

@ -2,5 +2,4 @@ @@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_LITEX_VEXRISCV
bool "Board with LiteX/VexRiscV CPU"
depends on SOC_RISCV32_LITEX_VEXRISCV
select SOC_LITEX_VEXRISCV

5
boards/litex/litex_vexriscv/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: litex_vexriscv
vendor: LiteX
socs:
- name: litex_vexriscv

0
boards/boards_legacy/riscv/litex_vexriscv/doc/img/litex_vexriscv.jpg → boards/litex/litex_vexriscv/doc/img/litex_vexriscv.jpg

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

0
boards/boards_legacy/riscv/litex_vexriscv/doc/img/symbiflow.svg → boards/litex/litex_vexriscv/doc/img/symbiflow.svg generated

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

0
boards/boards_legacy/riscv/litex_vexriscv/doc/index.rst → boards/litex/litex_vexriscv/doc/index.rst

0
boards/boards_legacy/riscv/litex_vexriscv/litex_vexriscv.dts → boards/litex/litex_vexriscv/litex_vexriscv.dts

0
boards/boards_legacy/riscv/litex_vexriscv/litex_vexriscv.yaml → boards/litex/litex_vexriscv/litex_vexriscv.yaml

2
boards/boards_legacy/riscv/litex_vexriscv/litex_vexriscv_defconfig → boards/litex/litex_vexriscv/litex_vexriscv_defconfig

@ -4,8 +4,6 @@ @@ -4,8 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_RISCV32_LITEX_VEXRISCV=y
CONFIG_BOARD_LITEX_VEXRISCV=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y

2
drivers/hwinfo/Kconfig

@ -166,7 +166,7 @@ config HWINFO_ESP32 @@ -166,7 +166,7 @@ config HWINFO_ESP32
config HWINFO_LITEX
bool "LiteX device ID"
default y
depends on SOC_RISCV32_LITEX_VEXRISCV
depends on SOC_LITEX_VEXRISCV
help
Enable LiteX hwinfo driver

Loading…
Cancel
Save