All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] serial: add environment control for SERIAL_MULTI
Date: Thu, 25 Oct 2012 15:36:05 -0700	[thread overview]
Message-ID: <20121025223605.GC6338@bill-the-cat> (raw)
In-Reply-To: <1351202390-11415-1-git-send-email-amartin@nvidia.com>

On Thu, Oct 25, 2012 at 02:59:50PM -0700, Allen Martin wrote:

> Add a new special environment variable "serial" that allows selection
> of serial device when CONFIG_SERIAL_MULTI is defined.  This replaces
> the existing calls to serial_assign() from cmd_nvedit.c and iomux.c
> that were not doing anything.
> 
> Signed-off-by: Allen Martin <amartin@nvidia.com>

Two things.  First, should I or should I not need to have
CONFIG_CONSOLE_MUX set?  If I set it, adding serial=eserial3 to my
default environment switches from eserial0 to eserial3 when we get to
that point in the boot, otherwise I do have to manually setenv serial
eserial3 for anything to happen.  And the second thing, I can't get any
output on the other UART, either way.  It goes away from eserial0 but
nothing ever shows up to eserial3 (the easiest one here to test).

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121025/d17afa93/attachment.pgp>

  parent reply	other threads:[~2012-10-25 22:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-25 21:59 [U-Boot] [PATCH] serial: add environment control for SERIAL_MULTI Allen Martin
2012-10-25 22:29 ` Marek Vasut
2012-10-25 22:36 ` Tom Rini [this message]
2012-10-25 22:36 ` Joe Hershberger
2012-10-25 22:45   ` Stephen Warren
2012-10-25 22:47     ` Joe Hershberger
2012-10-25 22:53       ` Allen Martin
2012-10-25 23:18         ` Joe Hershberger
2012-10-25 23:21           ` Allen Martin
2012-10-25 22:43 ` Stephen Warren
2012-10-25 22:46   ` Joe Hershberger
2012-10-25 22:50     ` Allen Martin
2012-10-25 23:17       ` Joe Hershberger
2012-10-26 10:27         ` Marek Vasut

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=20121025223605.GC6338@bill-the-cat \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /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.