Re: [PATCH 10/20] bootwrapper: Add CPM serial driver.

2007-08-21 Thread David Gibson
On Tue, Aug 21, 2007 at 11:15:53AM -0500, Scott Wood wrote: > David Gibson wrote: > >>diff --git a/arch/powerpc/boot/serial.c b/arch/powerpc/boot/serial.c > >>index 944f0ee..d47f8e0 100644 > >>--- a/arch/powerpc/boot/serial.c > >>+++ b/arch/powerpc/boot/serial.c > >>@@ -121,6 +121,11 @@ int serial_

Re: [PATCH 10/20] bootwrapper: Add CPM serial driver.

2007-08-21 Thread Scott Wood
David Gibson wrote: >>diff --git a/arch/powerpc/boot/serial.c b/arch/powerpc/boot/serial.c >>index 944f0ee..d47f8e0 100644 >>--- a/arch/powerpc/boot/serial.c >>+++ b/arch/powerpc/boot/serial.c >>@@ -121,6 +121,11 @@ int serial_console_init(void) >> rc = ns16550_console_init(devp, &seri

Re: [PATCH 10/20] bootwrapper: Add CPM serial driver.

2007-08-20 Thread David Gibson
On Mon, Aug 20, 2007 at 12:39:57PM -0500, Scott Wood wrote: > This serial port is used on all 8xx, many 82xx, and some 85xx chips. > > The driver requires that the port has already been set up by the firmware > and/or platform code. > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> Acked-by: Dav

[PATCH 10/20] bootwrapper: Add CPM serial driver.

2007-08-20 Thread Scott Wood
This serial port is used on all 8xx, many 82xx, and some 85xx chips. The driver requires that the port has already been set up by the firmware and/or platform code. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |3 +- arch/powerpc/boot/cpm-serial.c | 249 +