ARM: tango4: Initial platform support
authorMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
Tue, 15 Dec 2015 09:41:13 +0000 (10:41 +0100)
committerOlof Johansson <olof@lixom.net>
Tue, 22 Dec 2015 23:10:31 +0000 (15:10 -0800)
commitd6de5b0294d74aefa16f78d050d1bcf6d5af84a7
tree1e3dad4afe94b5f05883aee6abf67607dac1d7ce
parent9d67d4624febcd14bd6719fb4913319f49201066
ARM: tango4: Initial platform support

Support Sigma Designs ARM-based (specifically, Cortex-A9 MPCore r3p0)
Tango4 "Secure Media Processor" platforms: smp8756, smp8758, smp8759
(8756 is single-core, the latter are dual-core).

Note: 8758 vs 8759: same chip, different package.

Support for older MIPS-based platforms can be found elsewhere:
https://github.com/mansr/linux-tangox

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
MAINTAINERS
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-tango/Kconfig [new file with mode: 0644]
arch/arm/mach-tango/Makefile [new file with mode: 0644]
arch/arm/mach-tango/setup.c [new file with mode: 0644]
arch/arm/mach-tango/smc.S [new file with mode: 0644]
arch/arm/mach-tango/smc.h [new file with mode: 0644]
This page took 0.025948 seconds and 5 git commands to generate.