commit | 79bbde0599d141d7309bedd76d7822832515e16f | [log] [tgz] |
---|---|---|
author | David Feng <fenghua@phytium.com.cn> | Fri Mar 14 14:26:27 2014 +0800 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Apr 08 00:15:12 2014 +0200 |
tree | 7fe5ff7851b04cec6ecd5d46ef5306f295597787 | |
parent | 5625c8b5901c90603a47037e97d73035dab0a40f [diff] |
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>