]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Add support for OpenBlockS 600
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 1 Dec 2011 19:35:08 +0000 (19:35 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 8 Dec 2011 03:22:52 +0000 (14:22 +1100)
commit11eab297f57bd6168425ae968e56c314e71b024e
treed28266a447accf2b741e20d1e605e7a045ba9e2d
parentfaa8bf8878636e40646d307e0516dbadb3b65b4f
powerpc: Add support for OpenBlockS 600

So I've had one of these for a while and it looks like the vendor never
bothered submitting the support upstream.

This adds it using ppc40x_simple and provides a device-tree.

There are some changes to the boot wrapper because the way u-boot works
on this thing, it seems to expect a multipart image with the kernel,
initrd and dtb in it.

The USB support is missing as it needs the yet unmerged driver for
the DWC OTG part and the GPIOs may need further definition in the dts.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Makefile
arch/powerpc/boot/Makefile
arch/powerpc/boot/dts/obs600.dts [new file with mode: 0644]
arch/powerpc/boot/wrapper
arch/powerpc/configs/40x/obs600_defconfig [new file with mode: 0644]
arch/powerpc/platforms/40x/Kconfig
arch/powerpc/platforms/40x/ppc40x_simple.c