Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: sunxi: fix build for THUMB2_KERNEL | Arnd Bergmann | 2014-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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: Arnd Bergmann <arnd@arndb.de> Cc: Maxime Ripard <maxime.ripard@free-electrons.com> | ||||
* | ARM: sun6i: Add SMP support for the Allwinner A31 | Maxime Ripard | 2013-12-16 | 1 | -0/+1 |
| | | | | | | | | The A31 is a quad Cortex-A7. Add the logic to use the IPs used to control the CPU configuration and the CPU power so that we can bring up secondary CPUs at boot. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> | ||||
* | ARM: sunxi: Add basic support for Allwinner A1x SoCs | Maxime Ripard | 2012-11-16 | 1 | -0/+1 |
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Stefan Roese <sr@denx.de> |