ARM: vexpress: introduce DCSCB support
authorNicolas Pitre <nicolas.pitre@linaro.org>
Thu, 3 May 2012 00:56:52 +0000 (20:56 -0400)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:05:06 +0000 (11:05 +0100)
commitbd2bf7cdad1fac1918a7fa9e576ebe1a0c7605ca
treece2cc1f1bfc2937a141ec67c6e936ec7a24ccad5
parent983b26177be95457be52e0a001893b7de4e0d4f3
ARM: vexpress: introduce DCSCB support

This adds basic CPU and cluster reset controls on RTSM for the
A15x4-A7x4 model configuration using the Dual Cluster System
Configuration Block (DCSCB).

The cache coherency interconnect (CCI) is not handled yet.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Documentation/devicetree/bindings/arm/rtsm-dcscb.txt [new file with mode: 0644]
arch/arm/mach-vexpress/Kconfig
arch/arm/mach-vexpress/Makefile
arch/arm/mach-vexpress/dcscb.c [new file with mode: 0644]