2018-11-07 09:34:06 +08:00
|
|
|
config RISCV_NDS
|
2018-12-12 06:12:28 -08:00
|
|
|
bool
|
2019-04-02 15:56:41 +08:00
|
|
|
select ARCH_EARLY_INIT_R
|
|
|
|
imply CPU
|
|
|
|
imply CPU_RISCV
|
|
|
|
imply RISCV_TIMER
|
2019-08-21 21:14:43 +02:00
|
|
|
imply ANDES_PLIC if (RISCV_MMODE || SPL_RISCV_MMODE)
|
|
|
|
imply ANDES_PLMT if (RISCV_MMODE || SPL_RISCV_MMODE)
|
2018-11-07 09:34:06 +08:00
|
|
|
help
|
2018-12-12 06:12:28 -08: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 21:14:43 +02:00
|
|
|
depends on RISCV_MMODE || SPL_RISCV_MMODE
|
2018-12-12 06:12:28 -08:00
|
|
|
help
|
|
|
|
Provide Andes Technology AndeStar V5 families specific cache support.
|
|
|
|
|
|
|
|
endif
|