Kongyang Liu ae800aa79a 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>
2024-04-09 11:30:02 +08:00

29 lines
360 B
Plaintext

if TARGET_MILKV_DUO
config SYS_BOARD
default "milkv_duo"
config SYS_VENDOR
default "sophgo"
config SYS_CPU
default "cv1800b"
config SYS_CONFIG_NAME
default "milkv_duo"
config TEXT_BASE
default 0x80200000
config ENV_SIZE
default 0x20000
config ENV_SECT_SIZE
default 0x40000
config BOARD_SPECIFIC_OPTIONS
def_bool y
select SOPHGO_CV1800B
endif