ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs
authorMarc Carino <marc.ceeeee@gmail.com>
Thu, 16 Jan 2014 23:00:42 +0000 (15:00 -0800)
committerMatt Porter <mporter@linaro.org>
Mon, 28 Jul 2014 13:58:52 +0000 (09:58 -0400)
commit4fbe66d9903425156c193ae44c81c0f7557755c4
treea8fa0f1c5b30718ddbfbbc7329f95341b7b4e89f
parent67115239ca63f28bda6827a1e2d8098e329a7c23
ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs

The BCM7xxx series of Broadcom SoCs are used primarily in set-top boxes.

This patch adds machine support for the ARM-based Broadcom SoCs.

Signed-off-by: Marc Carino <marc.ceeeee@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Matt Porter <mporter@linaro.org>
arch/arm/configs/multi_v7_defconfig
arch/arm/mach-bcm/Kconfig
arch/arm/mach-bcm/Makefile
arch/arm/mach-bcm/brcmstb.c [new file with mode: 0644]
arch/arm/mach-bcm/brcmstb.h [new file with mode: 0644]
arch/arm/mach-bcm/headsmp-brcmstb.S [new file with mode: 0644]
arch/arm/mach-bcm/platsmp-brcmstb.c [new file with mode: 0644]