Re: [U-Boot] [PATCH 1/2 V3] IOMUX: Add console multiplexing support.

2008-12-06 Thread Wolfgang Denk
Dear Gary Jennejohn, In message <[EMAIL PROTECTED]> you wrote: > > Modifications to support console multiplexing. This is controlled using > CONFIG_SYS_CONSOLE_MUX in the board configuration file. > > This allows a user to specify multiple console devices in the environment > with a command lik

Re: [U-Boot] [PATCH 1/2 V3] IOMUX: Add console multiplexing support.

2008-11-06 Thread Gary Jennejohn
On Thu, 6 Nov 2008 15:30:38 +0100 Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > On 15:04 Thu 06 Nov , Gary Jennejohn wrote: > > > > Modifications to support console multiplexing. This is controlled using > > CONFIG_SYS_CONSOLE_MUX in the board configuration file. > > > > Thi

Re: [U-Boot] [PATCH 1/2 V3] IOMUX: Add console multiplexing support.

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:04 Thu 06 Nov , Gary Jennejohn wrote: > > Modifications to support console multiplexing. This is controlled using > CONFIG_SYS_CONSOLE_MUX in the board configuration file. > > This allows a user to specify multiple console devices in the environment > with a command like this: setenv s

Re: [U-Boot] [PATCH 1/2 V3] IOMUX: Add console multiplexing support.

2008-11-06 Thread Gary Jennejohn
Modifications to support console multiplexing. This is controlled using CONFIG_SYS_CONSOLE_MUX in the board configuration file. This allows a user to specify multiple console devices in the environment with a command like this: setenv stdin serial,nc. As a result, the user can enter text on bot