powerpc/book3e: Add Chroma as a new WSP/PowerEN platform.
authorJimi Xenidis <jimix@pobox.com>
Fri, 30 Sep 2011 04:26:13 +0000 (04:26 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 25 Nov 2011 03:11:29 +0000 (14:11 +1100)
commitcc35b6766878e31accc95c3fdae945bdadc73a46
treec692aee3ae3d070d1bd592f4d25d7e3f35b90e0c
parent08f6d6abc3eadb88f020075910e6f3a849e56690
powerpc/book3e: Add Chroma as a new WSP/PowerEN platform.

This patch add the Chroma platform to WSP/PowerEN, which is a PCIe
card (a defconfig is included).

The card includes an H8 service processor that is used to manage the
card.  The H8 is connected over the second serial UART on the PowerEN
chip so this patch includes a simple 16550 driver to enable
communication, mostly for "power off" and "rebooting".

This patch also includes a, WSP specific, "halt" method that will shut
of all A2 cores but still leave power on at the chip level.  This is
desirable, especially if you wish to interrogate the chip with a
hardware probe after the halt.

Signed-off-by: Jimi Xenidis <jimix@pobox.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/configs/chroma_defconfig [new file with mode: 0644]
arch/powerpc/platforms/wsp/Kconfig
arch/powerpc/platforms/wsp/Makefile
arch/powerpc/platforms/wsp/chroma.c [new file with mode: 0644]
arch/powerpc/platforms/wsp/h8.c [new file with mode: 0644]
arch/powerpc/platforms/wsp/psr2.c
arch/powerpc/platforms/wsp/wsp.c [new file with mode: 0644]
arch/powerpc/platforms/wsp/wsp.h