LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@kernel.crashing.org>
To: Michael Sokolov <msokolov@ivan.Harhan.ORG>
Cc: linux-galileo@source.mvista.com, linuxppc-dev@lists.linuxppc.org
Subject: Re: [PATCH] My GT-64260 enhancements
Date: Mon, 18 Mar 2002 07:54:07 -0700	[thread overview]
Message-ID: <20020318145407.GB3762@opus.bloom.county> (raw)
In-Reply-To: <0203172010.AA01807@ivan.Harhan.ORG>


On Sun, Mar 17, 2002 at 12:10:43PM -0800, Michael Sokolov wrote:
>
> Dan Malek <dan@embeddededge.com> wrote:
>
> > So, I don't see the problem.  A default is specified and you can change it,
> > just like lots of other configurations.
>
> The problem is that there is a
>
> define_int CONFIG_SERIAL_CONSOLE_BAUD 115200

The other problem is you're looking at the wrong tree for this, which
I'll get into further down.  But in the galileo tree, it's:
if [ "$CONFIG_MOT_MVP" = "y" ]; then
   define_bool CONFIG_GT64260 y
   define_int CONFIG_SERIAL_CONSOLE_BAUD 115200
fi
...
if [ "$CONFIG_USE_PPCBOOT" != "y" ]; then
   int 'Serial Console Baudrate' CONFIG_SERIAL_CONSOLE_BAUD 115200
fi

So the MVP uses 115200, and possibly even DINK does, and anyone else
gets to pick or assumes 9600.

> Having "$CONFIG_GT64260" = "y" imply support for CONFIG_SERIAL_TEXT_DEBUG is
> also discriminatory and undemocratic. Should we also imply the same then for
> "$CONFIG_CPC700" = "y" -o "$CONFIG_CPC710" = "y" -o "$CONFIG_UNINORTH" = "y",
> etc?

No, because right now the CPC700 and CPC710 systems don't know how to
setup a serial port for early debugging via ppc_md.progress().

> I mean I don't mind if defaults are changed globally, it's just the
> discriminatory treatment of GT-64260 that I violently object to.

Can you be more specific?

> Oh, and having
> a separate BK tree and mailing list for it too isn't something I'm fond of.

Why?  The GT-64260 stuff is under heavy development, and between
gt-64260 problems and board problems (and possible processor issues)
having a seperate tree in which to try and hammer things out between the
folks working on it seems useful.

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2002-03-18 14:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-17 18:16 [PATCH] My GT-64260 enhancements Michael Sokolov
2002-03-17 18:42 ` Dan Malek
2002-03-17 20:10   ` Michael Sokolov
2002-03-18 14:54     ` Tom Rini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-20  0:46 Michael Sokolov
2002-03-19 22:55 ` Mark A. Greer
2002-03-15  6:11 Michael Sokolov
2002-03-15 17:04 ` Tom Rini
2002-03-16  8:21   ` Michael Sokolov
2002-03-16 15:15     ` Tom Rini
2002-03-17  7:03       ` Michael Sokolov
2002-03-17 17:51         ` Dan Malek
2002-03-17 20:24           ` David Monro
2002-03-18 15:00         ` Tom Rini
2002-03-18 15:53       ` [Linux-galileo] " Mark A. Greer
2002-03-18 18:48         ` Tom Rini

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=20020318145407.GB3762@opus.bloom.county \
    --to=trini@kernel.crashing.org \
    --cc=linux-galileo@source.mvista.com \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=msokolov@ivan.Harhan.ORG \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox