u-boot-brain/arch/arm/cpu/armv8
Wu, Josh 387871a10e ARM: cache: add an empty stub function for invalidate/flush dcache
Since some driver like ohci, lcd used dcache functions. But some ARM
cpu don't implement the invalidate_dcache_range()/flush_dcache_range()
functions.

To avoid compiling errors this patch adds an weak empty stub function
for all ARM cpu in arch/arm/lib/cache.c.
And ARM cpu still can implemnt its own cache functions on the cpu folder.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Reviewed-by: York Sun <yorksun@freescale.com>
2015-08-12 20:47:47 -04:00
..
fsl-lsch3 armv8/fsl-lsch3: Fix TCR_EL3 for the final MMU setup. 2015-07-20 11:44:40 -07:00
zynqmp zynqmp: Add support for IP detection via SLCR 2015-07-28 11:56:20 +02:00
cache_v8.c ARM: cache: add an empty stub function for invalidate/flush dcache 2015-08-12 20:47:47 -04:00
cache.S remove unnecessary version.h includes 2015-03-24 10:50:50 -04:00
config.mk ARM: move -march=* and -mtune= options to arch/arm/Makefile 2015-03-27 16:55:22 +01:00
cpu.c arm64: core support 2014-01-09 16:08:44 +01:00
exceptions.S remove unnecessary version.h includes 2015-03-24 10:50:50 -04:00
generic_timer.c armv8/fsl-lsch3: Implement workaround for erratum A008585 2015-04-23 08:55:54 -07:00
Kconfig armv8/vexpress64: make multientry conditional 2015-03-09 11:13:29 -04:00
Makefile zynqmp: Define ep config for ZynqMP 2015-07-28 11:56:19 +02:00
start.S arm/errata: Update required bits for A57 cores erratas 2015-07-20 11:44:35 -07:00
tlb.S remove unnecessary version.h includes 2015-03-24 10:50:50 -04:00
transition.S remove unnecessary version.h includes 2015-03-24 10:50:50 -04:00
u-boot-spl.lds armv8/ls2085aqds: NAND boot support 2015-04-23 16:46:50 -07:00
u-boot.lds arm64: core support 2014-01-09 16:08:44 +01:00