]> 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)
commit7d658f58856699457cd01cd9e29b8e8f8cf1ca61
treed28266a447accf2b741e20d1e605e7a045ba9e2d
parent2d3eb06185732ac13dd1599c8a388ed52ac095ed
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