Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

gic.h

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • David Feng's avatar
    c71645ad
    arm64 patch: gicv3 support · c71645ad
    David Feng authored
    
    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: default avatarDavid Feng <fenghua@phytium.com.cn>
    c71645ad
    History
    arm64 patch: gicv3 support
    David Feng authored
    
    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: default avatarDavid Feng <fenghua@phytium.com.cn>