Re: [U-Boot] [PATCH 4/5] x86: Support PCI UART in the x86_serial driver

2014-12-23 Thread Bin Meng
Hi Simon, On Tue, Dec 23, 2014 at 8:52 AM, Simon Glass wrote: > HI Bin, > > On 19 December 2014 at 22:36, Bin Meng wrote: >> >> Hi Simon, >> >> On Sat, Dec 20, 2014 at 1:00 PM, Simon Glass wrote: >> > Hi Bin, >> > >> > On 19 December 2014 at 19:43, Bin Meng wrote: >> >> Hi Simon, >> >> >> >> O

Re: [U-Boot] [PATCH 4/5] x86: Support PCI UART in the x86_serial driver

2014-12-22 Thread Simon Glass
HI Bin, On 19 December 2014 at 22:36, Bin Meng wrote: > > Hi Simon, > > On Sat, Dec 20, 2014 at 1:00 PM, Simon Glass wrote: > > Hi Bin, > > > > On 19 December 2014 at 19:43, Bin Meng wrote: > >> Hi Simon, > >> > >> On Sat, Dec 20, 2014 at 5:52 AM, Simon Glass wrote: > >>> Hi BIn, > >>> > >>> O

Re: [U-Boot] [PATCH 4/5] x86: Support PCI UART in the x86_serial driver

2014-12-19 Thread Bin Meng
Hi Simon, On Sat, Dec 20, 2014 at 1:00 PM, Simon Glass wrote: > Hi Bin, > > On 19 December 2014 at 19:43, Bin Meng wrote: >> Hi Simon, >> >> On Sat, Dec 20, 2014 at 5:52 AM, Simon Glass wrote: >>> Hi BIn, >>> >>> On 19 December 2014 at 00:19, Bin Meng wrote: Newer x86 Platform Controller

Re: [U-Boot] [PATCH 4/5] x86: Support PCI UART in the x86_serial driver

2014-12-19 Thread Simon Glass
Hi Bin, On 19 December 2014 at 19:43, Bin Meng wrote: > Hi Simon, > > On Sat, Dec 20, 2014 at 5:52 AM, Simon Glass wrote: >> Hi BIn, >> >> On 19 December 2014 at 00:19, Bin Meng wrote: >>> Newer x86 Platform Controller Hub chipset starts to integrate NS16550 >>> compatible PCI UART devices. The

Re: [U-Boot] [PATCH 4/5] x86: Support PCI UART in the x86_serial driver

2014-12-19 Thread Bin Meng
Hi Simon, On Sat, Dec 20, 2014 at 5:52 AM, Simon Glass wrote: > Hi BIn, > > On 19 December 2014 at 00:19, Bin Meng wrote: >> Newer x86 Platform Controller Hub chipset starts to integrate NS16550 >> compatible PCI UART devices. The board configuration file needs to >> supply the PCI UART vendor I

Re: [U-Boot] [PATCH 4/5] x86: Support PCI UART in the x86_serial driver

2014-12-19 Thread Simon Glass
Hi BIn, On 19 December 2014 at 00:19, Bin Meng wrote: > Newer x86 Platform Controller Hub chipset starts to integrate NS16550 > compatible PCI UART devices. The board configuration file needs to > supply the PCI UART vendor ID and device ID via CONFIG_PCI_UART_DEV > if we want to use the PCI UART

[U-Boot] [PATCH 4/5] x86: Support PCI UART in the x86_serial driver

2014-12-18 Thread Bin Meng
Newer x86 Platform Controller Hub chipset starts to integrate NS16550 compatible PCI UART devices. The board configuration file needs to supply the PCI UART vendor ID and device ID via CONFIG_PCI_UART_DEV if we want to use the PCI UART as the U-Boot serial console. Signed-off-by: Bin Meng --- d