diff options
| author | Nick Hu <[email protected]> | 2025-11-14 11:22:47 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2025-12-08 10:01:20 +0530 |
| commit | f71bb323f46318f933068882438b37c4cba1125e (patch) | |
| tree | 77752768ae88c165cfd3163b87aaa0406b091006 /lib/utils/cache/objects.mk | |
| parent | ec51e91eaa4e55e6babe0b37387645e75f7ded61 (diff) | |
lib: utils/cache: Add SiFive Extensible Cache (EC) driver
Add support for SiFive Extensible Cache (EC) controller with multi-slice
architecture. The driver implements cache maintenance operations through
MMIO register interface.
Co-developed-by: Vincent Chen <[email protected]>
Signed-off-by: Vincent Chen <[email protected]>
Co-developed-by: Samuel Holland <[email protected]>
Signed-off-by: Samuel Holland <[email protected]>
Co-developed-by: Yong-Xuan Wang <[email protected]>
Signed-off-by: Yong-Xuan Wang <[email protected]>
Signed-off-by: Nick Hu <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Anup Patel <[email protected]>
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 37d250d1..aa76adc2 100644 --- a/lib/utils/cache/objects.mk +++ b/lib/utils/cache/objects.mk @@ -14,4 +14,7 @@ libsbiutils-objs-$(CONFIG_FDT_CACHE_SIFIVE_CCACHE) += cache/fdt_sifive_ccache.o carray-fdt_cache_drivers-$(CONFIG_FDT_CACHE_SIFIVE_PL2) += fdt_sifive_pl2 libsbiutils-objs-$(CONFIG_FDT_CACHE_SIFIVE_PL2) += cache/fdt_sifive_pl2.o +carray-fdt_cache_drivers-$(CONFIG_FDT_CACHE_SIFIVE_EC) += fdt_sifive_ec +libsbiutils-objs-$(CONFIG_FDT_CACHE_SIFIVE_EC) += cache/fdt_sifive_ec.o + libsbiutils-objs-$(CONFIG_CACHE) += cache/cache.o |
