Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH Cobalt 1/3] fix hang on Qube2700 boot
@ 2005-04-10 13:06 Peter Horton
  2005-04-11 12:27 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Horton @ 2005-04-10 13:06 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

The Qube2700 boot hangs because the old "prom" style console is
unconditionally enabled. Drop the "prom" console code from the build. It
would only be used if no "console=" line was supplied and in that case
the current 8250 code defaults to using ttyS0 at 9600 anyway (assuming a
port exists).

--

Index: linux/arch/mips/cobalt/Makefile
===================================================================
--- linux.orig/arch/mips/cobalt/Makefile	2003-11-13 14:30:45.000000000 +0000
+++ linux/arch/mips/cobalt/Makefile	2005-04-10 13:16:58.000000000 +0100
@@ -2,6 +2,6 @@
 # Makefile for the Cobalt micro systems family specific parts of the kernel
 #
 
-obj-y	 := irq.o int-handler.o reset.o setup.o promcon.o
+obj-y	 := irq.o int-handler.o reset.o setup.o
 
 EXTRA_AFLAGS := $(CFLAGS)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH Cobalt 1/3] fix hang on Qube2700 boot
  2005-04-10 13:06 [PATCH Cobalt 1/3] fix hang on Qube2700 boot Peter Horton
@ 2005-04-11 12:27 ` Ralf Baechle
  2005-04-11 13:04   ` Peter Horton
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Baechle @ 2005-04-11 12:27 UTC (permalink / raw)
  To: Peter Horton; +Cc: linux-mips

On Sun, Apr 10, 2005 at 02:06:35PM +0100, Peter Horton wrote:

> The Qube2700 boot hangs because the old "prom" style console is
> unconditionally enabled. Drop the "prom" console code from the build. It
> would only be used if no "console=" line was supplied and in that case
> the current 8250 code defaults to using ttyS0 at 9600 anyway (assuming a
> port exists).

Ok, applied - but that leaves the unused arch/mips/cobalt/promcon.c around.
Guess it should die as well?

  Ralf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH Cobalt 1/3] fix hang on Qube2700 boot
  2005-04-11 12:27 ` Ralf Baechle
@ 2005-04-11 13:04   ` Peter Horton
  2005-04-11 13:07     ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Horton @ 2005-04-11 13:04 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Peter Horton, linux-mips

Ralf Baechle wrote:

>On Sun, Apr 10, 2005 at 02:06:35PM +0100, Peter Horton wrote:
>
>  
>
>>The Qube2700 boot hangs because the old "prom" style console is
>>unconditionally enabled. Drop the "prom" console code from the build. It
>>would only be used if no "console=" line was supplied and in that case
>>the current 8250 code defaults to using ttyS0 at 9600 anyway (assuming a
>>port exists).
>>    
>>
>
>Ok, applied - but that leaves the unused arch/mips/cobalt/promcon.c around.
>Guess it should die as well?
>
> 
>
Yep, probably. It was handy for debugging very early boot, but it's not 
worth cluttering the tree with it.

P.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH Cobalt 1/3] fix hang on Qube2700 boot
  2005-04-11 13:04   ` Peter Horton
@ 2005-04-11 13:07     ` Ralf Baechle
  0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2005-04-11 13:07 UTC (permalink / raw)
  To: Peter Horton; +Cc: linux-mips

On Mon, Apr 11, 2005 at 02:04:02PM +0100, Peter Horton wrote:

> >Ok, applied - but that leaves the unused arch/mips/cobalt/promcon.c around.
> >Guess it should die as well?
> >
> Yep, probably. It was handy for debugging very early boot, but it's not 
> worth cluttering the tree with it.

Theese days it'd probably be a matter of days until one self-proclaimed
code police man's scripts would notice and send a patch ;-)

  Ralf

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-11 13:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-10 13:06 [PATCH Cobalt 1/3] fix hang on Qube2700 boot Peter Horton
2005-04-11 12:27 ` Ralf Baechle
2005-04-11 13:04   ` Peter Horton
2005-04-11 13:07     ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox