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
|
|
|
|
imply RISCV_TIMER
|
|
|
|
imply ANDES_PLIC if RISCV_MMODE
|
|
|
|
imply ANDES_PLMT if RISCV_MMODE
|
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-04-02 07:56:42 +00:00
|
|
|
depends on RISCV_MMODE
|
2018-12-12 14:12:28 +00:00
|
|
|
help
|
|
|
|
Provide Andes Technology AndeStar V5 families specific cache support.
|
|
|
|
|
|
|
|
endif
|