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

2021-07-30 Thread Zong Li
On Thu, Jul 29, 2021 at 8:26 PM Zong Li wrote: > > On Wed, Jul 28, 2021 at 11:18 PM Sean Anderson wrote: > > > > On 7/28/21 3:25 AM, Zong Li wrote: > > > On Wed, Jul 28, 2021 at 12:29 PM Sean Anderson wrote: > > >> > > >> On 7/27/21 4:54 AM, Zong Li wrote: > > >>> Invokes the generic

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

2021-07-29 Thread Zong Li
On Wed, Jul 28, 2021 at 11:18 PM Sean Anderson wrote: > > On 7/28/21 3:25 AM, Zong Li wrote: > > On Wed, Jul 28, 2021 at 12:29 PM Sean Anderson wrote: > >> > >> On 7/27/21 4:54 AM, Zong Li wrote: > >>> Invokes the generic cache_enable interface to execute the relative > >>> implementation in

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

2021-07-28 Thread Sean Anderson
On 7/28/21 3:25 AM, Zong Li wrote: On Wed, Jul 28, 2021 at 12:29 PM Sean Anderson wrote: On 7/27/21 4:54 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 2/2] board: sifive: use ccache driver instead of helper function

2021-07-28 Thread Zong Li
On Wed, Jul 28, 2021 at 12:29 PM Sean Anderson wrote: > > On 7/27/21 4:54 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 2/2] board: sifive: use ccache driver instead of helper function

2021-07-27 Thread Sean Anderson
On 7/27/21 4:54 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 | 62 ---

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

2021-07-27 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 | 62 --- arch/riscv/cpu/fu740/Kconfig