blob: 941d963ece48ef4720de32c4a14cff26eeae438b [file] [log] [blame]
Rick Chen842d5802018-11-07 09:34:06 +08001config RISCV_NDS
Bin Meng4b284ad2018-12-12 06:12:28 -08002 bool
Rick Chen14a10752019-04-02 15:56:41 +08003 select ARCH_EARLY_INIT_R
4 imply CPU
5 imply CPU_RISCV
Sean Anderson9baaaef2020-09-28 10:52:21 -04006 imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)
Lukas Auer61346592019-08-21 21:14:43 +02007 imply ANDES_PLIC if (RISCV_MMODE || SPL_RISCV_MMODE)
Sean Anderson5a238652020-10-25 21:46:57 -04008 imply ANDES_PLMT_TIMER if (RISCV_MMODE || SPL_RISCV_MMODE)
Simon Glass2f002162021-03-15 18:11:18 +13009 imply SPL_CPU
Rick Chen276292a2019-11-14 13:52:21 +080010 imply SPL_OPENSBI
11 imply SPL_LOAD_FIT
Bin Meng4b284ad2018-12-12 06:12:28 -080012 help
13 Run U-Boot on AndeStar V5 platforms and use some specific features
14 which are provided by Andes Technology AndeStar V5 families.
15
16if RISCV_NDS
17
18config RISCV_NDS_CACHE
19 bool "AndeStar V5 families specific cache support"
Lukas Auer61346592019-08-21 21:14:43 +020020 depends on RISCV_MMODE || SPL_RISCV_MMODE
Rick Chen842d5802018-11-07 09:34:06 +080021 help
Bin Meng4b284ad2018-12-12 06:12:28 -080022 Provide Andes Technology AndeStar V5 families specific cache support.
23
24endif