> From: Zong Li <zong...@sifive.com>
> Sent: Tuesday, August 31, 2021 5:21 PM
> To: Rick Jian-Zhi Chen(陳建志) <r...@andestech.com>; Leo Yu-Chi Liang(梁育齊) 
> <ycli...@andestech.com>; bmeng...@gmail.com; sean...@gmail.com; 
> green....@sifive.com; paul.walms...@sifive.com; s...@chromium.org; 
> u-boot@lists.denx.de
> Cc: Zong Li <zong...@sifive.com>
> Subject: [PATCH v4 1/4] cache: add sifive composable cache driver
>
> This driver is currently responsible for enabling all ccache ways.
> Composable cache could be configure as RAM or cache, we will use it as RAM at 
> the beginning to put the u-boot SPL there. In u-boot proper phrase, we will 
> use the composable cache as cache, and try to enable the cache ways.
>
> Signed-off-by: Zong Li <zong...@sifive.com>
> Reviewed-by: Sean Anderson <sean...@gmail.com>
> ---
>  drivers/cache/Kconfig               |  7 +++
>  drivers/cache/Makefile              |  1 +
>  drivers/cache/cache-sifive-ccache.c | 75 +++++++++++++++++++++++++++++
>  3 files changed, 83 insertions(+)
>  create mode 100644 drivers/cache/cache-sifive-ccache.c

Reviewed-by: Rick Chen <r...@andestech.com>

Reply via email to