ARM: keystone: Add minimal TI Keystone platform support
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 10 Jun 2013 15:27:13 +0000 (11:27 -0400)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 17 Jun 2013 22:35:34 +0000 (18:35 -0400)
commit828989ad87af15b555f783a70efa2cc526b35b3f
tree178e06ab05b8d0ec2dd34d1455a004663e341bf9
parentd5e9fe8462d3f596a420cc1a25a01928777f139b
ARM: keystone: Add minimal TI Keystone platform support

Texas Instruments Keystone family of multi-core devices are
based on ARM Cortex A15. Patch adds basic definitions for a
new Keystone sub-architecture in ARM.

The TCI66xxK2H Communications Infrastructure Keystone SoCs
are member of the C66x family based on TI's new KeyStone 2
multi-core SoC Architecture designed specifically for high
performance wireless and networking infrastructure applications.
The SOCs contains many subsystems like Cortex A15 ARM CorePacs,
C66XX DSP CorePacs, MSMC memory controller, Tera Net bus,
IP Network, Navigator, Hyperlink, 1G/10G Ethernet, Radio layers
and queue based communication systems.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: arm@kernel.org
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/Kconfig
arch/arm/Kconfig.debug
arch/arm/Makefile
arch/arm/configs/keystone_defconfig [new file with mode: 0644]
arch/arm/include/debug/keystone.S [new file with mode: 0644]
arch/arm/mach-keystone/Kconfig [new file with mode: 0644]
arch/arm/mach-keystone/Makefile [new file with mode: 0644]
arch/arm/mach-keystone/Makefile.boot [new file with mode: 0644]
arch/arm/mach-keystone/keystone.c [new file with mode: 0644]