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:
Ben Zong-You Xie
2025-12-29 15:19:13 +08:00
committed by Anup Patel
parent 6d26b43c47
commit 82b0961821
6 changed files with 200 additions and 0 deletions

View File

@@ -10,6 +10,11 @@ config FDT_CACHE
if FDT_CACHE
config FDT_CACHE_ANDES_LLCACHE
bool "Andes FDT last level cache driver"
depends on FDT_HSM_ANDES_ATCSMU
default n
config FDT_CACHE_SIFIVE_CCACHE
bool "SiFive CCACHE FDT cache driver"
default n