1. 18 4月, 2014 33 次提交
  2. 11 4月, 2014 5 次提交
  3. 08 4月, 2014 2 次提交
    • A
      Merge branch 'u-boot/master' into 'u-boot-arm/master' · 519fdde9
      Albert ARIBAUD 提交于
      Conflicts:
      	arch/arm/cpu/arm926ejs/mxs/Makefile
      	include/configs/trats.h
      	include/configs/trats2.h
      	include/mmc.h
      519fdde9
    • D
      arm64 patch: gicv3 support · c71645ad
      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 master
          initializeing all ReDistributors. This is advised by arnab.basu
          <arnab.basu@freescale.com>.
      Signed-off-by: NDavid Feng <fenghua@phytium.com.cn>
      c71645ad