From: Milton Miller <miltonm@bga.com>
To: Timur Tabi <timur@freescale.com>
Cc: linux-ppc <linuxppc-dev@ozlabs.org>,
David Gibson <david@gibson.dropbear.id.au>
Subject: Re: powerpc: udbg based backend for hvc_console
Date: Fri, 21 Nov 2008 13:09:30 -0600 [thread overview]
Message-ID: <0fb05d76b5c1663b1c8de754e2ebd4b3@bga.com> (raw)
In-Reply-To: <4926DE26.7030607@freescale.com>
On Nov 21, 2008, at 10:13 AM, Timur Tabi wrote:
> Milton Miller wrote:
>> We want the last console= parameter on the command line to win. So if
>> that implys the last call to add_preferred_console wins, then you have
>> code overriding the command line.
>
> Hmm, good point. However, how likely is it that we'll have more than
> one
> console driver?
For anything than custom embedded configs, quite likely. As I said, I
have 3 hvc clients, but that is unusual. But frame buffer, vterm,
rtas, and serial console would be a typical mix for a distribution.
> Also, without calling add_preferred_console(), the kernel needs
> to have a console= on the command line.
I'm not arguing against the call, I'm arguing when/from where it should
be made.
> In my case, my driver only calls add_preferred_console() if the device
> tree
> contains a specific property that it looks for. In effect, this
> property
> override the console= line. However, the console= line goes to the HVC
> subsystem, and not my driver, and I can't use it to send the
> configuration data
> the driver needs.
Discovering the hardware from the device tree and triggering your
regitration is the right approach. I think if you discover from an
early setup then you can go before the command line.
As far as getting parameters, you are talking like ttyS0,9600,8,n,1 ?
If you go after hvc_console then you could add a patch for hvc_console
to remember the setup and return it to possible clients.
> Unfortunately, my driver hasn't been published yet, so it's hard to
> explain the
> details. I guess I need to think about this more.
I dont' know what details you would want on the console= command line
that you should not have in the device tree. If its which hypervisor
channel, then I would think just choosing your hvc number accordingly
would work. But I can only make wild guesses without details.
milton
next prev parent reply other threads:[~2008-11-21 19:11 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-24 3:54 powerpc: udbg based backend for hvc_console David Gibson
2008-11-05 4:53 ` Paul Mackerras
2008-11-06 0:20 ` David Gibson
2008-11-17 19:41 ` Timur Tabi
2008-11-18 0:28 ` David Gibson
2008-11-17 20:04 ` Timur Tabi
2008-11-18 0:40 ` David Gibson
2008-11-18 4:42 ` Timur Tabi
2008-11-18 5:14 ` David Gibson
2008-11-18 15:06 ` Timur Tabi
2008-11-19 0:42 ` David Gibson
2008-11-19 15:20 ` Timur Tabi
2008-11-20 19:07 ` Milton Miller
2008-11-20 19:16 ` Timur Tabi
2008-11-21 0:23 ` David Gibson
2008-11-21 15:57 ` Milton Miller
2008-11-21 16:13 ` Timur Tabi
2008-11-21 19:09 ` Milton Miller [this message]
2008-11-21 0:35 ` David Gibson
2008-11-21 19:29 ` Milton Miller
2008-11-17 20:18 ` Timur Tabi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0fb05d76b5c1663b1c8de754e2ebd4b3@bga.com \
--to=miltonm@bga.com \
--cc=david@gibson.dropbear.id.au \
--cc=linuxppc-dev@ozlabs.org \
--cc=timur@freescale.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.