aboutsummaryrefslogtreecommitdiff
path: root/drivers/cache/Makefile
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2019-08-28 18:46:06 +0800
committerAndes <uboot@andestech.com>2019-09-03 09:31:03 +0800
commit4fa4267d82d13eb45cc4202e4439de862e8cad0e (patch)
treeec0822a0d677e1e2fc8c2d4491894373d5857d33 /drivers/cache/Makefile
parentabd858e5754c0f1e71aa86abde049d9ee81fda3e (diff)
downloadu-boot-4fa4267d82d13eb45cc4202e4439de862e8cad0e.zip
u-boot-4fa4267d82d13eb45cc4202e4439de862e8cad0e.tar.gz
u-boot-4fa4267d82d13eb45cc4202e4439de862e8cad0e.tar.bz2
dm: cache: add v5l2 cache controller driver
Add a v5l2 cache controller driver that is usually found on Andes RISC-V ae350 platform. It will parse the cache settings from the dtb. In this version tag and data ram control timing can be adjusted by the requirement from the dtb. Signed-off-by: Rick Chen <rick@andestech.com> Cc: KC Lin <kclin@andestech.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/cache/Makefile')
-rw-r--r--drivers/cache/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cache/Makefile b/drivers/cache/Makefile
index 9deb961..4a6458c 100644
--- a/drivers/cache/Makefile
+++ b/drivers/cache/Makefile
@@ -2,3 +2,4 @@
obj-$(CONFIG_CACHE) += cache-uclass.o
obj-$(CONFIG_SANDBOX) += sandbox_cache.o
obj-$(CONFIG_L2X0_CACHE) += cache-l2x0.o
+obj-$(CONFIG_V5L2_CACHE) += cache-v5l2.o