RE: printk/console_init - baud rate setting

2007-11-14 Thread Siva Prasad
: printk/console_init - baud rate setting > Thanks for your response Segher. > I already have the command line "console=ttyS0, 115200". Now, how to > make sure that 115200 setting is calculated properly for the use by > driver. > > In other words, can you kind enough to plea

Re: printk/console_init - baud rate setting

2007-11-14 Thread Segher Boessenkool
> I am getting garbage on the screen. So, I presume this must be some > sort > of baud rate issue. Can some one help me out understand how this baud > is > set for serial drivers? I want to run at 115200. console=ttyS0,115200 See Documentation/kernel-parameters.txt; depending on exactly what ea

RE: printk/console_init - baud rate setting

2007-11-13 Thread Siva Prasad
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geert Uytterhoeven Sent: Tuesday, November 13, 2007 12:17 AM To: Siva Prasad Cc: linuxppc-dev@ozlabs.org; [EMAIL PROTECTED] Subject: Re: printk/console_init On Mon, 12 Nov 2007, Siva Prasad wrote: > I

Re: printk/console_init

2007-11-13 Thread Benjamin Herrenschmidt
On Mon, 2007-11-12 at 18:54 -0800, Siva Prasad wrote: > Hi, > > I am using 2.6.19 Linux on 8641D based system. > > I am using early printk's and it works fine until console_init() is > executed. After that it does not, as the early printk's get disabled, > which is fine. However, I don't see any

Re: printk/console_init

2007-11-13 Thread Geert Uytterhoeven
On Mon, 12 Nov 2007, Siva Prasad wrote: > I am using 2.6.19 Linux on 8641D based system. > > I am using early printk's and it works fine until console_init() is > executed. After that it does not, as the early printk's get disabled, > which is fine. However, I don't see any prints after that at al

printk/console_init

2007-11-12 Thread Siva Prasad
Hi, I am using 2.6.19 Linux on 8641D based system. I am using early printk's and it works fine until console_init() is executed. After that it does not, as the early printk's get disabled, which is fine. However, I don't see any prints after that at all, that are based on regular printk statement