Browse Source

boards: riscv: opentitan_earlgrey: 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
1cd4c34654
  1. 9
      boards/boards_legacy/riscv/opentitan_earlgrey/Kconfig.defconfig
  2. 3
      boards/lowrisc/opentitan_earlgrey/Kconfig.opentitan_earlgrey
  3. 5
      boards/lowrisc/opentitan_earlgrey/board.yml
  4. 0
      boards/lowrisc/opentitan_earlgrey/doc/index.rst
  5. 0
      boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.dts
  6. 0
      boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.yaml
  7. 2
      boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey_defconfig

9
boards/boards_legacy/riscv/opentitan_earlgrey/Kconfig.defconfig

@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
# Copyright (c) 2023 by Rivos Inc.
# SPDX-License-Identifier: Apache-2.0
if BOARD_OPENTITAN_EARLGREY
config BOARD
default "opentitan_earlgrey"
endif # BOARD_OPENTITAN_EARLGREY

3
boards/boards_legacy/riscv/opentitan_earlgrey/Kconfig.board → boards/lowrisc/opentitan_earlgrey/Kconfig.opentitan_earlgrey

@ -2,5 +2,4 @@ @@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_OPENTITAN_EARLGREY
bool "OpenTitan Earl Grey Target"
depends on SOC_OPENTITAN
select SOC_OPENTITAN

5
boards/lowrisc/opentitan_earlgrey/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: opentitan_earlgrey
vendor: lowRISC
socs:
- name: opentitan

0
boards/boards_legacy/riscv/opentitan_earlgrey/doc/index.rst → boards/lowrisc/opentitan_earlgrey/doc/index.rst

0
boards/boards_legacy/riscv/opentitan_earlgrey/opentitan_earlgrey.dts → boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.dts

0
boards/boards_legacy/riscv/opentitan_earlgrey/opentitan_earlgrey.yaml → boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.yaml

2
boards/boards_legacy/riscv/opentitan_earlgrey/opentitan_earlgrey_defconfig → boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey_defconfig

@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
# Copyright (c) 2023 by Rivos Inc.
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_OPENTITAN=y
CONFIG_BOARD_OPENTITAN_EARLGREY=y
CONFIG_XIP=y
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
Loading…
Cancel
Save