From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 25 Oct 2012 16:43:53 -0600 Subject: [U-Boot] [PATCH] serial: add environment control for SERIAL_MULTI In-Reply-To: <1351202390-11415-1-git-send-email-amartin@nvidia.com> References: <1351202390-11415-1-git-send-email-amartin@nvidia.com> Message-ID: <5089C0A9.4060608@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/25/2012 03:59 PM, 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. So I think this requires (for example) the following environment variables: stdout=serial serial=eserial0 Is it possible to allow the following instead: stdout=eserial0 That way, one could presumably set: stdout=eserial0,eserial3 and hence allow the use of multiple serial consoles?