2018-11-07 01:34:06 +00:00
|
|
|
config RISCV_NDS
|
2018-12-12 14:12:28 +00:00
|
|
|
bool
|
2019-04-02 07:56:41 +00:00
|
|
|
select ARCH_EARLY_INIT_R
|
|
|
|
imply CPU
|
|
|
|
imply CPU_RISCV
|
2020-09-28 14:52:21 +00:00
|
|
|
imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)
|
2019-08-21 19:14:43 +00:00
|
|
|
imply ANDES_PLIC if (RISCV_MMODE || SPL_RISCV_MMODE)
|
2020-10-26 01:46:57 +00:00
|
|
|
imply ANDES_PLMT_TIMER if (RISCV_MMODE || SPL_RISCV_MMODE)
|
2021-03-15 05:11:18 +00:00
|
|
|
imply SPL_CPU
|
2019-11-14 05:52:21 +00:00
|
|
|
imply SPL_OPENSBI
|
|
|
|
imply SPL_LOAD_FIT
|
2018-11-07 01:34:06 +00:00
|
|
|
help
|
2018-12-12 14:12:28 +00:00
|
|
|
Run U-Boot on AndeStar V5 platforms and use some specific features
|
|
|
|
which are provided by Andes Technology AndeStar V5 families.
|
|
|
|
|
|
|
|
if RISCV_NDS
|
|
|
|
|
|
|
|
config RISCV_NDS_CACHE
|
|
|
|
bool "AndeStar V5 families specific cache support"
|
2019-08-21 19:14:43 +00:00
|
|
|
depends on RISCV_MMODE || SPL_RISCV_MMODE
|
2018-12-12 14:12:28 +00:00
|
|
|
help
|
|
|
|
Provide Andes Technology AndeStar V5 families specific cache support.
|
|
|
|
|
|
|
|
endif
|