Re: [PATCH v5 3/5] riscv: lib: implement enable_caches for sifive cache

2021-09-01 Thread Rick Chen
; Subject: [PATCH v5 3/5] riscv: lib: implement enable_caches for sifive cache > > The enable_caches is a generic hook for architecture-implemented, we define > this function to enable composable cache of sifive platforms. > > In sifive_cache, it invokes the generic cache_enable inte

[PATCH v5 3/5] riscv: lib: implement enable_caches for sifive cache

2021-09-01 Thread Zong Li
The enable_caches is a generic hook for architecture-implemented, we define this function to enable composable cache of sifive platforms. In sifive_cache, it invokes the generic cache_enable interface of cache uclass to execute the relative implementation in SiFive ccache driver. Signed-off-by: Z