Re: [PATCH] add a simple 405EP based board

2008-08-25 Thread David Gibson
On Thu, Aug 21, 2008 at 10:07:58AM +0200, Markus Brunner wrote: > This adds support for a simple ppc405ep board. > At the moment, there are no 405ep boards in arch/powerpc, so this can be used > as a template > for new boards, or migrating them from arch/ppc. > I2c, UART and EMAC are working. PCI

Re: [PATCH] add a simple 405EP based board

2008-08-22 Thread Arnd Bergmann
On Thursday 21 August 2008, Josh Boyer wrote: > I can understand why, as they are really two different platforms.  So > logically it makes sense to have them separate. Ok, fair enough. Arnd <>< ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.o

Re: [PATCH] add a simple 405EP based board

2008-08-21 Thread Josh Boyer
On Thu, 2008-08-21 at 15:42 +0200, Arnd Bergmann wrote: > On Thursday 21 August 2008, Josh Boyer wrote: > > On Thu, 2008-08-21 at 10:07 +0200, Markus Brunner wrote: > > > This adds support for a simple ppc405ep board. > > > At the moment, there are no 405ep boards in arch/powerpc, so this can be

Re: [PATCH] add a simple 405EP based board

2008-08-21 Thread Arnd Bergmann
On Thursday 21 August 2008, Josh Boyer wrote: > On Thu, 2008-08-21 at 10:07 +0200, Markus Brunner wrote: > > This adds support for a simple ppc405ep board. > > At the moment, there are no 405ep boards in arch/powerpc, so this can be > > used as a template > > for new boards, or migrating them fro

Re: [PATCH] add a simple 405EP based board

2008-08-21 Thread M B
On 8/21/08, Josh Boyer <[EMAIL PROTECTED]> wrote: > I plan on adding more 405 board support very soon. When I do, it'll be > along the lines of the patch series I just sent out for 44x. There's > really no reason to have a per CPU/board file if we can avoid it. > > Your code is simple enough ove

Re: [PATCH] add a simple 405EP based board

2008-08-21 Thread Josh Boyer
On Thu, 2008-08-21 at 10:07 +0200, Markus Brunner wrote: > This adds support for a simple ppc405ep board. > At the moment, there are no 405ep boards in arch/powerpc, so this can be used > as a template > for new boards, or migrating them from arch/ppc. > I2c, UART and EMAC are working. PCI could

Re: [PATCH] add a simple 405EP based board

2008-08-21 Thread Stephen Rothwell
Hi Markus, One small nit: On Thu, 21 Aug 2008 10:07:58 +0200 Markus Brunner <[EMAIL PROTECTED]> wrote: > > +#include > +#include > + > +#include > +#include > +#include > +#include > +#include > + > +static int __init ppc405ep_probe(void) > +{ > + unsigned long root = of_get_flat_dt_ro