armv7m: add instruction & data cache support

This patch adds armv7m instruction & data cache support.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
cc: Christophe KERELLO <christophe.kerello@st.com>
This commit is contained in:
Vikas Manocha
2017-03-27 13:02:44 -07:00
committed by Tom Rini
parent 3f66149d9f
commit bf4d0495d2
4 changed files with 363 additions and 4 deletions

View File

@@ -55,8 +55,10 @@ endif
obj-y += cache.o
ifndef CONFIG_ARM64
ifndef CONFIG_CPU_V7M
obj-y += cache-cp15.o
endif
endif
obj-y += psci-dt.o