powerpc/40x: Add support for the ESTeem 195E (PPC405EP) SBC
authorSolomon Peachy <solomon@linux-wlan.com>
Thu, 20 Aug 2009 10:19:47 +0000 (10:19 +0000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Mon, 31 Aug 2009 13:15:51 +0000 (09:15 -0400)
commit0cdf50a7c65df894fb5fd0ef181fe18b8fec6137
tree2e7d3ad84e710a99210a33ab3f3e7abf7e97f151
parentc9f75093a497bdc7389df983e914da17fad20d95
powerpc/40x: Add support for the ESTeem 195E (PPC405EP) SBC

This patch adds support for the ESTeem 195E Hotfoot SBC.

There are several variants of the SBC deployed, single/dual
ethernet+serial, and also 4MB/8MB flash variations.  In the interest of
having a single kernel image boot on all boards, the cuboot shim detects
the differences and mangles the DTS tree appropriately.

With the exception of the CF interface that was never populated on
production boards, this code/DTS supports all boardpop options.

Signed-off-by: Solomon Peachy <solomon@linux-wlan.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/boot/Makefile
arch/powerpc/boot/cuboot-hotfoot.c [new file with mode: 0644]
arch/powerpc/boot/dts/hotfoot.dts [new file with mode: 0644]
arch/powerpc/boot/ppcboot-hotfoot.h [new file with mode: 0644]
arch/powerpc/platforms/40x/Kconfig
arch/powerpc/platforms/40x/ppc40x_simple.c