1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-28 09:03:52 +01:00
Files
u-boot-megous/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
..
2014-04-08 00:15:12 +02:00
2014-04-08 00:15:12 +02:00