Re: [PATCH 3/3] Add early debug console for CPM serial ports.

2007-08-29 Thread David Gibson
On Wed, Aug 29, 2007 at 02:58:37PM -0500, Scott Wood wrote: > On Wed, Aug 29, 2007 at 09:02:39AM -0500, Scott Wood wrote: > > > > # Temporary hack until we have migrated to asm-powerpc > > > > ifeq ($(ARCH),powerpc) > > > > +obj-$(CONFIG_CPM1)$(CONFIG_CPM2) += cpm_common.o > > > > > > Uh.. I don

Re: [PATCH 3/3] Add early debug console for CPM serial ports.

2007-08-29 Thread David Gibson
On Wed, Aug 29, 2007 at 09:02:39AM -0500, Scott Wood wrote: > On Wed, Aug 29, 2007 at 03:45:40PM +1000, David Gibson wrote: > > > diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug > > > index 22acece..d471154 100644 > > > --- a/arch/powerpc/Kconfig.debug > > > +++ b/arch/powerpc/

Re: [PATCH 3/3] Add early debug console for CPM serial ports.

2007-08-29 Thread Scott Wood
On Wed, Aug 29, 2007 at 09:02:39AM -0500, Scott Wood wrote: > > > # Temporary hack until we have migrated to asm-powerpc > > > ifeq ($(ARCH),powerpc) > > > +obj-$(CONFIG_CPM1)$(CONFIG_CPM2) += cpm_common.o > > > > Uh.. I don't think this will work properly. If CONFIG_CPM1 and > > CONFIG_CPM2 ar

Re: [PATCH 3/3] Add early debug console for CPM serial ports.

2007-08-29 Thread Scott Wood
On Wed, Aug 29, 2007 at 03:45:40PM +1000, David Gibson wrote: > > diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug > > index 22acece..d471154 100644 > > --- a/arch/powerpc/Kconfig.debug > > +++ b/arch/powerpc/Kconfig.debug > > @@ -211,6 +211,15 @@ config PPC_EARLY_DEBUG_44x > >

Re: [PATCH 3/3] Add early debug console for CPM serial ports.

2007-08-28 Thread David Gibson
On Tue, Aug 28, 2007 at 03:16:21PM -0500, Scott Wood wrote: > This code assumes that the ports have been previously set up, with > buffers in DPRAM, and the descriptor address defined by platform code. > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > --- > arch/powerpc/Kconfig.debug |

[PATCH 3/3] Add early debug console for CPM serial ports.

2007-08-28 Thread Scott Wood
This code assumes that the ports have been previously set up, with buffers in DPRAM, and the descriptor address defined by platform code. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/Kconfig.debug |9 +++ arch/powerpc/kernel/head_32.S| 16 + arch/