]> git.dujemihanovic.xyz Git - u-boot.git/commit
cache: add sifive private L2 cache driver
authorZong Li <zong.li@sifive.com>
Thu, 14 Dec 2023 14:09:36 +0000 (14:09 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 27 Dec 2023 09:28:57 +0000 (17:28 +0800)
commit64e8482f1c94ab6e1fb4837a8744ca8a156c507e
tree6a9e59f3b1672adb4266a19a8520cede20921cbb
parent4b151562bb8e54160adedbc6a1c0c749c00a2f84
cache: add sifive private L2 cache driver

This driver is currently responsible for enabling the clock gating
feature of SiFive pre core's private L2 cache.

Signed-off-by: Zong Li <zong.li@sifive.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/cache/Kconfig
drivers/cache/Makefile
drivers/cache/cache-sifive-pl2.c [new file with mode: 0644]