powerpc/cell: add QPACE as a separate Cell platform
authorBenjamin Krill <ben@codiert.org>
Thu, 27 Nov 2008 15:15:44 +0000 (16:15 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 22 Dec 2008 21:19:19 +0000 (22:19 +0100)
commitdef434c2319c5a336633cd73322e0f28a7091b01
tree39311a0e8eb7865732315b139fbe252ed209f73c
parente68558ddcdbfa8cc2e7811bcada3bcbeef79fd4a
powerpc/cell: add QPACE as a separate Cell platform

Since the QPACE (Chromodynamics Parallel Computing on the
Cell Broadband Engine) platform doesn't use a iommu, doesn't
have PCI devices and a MPIC much lesser setup and
configurations are needed. So far all devices are detected
as OF device. A notifier function is used to set the dma_ops
for the of_platform bus. Further this patch splits the
PPC_CELL_NATIVE into PPC_CELL_COMMON which are parts that are
shared with the QPACE platform and the rest.

Signed-off-by: Benjamin Krill <ben@codiert.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/powerpc/boot/Makefile
arch/powerpc/platforms/cell/Kconfig
arch/powerpc/platforms/cell/Makefile
arch/powerpc/platforms/cell/qpace_setup.c [new file with mode: 0644]
drivers/edac/Kconfig