mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-02-28 02:01:50 +00:00
lib: utils/cache: add Andes last level cache controller
Introduce a FDT-based driver for the Andes Last Level Cache (LLC) controller to support cache maintenance operations. Signed-off-by: Ben Zong-You Xie <ben717@andestech.com> Link: https://lore.kernel.org/r/20251229071914.1451587-5-ben717@andestech.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
committed by
Anup Patel
parent
6d26b43c47
commit
82b0961821
@@ -13,6 +13,7 @@ CONFIG_PLATFORM_THEAD=y
|
||||
CONFIG_PLATFORM_MIPS_P8700=y
|
||||
CONFIG_PLATFORM_SPACEMIT_K1=y
|
||||
CONFIG_FDT_CACHE=y
|
||||
CONFIG_FDT_CACHE_ANDES_LLCACHE=y
|
||||
CONFIG_FDT_CACHE_SIFIVE_CCACHE=y
|
||||
CONFIG_FDT_CACHE_SIFIVE_EC=y
|
||||
CONFIG_FDT_CACHE_SIFIVE_PL2=y
|
||||
|
||||
Reference in New Issue
Block a user