mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-12-16 20:21:34 +00:00
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 <vincent.chen@sifive.com> Signed-off-by: Vincent Chen <vincent.chen@sifive.com> Co-developed-by: Samuel Holland <samuel.holland@sifive.com> Signed-off-by: Samuel Holland <samuel.holland@sifive.com> Co-developed-by: Yong-Xuan Wang <yongxuan.wang@sifive.com> Signed-off-by: Yong-Xuan Wang <yongxuan.wang@sifive.com> Signed-off-by: Nick Hu <nick.hu@sifive.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20251114-sifive-cache-drivers-v1-3-8423a721924c@sifive.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
4
lib/utils/cache/Kconfig
vendored
4
lib/utils/cache/Kconfig
vendored
@@ -14,6 +14,10 @@ config FDT_CACHE_SIFIVE_CCACHE
|
||||
bool "SiFive CCACHE FDT cache driver"
|
||||
default n
|
||||
|
||||
config FDT_CACHE_SIFIVE_EC
|
||||
bool "SiFive EC FDT cache driver"
|
||||
default n
|
||||
|
||||
config FDT_CACHE_SIFIVE_PL2
|
||||
bool "SiFive PL2 FDT cache driver"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user