diff options
| author | Ben Zong-You Xie <ben717@andestech.com> | 2025-12-29 15:19:13 +0800 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2026-02-11 12:13:01 +0530 |
| commit | 82b0961821e45768a91139b8ec5d7784586aa7f9 (patch) | |
| tree | 35a635661eb8e7c35b0fb9a8f4611939766014c5 /lib/utils/cache/objects.mk | |
| parent | 6d26b43c477a7616d1f030261430127fa6c61d27 (diff) | |
| download | opensbi-82b0961821e45768a91139b8ec5d7784586aa7f9.tar.gz opensbi-82b0961821e45768a91139b8ec5d7784586aa7f9.tar.bz2 opensbi-82b0961821e45768a91139b8ec5d7784586aa7f9.zip | |
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>
Diffstat (limited to 'lib/utils/cache/objects.mk')
| -rw-r--r-- | lib/utils/cache/objects.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/utils/cache/objects.mk b/lib/utils/cache/objects.mk index aa76adc2..6c9bce84 100644 --- a/lib/utils/cache/objects.mk +++ b/lib/utils/cache/objects.mk @@ -8,6 +8,9 @@ libsbiutils-objs-$(CONFIG_FDT_CACHE) += cache/fdt_cache.o libsbiutils-objs-$(CONFIG_FDT_CACHE) += cache/fdt_cache_drivers.carray.o libsbiutils-objs-$(CONFIG_FDT_CACHE) += cache/fdt_cmo_helper.o +carray-fdt_cache_drivers-$(CONFIG_FDT_CACHE_ANDES_LLCACHE) += fdt_andes_llcache +libsbiutils-objs-$(CONFIG_FDT_CACHE_ANDES_LLCACHE) += cache/fdt_andes_llcache.o + carray-fdt_cache_drivers-$(CONFIG_FDT_CACHE_SIFIVE_CCACHE) += fdt_sifive_ccache libsbiutils-objs-$(CONFIG_FDT_CACHE_SIFIVE_CCACHE) += cache/fdt_sifive_ccache.o |
