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>
This commit is contained in:
Solomon Peachy
2009-08-20 10:19:47 +00:00
committad av Josh Boyer
förälder c9f75093a4
incheckning 0cdf50a7c6
6 ändrade filer med 584 tillägg och 2 borttagningar

Visa fil

@@ -40,6 +40,16 @@ config HCU4
help
This option enables support for the Nestal Maschinen HCU4 board.
config HOTFOOT
bool "Hotfoot"
depends on 40x
default n
select 405EP
select PPC40x_SIMPLE
select PCI
help
This option enables support for the ESTEEM 195E Hotfoot board.
config KILAUEA
bool "Kilauea"
depends on 40x

Visa fil

@@ -54,7 +54,8 @@ static char *board[] __initdata = {
"amcc,acadia",
"amcc,haleakala",
"amcc,kilauea",
"amcc,makalu"
"amcc,makalu",
"est,hotfoot"
};
static int __init ppc40x_probe(void)