u-boot-brain/arch/arm/cpu/armv8
Leo Yan 42ddfad6ab ARMv8: fix bug for flush data cache by set/way
When flush the d$ with set/way instruction, it need calculate the way's
offset = log2(Associativity); but in current uboot's code, it use below
formula to calculate the offset: log2(Associativity * 2 - 1), so finally
it cannot flush data cache properly.

Signed-off-by: Leo Yan <leoy@marvell.com>
2014-04-07 22:27:22 +02:00
..
cache_v8.c armv8/cache: Change cache invalidate and flush function 2014-04-07 17:43:41 +02:00
cache.S ARMv8: fix bug for flush data cache by set/way 2014-04-07 22:27:22 +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