Re: [U-Boot] [PATCH 5/6] ZOOM2 Add serial support.

2009-05-16 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: On 16:16 Fri 15 May , Tom wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 16:28 Thu 07 May , Tom Rix wrote: Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. The default serial is from the

Re: [U-Boot] [PATCH 5/6] ZOOM2 Add serial support.

2009-05-15 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: On 16:28 Thu 07 May , Tom Rix wrote: Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. The default serial is from the USB connector on left side of the debug board. +/* + * This the the zoom2, board specific, gpmc

Re: [U-Boot] [PATCH 5/6] ZOOM2 Add serial support.

2009-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:28 Thu 07 May , Tom Rix wrote: Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. The default serial is from the USB connector on left side of the debug board. The USB connector will produce 2 of the 4 UARTS. On your host pick the first enumeration. The

Re: [U-Boot] [PATCH 5/6] ZOOM2 Add serial support.

2009-05-08 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: On 16:28 Thu 07 May , Tom Rix wrote: Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. The default serial is from the USB connector on left side of the debug board. The USB connector will produce 2 of the 4 UARTS. On

[U-Boot] [PATCH 5/6] ZOOM2 Add serial support.

2009-05-07 Thread Tom Rix
Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. The default serial is from the USB connector on left side of the debug board. The USB connector will produce 2 of the 4 UARTS. On your host pick the first enumeration. The serial port set up is the same with Zoom1.