u-boot-brain/arch/arm/cpu/armv8
York Sun 1e6ad55c05 armv8/cache: Change cache invalidate and flush function
When SoC first boots up, we should invalidate the cache but not flush it.
We can use the same function for invalid and flush mostly, with a wrapper.

Invalidating large cache can ben slow on emulator, so we postpone doing
so until I-cache is enabled, and before enabling D-cache.

Signed-off-by: York Sun <yorksun@freescale.com>
CC: David Feng <fenghua@phytium.com.cn>
2014-04-07 17:43:41 +02:00
..
cache_v8.c armv8/cache: Change cache invalidate and flush function 2014-04-07 17:43:41 +02:00
cache.S armv8/cache: Change cache invalidate and flush function 2014-04-07 17:43:41 +02:00
config.mk arm: Switch to -mno-unaligned-access when supported by the compiler 2014-02-26 21:19:32 +01:00
cpu.c arm64: core support 2014-01-09 16:08:44 +01:00
exceptions.S arm64: core support 2014-01-09 16:08:44 +01:00
generic_timer.c arm64: core support 2014-01-09 16:08:44 +01:00
gic.S arm64: core support 2014-01-09 16:08:44 +01:00
Makefile arm64: core support 2014-01-09 16:08:44 +01:00
start.S armv8/cache: Change cache invalidate and flush function 2014-04-07 17:43:41 +02:00
tlb.S arm64: core support 2014-01-09 16:08:44 +01:00
transition.S arm64: core support 2014-01-09 16:08:44 +01:00
u-boot.lds arm64: core support 2014-01-09 16:08:44 +01:00