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)
|
2022-10-25 15:03:50 +00:00
|
|
|
imply ANDES_PLICSW if (RISCV_MMODE || SPL_RISCV_MMODE)
|
2020-10-26 01:46:57 +00:00
|
|
|
imply ANDES_PLMT_TIMER if (RISCV_MMODE || SPL_RISCV_MMODE)
|
2023-02-06 08:10:50 +00:00
|
|
|
imply V5L2_CACHE
|
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.
|