1. 08 5月, 2018 1 次提交
  2. 20 2月, 2018 1 次提交
    • C
      ARM: sun9i: Support SMP bring-up on A80 · 745373e3
      Chen-Yu Tsai 提交于
      The A80 is a big.LITTLE SoC with 1 cluster of 4 Cortex-A7s and
      1 cluster of 4 Cortex-A15s.
      
      This patch adds support to bring up the second cluster and thus all
      cores using custom platform SMP code. Core/cluster power down has not
      been implemented, thus CPU hotplugging is not supported.
      
      Parts of the trampoline and re-entry code for the boot cpu was adapted
      from the MCPM framework.
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      745373e3
  3. 22 3月, 2014 1 次提交
    • A
      ARM: sunxi: fix build for THUMB2_KERNEL · 1146b600
      Arnd Bergmann 提交于
      Building an SMP kernel for the sunxi platform with THUMB2 instructions
      fails with this error at the moment:
      
      headsmp.S:7: Error: Thumb encoding does not support an immediate here -- `msr cpsr_fsxc,#0xd3'
      
      Since the generic secondary_startup function already does
      the same thing in a safe way, we can just drop the private
      sunxi implementation and jump straight to secondary_startup.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
      1146b600
  4. 17 12月, 2013 1 次提交
  5. 17 11月, 2012 1 次提交