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)
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>

No differences found