All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add SiFive private L2 cache driver
@ 2023-12-14 14:09 Zong Li
  2023-12-14 14:09 ` [PATCH 1/2] cache: add sifive " Zong Li
  2023-12-14 14:09 ` [PATCH 2/2] riscv: cache: support cache enable in SPL stage Zong Li
  0 siblings, 2 replies; 5+ messages in thread
From: Zong Li @ 2023-12-14 14:09 UTC (permalink / raw)
  To: rick, ycliang, peterlin, u-boot; +Cc: Zong Li

SiFive private L2 cache is per core cache, add this driver to control
its features by a MMIO register. In this series, we try to enable the
power gating feature of pL2 cache in SPL stage

Zong Li (2):
  cache: add sifive private L2 cache driver
  riscv: cache: support cache enable in SPL stage

 arch/riscv/lib/sifive_cache.c    | 21 +++++++++++++++
 drivers/cache/Kconfig            |  7 +++++
 drivers/cache/Makefile           |  1 +
 drivers/cache/cache-sifive-pl2.c | 44 ++++++++++++++++++++++++++++++++
 4 files changed, 73 insertions(+)
 create mode 100644 drivers/cache/cache-sifive-pl2.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-21 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 14:09 [PATCH 0/2] Add SiFive private L2 cache driver Zong Li
2023-12-14 14:09 ` [PATCH 1/2] cache: add sifive " Zong Li
2023-12-21 10:02   ` Leo Liang
2023-12-14 14:09 ` [PATCH 2/2] riscv: cache: support cache enable in SPL stage Zong Li
2023-12-21 10:03   ` Leo Liang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.