Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Grant Likely
On 1/21/08, Olaf Hering <[EMAIL PROTECTED]> wrote: > On Mon, Jan 21, Grant Likely wrote: > > > On 1/21/08, Olaf Hering <[EMAIL PROTECTED]> wrote: > > > > > > Efika boards have to be booted with console=ttyPSC0 unless there is a > > > graphics card plugged in. Detect if the firmware stdout is the se

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Olaf Hering
On Mon, Jan 21, Grant Likely wrote: > On 1/21/08, Olaf Hering <[EMAIL PROTECTED]> wrote: > > > > Efika boards have to be booted with console=ttyPSC0 unless there is a > > graphics card plugged in. Detect if the firmware stdout is the serial > > connector. > > > > Signed-off-by: Olaf Hering <[EMAIL

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Grant Likely
On 1/21/08, Olaf Hering <[EMAIL PROTECTED]> wrote: > > Efika boards have to be booted with console=ttyPSC0 unless there is a > graphics card plugged in. Detect if the firmware stdout is the serial > connector. > > Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Hrrrum; I think this is a good idea,

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Andreas Schwab
Olaf Hering <[EMAIL PROTECTED]> writes: > +/* > + * Per default, input/output-device points to keyboard/screen > + * If no card is installed, the built-in serial port is used as a fallback. > + * But unfortunately, the firmware does not connect /chosen/{stdin,stdout} > + * the the built-in serial

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Geert Uytterhoeven
On Mon, 21 Jan 2008, Olaf Hering wrote: > + * But unfortunately, the firmware does not connect /chosen/{stdin,stdout} > + * the the built-in serial node. Instead, a /failsafe node is created. ^^^ to The same typo is in the pegasos2 patch. With kind regards, Geert Uytterhoeven Softwar

[PATCH] autodetect serial console on efika

2008-01-21 Thread Olaf Hering
Efika boards have to be booted with console=ttyPSC0 unless there is a graphics card plugged in. Detect if the firmware stdout is the serial connector. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/efika.c | 50 1 file change