Re: [PATCH 2/3 v2] Add initial iomega StorCenter board port.

2008-01-09 Thread Scott Wood
On Tue, Jan 08, 2008 at 04:07:17PM -0600, Jon Loeliger wrote: > +static void storcenter_power_off(void) > +{ > + /* No way to shut power off with software */ > + local_irq_disable(); > + for (;;) ; > + /* NOTREACHED */ > +} So leave it out, and let the generic halt function be used

Re: [PATCH 2/3 v2] Add initial iomega StorCenter board port.

2008-01-08 Thread Stephen Rothwell
Hi Jon, On Tue, 08 Jan 2008 16:07:17 -0600 Jon Loeliger <[EMAIL PROTECTED]> wrote: > > +static void __init storcenter_init_IRQ(void) > +{ > + struct mpic *mpic; > + struct device_node *dnp; > + const void *prop; > + int size; > + phys_addr_t paddr; > + > + dnp = of_find_nod

[PATCH 2/3 v2] Add initial iomega StorCenter board port.

2008-01-08 Thread Jon Loeliger
Use cuImage bootwrapper until U-Boot port is completed. Derived heavily from Linkstation port. Signed-off-by: Andy Wilcox <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> --- Fixed Kconfig to select options rather than "depend on" them. Fleshed out storcenter_restart() stub rou