Re: [PATCH 1/2] cache: add sifive composable cache driver

2021-07-28 Thread Zong Li
On Wed, Jul 28, 2021 at 12:23 PM Sean Anderson wrote: > > On 7/27/21 4:54 AM, Zong Li wrote: > > This driver is currently responsible for enabling all ccache ways. > > Can you expand on this a little? Perhaps describe the hardware a little. For > example, > you could describe what a way/bank is,

Re: [PATCH 1/2] cache: add sifive composable cache driver

2021-07-27 Thread Sean Anderson
On 7/27/21 4:54 AM, Zong Li wrote: This driver is currently responsible for enabling all ccache ways. Can you expand on this a little? Perhaps describe the hardware a little. For example, you could describe what a way/bank is, and that they can't be disabled by the hardware.

[PATCH 1/2] cache: add sifive composable cache driver

2021-07-27 Thread Zong Li
This driver is currently responsible for enabling all ccache ways. Signed-off-by: Zong Li --- drivers/cache/Kconfig | 7 +++ drivers/cache/Makefile | 1 + drivers/cache/cache-sifive-ccache.c | 69 + 3 files changed, 77 insertions(+)