u-boot-brain/arch/arm/cpu/armv8
David Feng c71645ad2b arm64 patch: gicv3 support
This patch add gicv3 support to uboot armv8 platform.

Changes for v2:
  - rename arm/cpu/armv8/gic.S with arm/lib/gic_64.S
  - move smp_kick_all_cpus() from gic.S to start.S, it would be
    implementation dependent.
  - Each core initialize it's own ReDistributor instead of master
    initializeing all ReDistributors. This is advised by arnab.basu
    <arnab.basu@freescale.com>.

Signed-off-by: David Feng <fenghua@phytium.com.cn>
2014-04-08 00:15:12 +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
Makefile arm64 patch: gicv3 support 2014-04-08 00:15:12 +02:00
start.S arm64 patch: gicv3 support 2014-04-08 00:15:12 +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