Re: [PATCH 1/3] powerpc: Add support for Wind River SBC8641D board

2008-04-15 Thread Kumar Gala
On Apr 15, 2008, at 5:41 PM, Paul Gortmaker wrote: This adds support for the Wind River SBC8641D board, based largely on the mpc86xx_hpcn support. The biggest difference is the lack of the Uli and the i8259 cascade, which simplifies things. Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]> ---

Re: [PATCH 1/3] powerpc: Add support for Wind River SBC8641D board

2008-04-10 Thread Dale Farnsworth
On Thu, Apr 10, 2008 at 07:22:17PM -0400, Paul Gortmaker wrote: > This adds support for the Wind River SBC8641D board, based > largely on the mpc86xx_hpcn support. The biggest difference is > the lack of the Uli and the i8259 cascade, which simplifies things. Hi Paul, A couple issues. (These sh

Re: [PATCH 1/3] powerpc: Add support for Wind River SBC8641D board

2008-04-10 Thread Michael Ellerman
On Fri, 2008-04-11 at 10:05 +1000, Stephen Rothwell wrote: > Hi Paul, > > Just a couple of comments. > > On Thu, 10 Apr 2008 19:22:17 -0400 Paul Gortmaker <[EMAIL PROTECTED]> wrote: > > > > +++ b/arch/powerpc/platforms/86xx/sbc8641d.c > > +#undef DEBUG > > + > > +#ifdef DEBUG > > +#define DBG(fmt

Re: [PATCH 1/3] powerpc: Add support for Wind River SBC8641D board

2008-04-10 Thread Stephen Rothwell
Hi Paul, Just a couple of comments. On Thu, 10 Apr 2008 19:22:17 -0400 Paul Gortmaker <[EMAIL PROTECTED]> wrote: > > +++ b/arch/powerpc/platforms/86xx/sbc8641d.c > +#undef DEBUG > + > +#ifdef DEBUG > +#define DBG(fmt...) do { printk(KERN_ERR fmt); } while(0) ^^^