Re: [PATCH v2 2/6] board: sifive: use ccache driver instead of helper function

2021-08-09 Thread Zong Li
On Tue, Aug 10, 2021 at 12:51 PM Sean Anderson wrote: > > On 8/3/21 12:44 AM, Zong Li wrote: > > Invokes the generic cache_enable interface to execute the relative > > implementation in SiFive ccache driver. > > > > Signed-off-by: Zong Li > > --- > > arch/riscv/cpu/fu540/Kconfig |

Re: [PATCH v2 2/6] board: sifive: use ccache driver instead of helper function

2021-08-09 Thread Sean Anderson
On 8/3/21 12:44 AM, Zong Li wrote: Invokes the generic cache_enable interface to execute the relative implementation in SiFive ccache driver. Signed-off-by: Zong Li --- arch/riscv/cpu/fu540/Kconfig | 1 + arch/riscv/cpu/fu540/cache.c | 54 ++-

[PATCH v2 2/6] board: sifive: use ccache driver instead of helper function

2021-08-02 Thread Zong Li
Invokes the generic cache_enable interface to execute the relative implementation in SiFive ccache driver. Signed-off-by: Zong Li --- arch/riscv/cpu/fu540/Kconfig | 1 + arch/riscv/cpu/fu540/cache.c | 54 ++- arch/riscv/cpu/fu740/Kconfig