Browse Source
Move and convert to HWMv2 riscv/niosv_g board configuration. Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>pull/69687/head
8 changed files with 14 additions and 19 deletions
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# Copyright (C) 2023, Intel Corporation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NIOSV_G |
||||
bool "Intel FPGA Nios V/g General Purpose Processor" |
||||
depends on SOC_NIOSV_G |
@ -1,9 +0,0 @@
@@ -1,9 +0,0 @@
|
||||
# Copyright (C) 2023, Intel Corporation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_NIOSV_G |
||||
|
||||
config BOARD |
||||
default "niosv_g" |
||||
|
||||
endif # BOARD_NIOSV_G |
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
# Copyright (C) 2023-2024, Intel Corporation |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NIOSV_G |
||||
select SOC_NIOSV_G |
||||
help |
||||
Intel FPGA Nios V/g General Purpose Processor |
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
board: |
||||
name: niosv_g |
||||
socs: |
||||
- name: niosv_g |
@ -1,9 +1,7 @@
@@ -1,9 +1,7 @@
|
||||
# Copyright (C) 2023, Intel Corporation |
||||
# Copyright (C) 2023-2024, Intel Corporation |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_NIOSV=y |
||||
CONFIG_SOC_NIOSV_G=y |
||||
CONFIG_BOARD_NIOSV_G=y |
||||
CONFIG_CONSOLE=y |
||||
CONFIG_PRINTK=y |
||||
CONFIG_SERIAL=y |
Loading…
Reference in new issue