Add `hifive_unleashed//e51` (earlier selected by default, using `hifive_unleashed`) and `hifive_unleashed//u54` targets. Define work-area for other 4 cores in openocd.cfg Update twister platform white/black lists, to support new targets Signed-off-by: Jakub Wasilewski <jwasilewski@internships.antmicro.com> Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
30 lines
640 B
Text
30 lines
640 B
Text
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
|
|
# Copyright (c) 2024 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_SIFIVE_FREEDOM_FU500
|
|
bool
|
|
|
|
select 64BIT
|
|
|
|
# RISC-V options
|
|
select RISCV
|
|
select RISCV_PRIVILEGED
|
|
select RISCV_HAS_PLIC
|
|
select RISCV_PMP
|
|
|
|
select RISCV_ISA_RV64I
|
|
select RISCV_ISA_EXT_M
|
|
select RISCV_ISA_EXT_A
|
|
select RISCV_ISA_EXT_C
|
|
select RISCV_ISA_EXT_ZICSR
|
|
select RISCV_ISA_EXT_ZIFENCEI
|
|
|
|
select SOC_EARLY_INIT_HOOK
|
|
select INCLUDE_RESET_VECTOR
|
|
imply XIP
|
|
|
|
config SOC_SIFIVE_FREEDOM_FU540_U54
|
|
bool
|
|
select RISCV_ISA_EXT_G
|
|
select CPU_HAS_FPU_DOUBLE_PRECISION
|