]> git.baikalelectronics.ru Git - kernel.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)
commit22ce78812ae39db1f89056ede44bf178376f4253
treed28266a447accf2b741e20d1e605e7a045ba9e2d
parentf8bedac2d7d4c6dae165d64ee9a33046ba3e3e6c
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