Re: [U-Boot] [PATCH v2] arm64 patch: gicv3 support

2014-04-07 Thread Albert ARIBAUD
Hi feng...@phytium.com.cn, On Fri, 14 Mar 2014 14:26:27 +0800, feng...@phytium.com.cn wrote: > From: David Feng > > 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 star

[U-Boot] [PATCH v2] arm64 patch: gicv3 support

2014-03-13 Thread fenghua
From: David Feng 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 mas