riscv: cpu: cv1800b: Add support for cv1800b SoC

Add Sophgo cv1800b SoC to support RISC-V arch.

Signed-off-by: Kongyang Liu <seashell11234455@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
Kongyang Liu
2024-03-10 00:54:56 +08:00
committed by Leo Yu-Chi Liang
parent e4f69492ad
commit ae800aa79a
6 changed files with 51 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ config SYS_VENDOR
default "sophgo"
config SYS_CPU
default "generic"
default "cv1800b"
config SYS_CONFIG_NAME
default "milkv_duo"
@@ -23,6 +23,6 @@ config ENV_SECT_SIZE
config BOARD_SPECIFIC_OPTIONS
def_bool y
select GENERIC_RISCV
select SOPHGO_CV1800B
endif